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 195d85e166 - Show all commits

View File

@ -563,7 +563,7 @@ def transfer_attribute(
type=source_attribute.data_type,
domain=source_attribute.domain,
)
print(f"Transferring Attribute{attribute_name}")
for source_data_item in source_attribute.data.items():
index = source_data_item[0]
source_data = source_data_item[1]