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

View File

@ -131,6 +131,8 @@ class ASSETPIPE_OT_sync_with_publish(bpy.types.Operator):
return {'CANCELLED'} return {'CANCELLED'}
core.ownership_get(local_col, context.scene) core.ownership_get(local_col, context.scene)
# TODO Remove Invalid Objs Explicitly, some will be auto removed but not all
self._invalid_objs = core.get_invalid_objects(local_col, context.scene) self._invalid_objs = core.get_invalid_objects(local_col, context.scene)
# Default behaviour is to pull before pushing # Default behaviour is to pull before pushing