You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 21, 2024. It is now read-only.
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)
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)