Asset Pipeline v2 #145
@ -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
|
||||
)
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user