Asset Pipeline v2 #145
@ -232,7 +232,7 @@ class ASSETPIPE_OT_sync_push(bpy.types.Operator):
|
||||
|
||||
if self.pull:
|
||||
sync_execute_pull(self, context)
|
||||
bpy.ops.wm.save_mainfile(filepath=self._current_file.__str__())
|
||||
bpy.ops.wm.save_mainfile(filepath=self._current_file.__str__())
|
||||
|
||||
sync_execute_push(self, context)
|
||||
return {'FINISHED'}
|
||||
|
Loading…
Reference in New Issue
Block a user