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

View File

@ -509,7 +509,6 @@ def attributes_get_editable(attributes):
def attribute_clean(obj): def attribute_clean(obj):
# TODO debug clean function
if obj.type != "MESH": if obj.type != "MESH":
return return
attributes = attributes_get_editable(obj.data.attributes) attributes = attributes_get_editable(obj.data.attributes)