Asset Pipeline v2 #145
@ -26,6 +26,7 @@ def remove_old_ownership(obj, task_layer_name):
|
||||
|
||||
|
||||
def get_ownership(local_col: str, task_layer_name: str):
|
||||
# TODO Collect ID owners of newly added objects and set during set_ownership
|
||||
new_transfer_data: Dict[bpy.props.CollectionProperty, str, str, str, str] = {}
|
||||
for obj in local_col.all_objects:
|
||||
remove_old_ownership(obj, task_layer_name)
|
||||
|
@ -9,6 +9,7 @@ class ASSETPIPE_PT_TestUI(bpy.types.Panel):
|
||||
bl_category = 'Asset Pipe 2'
|
||||
bl_label = "Test UI"
|
||||
|
||||
# TODO Move UI for inspecting Object Ownership to seperate panel
|
||||
def draw(self, context: bpy.types.Context) -> None:
|
||||
layout = self.layout
|
||||
layout.label(
|
||||
|
Loading…
Reference in New Issue
Block a user