Browse Source

loading restored3

shuvit 6 years ago
parent
commit
78f690e5dd
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      bpy_misc/pushpuller-addon.py

+ 2
- 1
bpy_misc/pushpuller-addon.py View File

@@ -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
 

Loading…
Cancel
Save