Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

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

@570295535

Description

@570295535

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions