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 f263f35805 - Show all commits

View File

@ -49,6 +49,8 @@ class ASSETPIPE_OT_sync_with_publish(bpy.types.Operator):
self.report({'ERROR'}, "Current File Name doesn't contain valid task layer")
return {'CANCELLED'}
self._new_transfer_data = core.get_ownership(local_col, task_layer_name)
# Default behaviour is to pull before pushing
if self.push:
self.pull = True
return context.window_manager.invoke_props_dialog(self, width=400)