Color Bones
Color Bones Window
Category:
Bones
Last Updated: Feb 22 2026, 08:23

Modal window handle Color Bones. Alpha version. Please send me a message when encountering bugs.
Functionality is dynamic (or static if you choose to disable dynamic mode), three modes are available and change depending on the current tool and also if you are on fame 0 or not:
- Default → Show/Hide Bones (ALT to Expose)
- Add Bone (and Select Bone at frame 0) → Set Bone Color (ALT to Select)
- Select Bone → Select Bones (ALT to Add)
If you want to use keyboard shortcuts, you'll need to edit your other tools and add one line, for example:
function LM_AddBone:OnKeyDown(moho, keyEvent)
LK_ColorBones:OnKeyDown(moho, keyEvent)
[...]