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

Bug: Bone Location unit is still in cm #46

Closed butaixianran closed 1 year ago

butaixianran commented 2 years ago

In pose mode, change location of root bones like CC_Base_BoneRoot or CC_Base_Hip to like 100 meters. It just moves 1 meter, but it displayed as 100m in the panel.

So, bone's location unit is still in cm, which should be meter in blender.

In Object mode, move the whole armature is ok though.

After apply all transform on armature in Object mode, this issue is gone.

So, it must forget to do the apply job in script.

soupday commented 2 years ago

Resetting the armature transform scaling will break all the animations in the character so it's not a good idea to do that by default.

butaixianran commented 2 years ago

Then I wonder why daz importer can get the unit right and still won't break any pose or animation.