diff --git a/material_maker/main_window.gd b/material_maker/main_window.gd index 0f721395..d9f287d5 100644 --- a/material_maker/main_window.gd +++ b/material_maker/main_window.gd @@ -102,7 +102,6 @@ const MENU = [ { menu="Tools/Painting/Texture Size", command="set_painting_texture_size", description="1024x1024", command_parameter=1024, mode="paint", toggle=true }, { menu="Tools/Painting/Texture Size", command="set_painting_texture_size", description="2048x2048", command_parameter=2048, mode="paint", toggle=true }, { menu="Tools/Painting/Texture Size", command="set_painting_texture_size", description="4096x4096", command_parameter=4096, mode="paint", toggle=true }, - { menu="Tools/Painting/Texture Size", command="set_painting_texture_size", description="8192x8192", command_parameter=8192, mode="paint", toggle=true }, { menu="Tools/Painting", submenu="environment", description="Set environment", mode="paint" }, { menu="Tools" }, { menu="Tools", command="environment_editor", description="Environment editor" }, diff --git a/material_maker/windows/new_painter/new_painter.tscn b/material_maker/windows/new_painter/new_painter.tscn index 476c43c2..d29b2c59 100644 --- a/material_maker/windows/new_painter/new_painter.tscn +++ b/material_maker/windows/new_painter/new_painter.tscn @@ -83,6 +83,7 @@ margin_right = 157.0 margin_bottom = 44.0 script = ExtResource( 1 ) min_size = 8 +max_size = 12 [node name="ProjectFileLabel2" type="Label" parent="VBoxContainer/HBoxContainer/VBoxContainer/GridContainer"] margin_top = 51.0 @@ -147,6 +148,7 @@ text = "Cancel" [node name="ObjLoader" type="Node" parent="."] script = ExtResource( 3 ) + [connection signal="popup_hide" from="." to="." method="_on_NewPainterWindow_popup_hide"] [connection signal="pressed" from="VBoxContainer/HBoxContainer/VBoxContainer/GridContainer/ModelFile" to="." method="_on_ModelFile_pressed"] [connection signal="pressed" from="VBoxContainer/HBoxContainer/VBoxContainer/GridContainer/ProjectFile" to="." method="_on_ProjectFile_pressed"]