SimplSam / moho-bvh-bones

Moho Pro - 2D/3D BVH mocap Bone Import and Animation
Other
9 stars 1 forks source link

About disabling 3D bone import and only importing 2D bones #1

Open 570295535 opened 11 months ago

570295535 commented 11 months ago

Hello, SimplSam, I have removed the comment from line 260, but the option function has not taken effect. How do I make it take effect?

Or what code can be deleted to prevent 3D bones from being imported and only 2D bones from being imported?

The code on line 260 has invalid functionality: d.create2D = LM.GUI.CheckBox("Do Not Create 2D Bones - \"Omit the creation of the 2D Bones layer\"") l:AddChild(d.create2D, LM.GUI.ALIGN_LEFT) d.create3D = LM.GUI.CheckBox("Do Not Create 3D Bones - \"Omit the creation of the 3D Bone layers\"") l:AddChild(d.create3D, LM.GUI.ALIGN_LEFT)

SimplSam commented 11 months ago

The process actually always needs to create the '3D bones' in order to calculate and position the 2D bones. The code that you reference above was just a comment/thought. You can delete the 3D bones after the import is created.