soupday / cc_blender_tools

Add-on for Blender, for importing and auto-setup of character creator 3 & 4 and iClone 7 & 8 character exports into Blender.
GNU General Public License v3.0
446 stars 80 forks source link

bpy struct: item.attr = val: sequences of dimension 0 should contain 2 items, not 0 #42

Closed FNRocha closed 2 years ago

FNRocha commented 2 years ago

I am experiencing this error while trying to load a cc3 character with clothing. error_blender_cc3

FNRocha commented 2 years ago

the issue seems to be related to clothes overlapping

soupday commented 2 years ago

That wouldn't be the "Biker Vest" by any chance?

The UV's are completely broken in that mesh and it crashes the Blender FBX importer. There's a version of the vest worn by a couple of sample characters that does work, that you can save out as custom clothing and use: Template/Project/DH Sample Template/Avatar/Clothed/Outfits_Caleb

FNRocha commented 2 years ago

That is exactly it, thanks for the quick reply.