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 93fd331393 - Show all commits

View File

@ -296,6 +296,7 @@ def material_slots_clean(obj):
if transfer_data_list != []: if transfer_data_list != []:
return return
if obj.data and hasattr(obj.data, 'materials'):
obj.data.materials.clear() obj.data.materials.clear()