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

View File

@ -509,9 +509,11 @@ def attributes_get_editable(attributes):
for attribute in attributes
if not (
attribute.is_internal
or attribute.is_required
# or attribute.is_required
# Material Index is part of material transfer and should be skipped
or attribute.name == 'material_index'
or attribute.name
== 'position' # TODO replace position with is_required in 4.0
)
]