You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
Unhide Skeleton3D menu button
This commit is contained in:
@@ -665,7 +665,6 @@ void Skeleton3DEditor::create_editors() {
|
|||||||
options->get_popup()->add_item(TTR("Create physical skeleton"), MENU_OPTION_CREATE_PHYSICAL_SKELETON);
|
options->get_popup()->add_item(TTR("Create physical skeleton"), MENU_OPTION_CREATE_PHYSICAL_SKELETON);
|
||||||
|
|
||||||
options->get_popup()->connect("id_pressed", callable_mp(this, &Skeleton3DEditor::_on_click_option));
|
options->get_popup()->connect("id_pressed", callable_mp(this, &Skeleton3DEditor::_on_click_option));
|
||||||
options->hide();
|
|
||||||
|
|
||||||
const Color section_color = get_theme_color("prop_subsection", "Editor");
|
const Color section_color = get_theme_color("prop_subsection", "Editor");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user