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 554580e0b8 - Show all commits

View File

@ -604,7 +604,7 @@ def attribute_clean(obj):
matches = check_transfer_data_entry(
obj.transfer_data_ownership,
get_basename(attribute.name),
constants.SHAPE_KEY_KEY,
constants.ATTRIBUTE_KEY,
)
if len(matches) == 0:
print(f"Cleaning attribute {attribute.name}")