Asset Pipeline v2 #145

Closed
Nick Alberelli wants to merge 431 commits from (deleted):feature/asset-pipeline-v2 into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit b31043cd56 - Show all commits

View File

@ -232,7 +232,7 @@ class ASSETPIPE_OT_sync_push(bpy.types.Operator):
if self.pull: if self.pull:
sync_execute_pull(self, context) 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) sync_execute_push(self, context)
return {'FINISHED'} return {'FINISHED'}