Przeglądaj źródła

loading restored3

shuvit 6 lat temu
rodzic
commit
78f690e5dd
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2
    1
      bpy_misc/pushpuller-addon.py

+ 2
- 1
bpy_misc/pushpuller-addon.py Wyświetl plik

@@ -29,7 +29,8 @@ class OBJECT_OT_pusher(bpy.types.Operator):
29 29
         for text in bpy.data.texts:
30 30
             area.spaces[0].text = text
31 31
             if text.filepath != '' and text.is_dirty:
32
-                bpy.ops.text.save()        
32
+                bpy.ops.text.save() 
33
+                self.report({'INFO'}, "Saving")       
33 34
         self.report({'INFO'}, "Performing push")
34 35
         return {'FINISHED'}
35 36
 

Ładowanie…
Anuluj
Zapisz