Asset Pipeline v2 #145
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user