shuvit пре 6 година
родитељ
комит
78f690e5dd
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2
    1
      bpy_misc/pushpuller-addon.py

+ 2
- 1
bpy_misc/pushpuller-addon.py Прегледај датотеку

@@ -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…
Откажи
Сачувај