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

View File

@ -479,12 +479,14 @@ def attribute_is_missing(transfer_info):
def init_attributes(scene, obj):
if obj.type != "MESH":
return
transfer_data = obj.transfer_data_ownership
task_layer_name = scene.asset_pipeline.task_layer_name
type_key = constants.ATTRIBUTE_KEY
list = obj.data.attributes
for item in list:
if not item.is_required:
if item.is_required or item.is_internal:
continue
# Only add new ownership transfer_info if vertex group doesn't have an owner
matches = transfer_core.check_transfer_data_entry(