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,7 +296,8 @@ def material_slots_clean(obj):
if transfer_data_list != []:
return
obj.data.materials.clear()
if obj.data and hasattr(obj.data, 'materials'):
obj.data.materials.clear()
def material_slots_is_missing(transfer_info):