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

View File

@ -81,7 +81,7 @@ def ownership_get(
# Mark Asset ID Owner for objects in the current task layers collection # Mark Asset ID Owner for objects in the current task layers collection
if obj.asset_id_owner == "NONE" and obj in task_layer_objs: if obj.asset_id_owner == "NONE" and obj in task_layer_objs:
obj.asset_id_owner = default_task_layer obj.asset_id_owner = default_task_layer
obj.name = asset_prefix_name_get(obj.name) # obj.name = asset_prefix_name_get(obj.name)
init_transfer_data_with_defaults(scene, obj) init_transfer_data_with_defaults(scene, obj)
continue continue
# Skip items that have no owner # Skip items that have no owner