daz3d / DazToBlender

Daz to Blender Bridge
https://www.daz3d.com/daz-to-blender-bridge
Other
201 stars 46 forks source link

[Import error] No custom shapes for armature bones/ Rigging tools not showing. #120

Open VengefulSpatula opened 2 years ago

VengefulSpatula commented 2 years ago
Python: Traceback (most recent call last):
  File "C:\Users\User\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\DTB\DtbOperators.py", line 168, in invoke
    return self.execute(context)
  File "C:\Users\User\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\DTB\DtbOperators.py", line 349, in execute
    self.import_one(fbx_adr)
  File "C:\Users\User\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\DTB\DtbOperators.py", line 318, in import_one
    DtbIKBones.bone_disp(-1, True)
  File "C:\Users\User\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\DTB\DtbIKBones.py", line 346, in bone_disp
    bone_disp(i, flg_hide)
  File "C:\Users\User\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\DTB\DtbIKBones.py", line 351, in bone_disp
    bone_disp2(idx, pbones.get(ik_name[idx]),abones.get(ik_name[idx]), flg_hide)
  File "C:\Users\User\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\DTB\DtbIKBones.py", line 337, in bone_disp2
    pose_bone.custom_shape_scale = scales[idx]
AttributeError: 'PoseBone' object has no attribute 'custom_shape_scale'

image image

image