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 while importing OBJ file from cc4.4 to Blender4.0.1 #209

Open QuenZhan opened 4 months ago

QuenZhan commented 4 months ago

Blender Version : 4.0.1 Character Creator Version :4.4

  1. Export obj from CC in Export/OBJ/Nude Character in bind-pose
  2. enabling this add-on
  3. open the tab "CC/IC pipeline"
  4. hit the "Import Character" button
  5. choose the obj
  6. get the error below
Python: Traceback (most recent call last):
  File "/Users/cengqunzhan/Library/Application Support/Blender/4.0/scripts/addons/cc_blender_tools-2_0_2_myFix/importer.py", line 1049, in modal
    self.run_import(context)
  File "/Users/cengqunzhan/Library/Application Support/Blender/4.0/scripts/addons/cc_blender_tools-2_0_2_myFix/importer.py", line 954, in run_import
    self.import_character()
  File "/Users/cengqunzhan/Library/Application Support/Blender/4.0/scripts/addons/cc_blender_tools-2_0_2_myFix/importer.py", line 746, in import_character
    bpy.ops.import_scene.obj(filepath = self.filepath, split_mode = "OFF",
  File "/Applications/Blender.app/Contents/Resources/4.0/scripts/modules/bpy/ops.py", line 109, in __call__
    ret = _op_call(self.idname_py(), kw)
AttributeError: Calling operator "bpy.ops.import_scene.obj" error, could not be found

this error didn't happen in Blender 3.6.8