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
428 stars 80 forks source link

Error trying to send back character as fbx. #244

Closed loicbramoulle closed 2 weeks ago

loicbramoulle commented 2 weeks ago

CC4, latest plugin and addon version, blender 4.1. I've exported Camila with blender pipeline plugin, sculpted, added an object, and when clicking "export character" to import it back, I have this error:

FBX export starting... 'G:\Dropbox (Compte personnel)\PINTUR\Reallusion_2024\CC4\From_Blender\HellGal_A001.fbx' export finished in 0.8281 sec. cc_blender_tools_updater updater: Running background check for update Traceback (most recent call last): File "C:\Users\Admin\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\cc_blender_tools-2_0_9\exporter.py", line 2397, in execute export_standard(self, chr_cache, self.filepath, self.include_selected) File "C:\Users\Admin\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\cc_blender_tools-2_0_9\exporter.py", line 1726, in export_standard object_state = utils.store_object_state(objects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Admin\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\cc_blender_tools-2_0_9\utils.py", line 1946, in store_object_state obj_state[mat] = { "name": mat.name } ^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'name'