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
         for text in bpy.data.texts:
29
         for text in bpy.data.texts:
30
             area.spaces[0].text = text
30
             area.spaces[0].text = text
31
             if text.filepath != '' and text.is_dirty:
31
             if text.filepath != '' and text.is_dirty:
32
-                bpy.ops.text.save()        
32
+                bpy.ops.text.save() 
33
+                self.report({'INFO'}, "Saving")       
33
         self.report({'INFO'}, "Performing push")
34
         self.report({'INFO'}, "Performing push")
34
         return {'FINISHED'}
35
         return {'FINISHED'}
35
 
36
 

Loading…
Cancel
Save