Disabled 8K resolution for painting

This commit is contained in:
RodZill4 2021-03-31 19:46:21 +02:00
parent fa6abff608
commit 30caf1be21
2 changed files with 2 additions and 1 deletions

View File

@ -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" },

View File

@ -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"]