From 1c6c2a6931fb0ab6c4a4d258c499e5b853a8b896 Mon Sep 17 00:00:00 2001 From: Relintai Date: Thu, 27 Jan 2022 17:12:34 +0100 Subject: [PATCH] Hide the vertex split operation for now as it's not implemented. --- game/addons/mesh_data_resource_editor/MDIEd.tscn | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/game/addons/mesh_data_resource_editor/MDIEd.tscn b/game/addons/mesh_data_resource_editor/MDIEd.tscn index b9e1d98c..c64811eb 100644 --- a/game/addons/mesh_data_resource_editor/MDIEd.tscn +++ b/game/addons/mesh_data_resource_editor/MDIEd.tscn @@ -399,23 +399,24 @@ margin_bottom = 20.0 text = "Create Face" [node name="Split" type="Button" parent="VBoxContainer/ScrollContainer/VBoxContainer2/VertexOps/Operations"] +visible = false margin_top = 24.0 margin_right = 998.0 margin_bottom = 44.0 text = "Split" [node name="Label" type="Label" parent="VBoxContainer/ScrollContainer/VBoxContainer2/VertexOps/Operations"] -margin_top = 48.0 +margin_top = 24.0 margin_right = 998.0 -margin_bottom = 62.0 +margin_bottom = 38.0 text = "Connect" align = 1 valign = 1 [node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/ScrollContainer/VBoxContainer2/VertexOps/Operations"] -margin_top = 66.0 +margin_top = 42.0 margin_right = 998.0 -margin_bottom = 86.0 +margin_bottom = 62.0 size_flags_horizontal = 3 [node name="ConnectToFirst" type="Button" parent="VBoxContainer/ScrollContainer/VBoxContainer2/VertexOps/Operations/HBoxContainer"]