generated from krampus/template-godot4
360 lines
14 KiB
Plaintext
360 lines
14 KiB
Plaintext
|
[gd_scene load_steps=5 format=3 uid="uid://nud6dwjcnj5v"]
|
||
|
|
||
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ysabf"]
|
||
|
bg_color = Color(0.211765, 0.239216, 0.290196, 1)
|
||
|
|
||
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_lcvna"]
|
||
|
bg_color = Color(0.168627, 0.211765, 0.266667, 1)
|
||
|
border_width_left = 3
|
||
|
border_width_top = 3
|
||
|
border_width_right = 3
|
||
|
border_width_bottom = 3
|
||
|
border_color = Color(0.270588, 0.435294, 0.580392, 1)
|
||
|
corner_radius_top_left = 5
|
||
|
corner_radius_top_right = 5
|
||
|
corner_radius_bottom_right = 5
|
||
|
corner_radius_bottom_left = 5
|
||
|
|
||
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_cb0xf"]
|
||
|
bg_color = Color(0.137255, 0.137255, 0.137255, 1)
|
||
|
draw_center = false
|
||
|
border_width_left = 3
|
||
|
border_width_top = 3
|
||
|
border_width_right = 3
|
||
|
border_width_bottom = 3
|
||
|
border_color = Color(0.784314, 0.784314, 0.784314, 1)
|
||
|
corner_radius_top_left = 5
|
||
|
corner_radius_top_right = 5
|
||
|
corner_radius_bottom_right = 5
|
||
|
corner_radius_bottom_left = 5
|
||
|
|
||
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_7qdas"]
|
||
|
|
||
|
[node name="AcceptDialog" type="AcceptDialog"]
|
||
|
title = "Terrain3D Channel Packer"
|
||
|
initial_position = 1
|
||
|
size = Vector2i(660, 900)
|
||
|
visible = true
|
||
|
ok_button_text = "Close"
|
||
|
|
||
|
[node name="Panel" type="Panel" parent="."]
|
||
|
anchors_preset = 15
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
offset_left = 8.0
|
||
|
offset_top = 8.0
|
||
|
offset_right = -8.0
|
||
|
offset_bottom = -49.0
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 2
|
||
|
theme_override_styles/panel = SubResource("StyleBoxFlat_ysabf")
|
||
|
|
||
|
[node name="MarginContainer" type="MarginContainer" parent="Panel"]
|
||
|
layout_mode = 1
|
||
|
anchors_preset = 15
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
offset_left = 4.0
|
||
|
offset_top = 4.0
|
||
|
offset_right = -1.0
|
||
|
offset_bottom = -53.0
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 2
|
||
|
theme_override_constants/margin_left = 5
|
||
|
theme_override_constants/margin_top = 5
|
||
|
theme_override_constants/margin_right = 5
|
||
|
theme_override_constants/margin_bottom = 5
|
||
|
|
||
|
[node name="VBoxContainer" type="VBoxContainer" parent="Panel/MarginContainer"]
|
||
|
layout_mode = 2
|
||
|
size_flags_vertical = 0
|
||
|
theme_override_constants/separation = 10
|
||
|
|
||
|
[node name="AlbedoHeightPanel" type="Panel" parent="Panel/MarginContainer/VBoxContainer"]
|
||
|
custom_minimum_size = Vector2(0, 250)
|
||
|
layout_mode = 2
|
||
|
theme_override_styles/panel = SubResource("StyleBoxFlat_lcvna")
|
||
|
|
||
|
[node name="MarginContainer" type="MarginContainer" parent="Panel/MarginContainer/VBoxContainer/AlbedoHeightPanel"]
|
||
|
layout_mode = 1
|
||
|
anchors_preset = 15
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 2
|
||
|
theme_override_constants/margin_left = 10
|
||
|
theme_override_constants/margin_top = 10
|
||
|
theme_override_constants/margin_right = 10
|
||
|
theme_override_constants/margin_bottom = 10
|
||
|
|
||
|
[node name="HBoxContainer" type="HBoxContainer" parent="Panel/MarginContainer/VBoxContainer/AlbedoHeightPanel/MarginContainer"]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="AlbedoVBox" type="VBoxContainer" parent="Panel/MarginContainer/VBoxContainer/AlbedoHeightPanel/MarginContainer/HBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="AlbedoLabel" type="Label" parent="Panel/MarginContainer/VBoxContainer/AlbedoHeightPanel/MarginContainer/HBoxContainer/AlbedoVBox"]
|
||
|
layout_mode = 2
|
||
|
text = "Albedo texture"
|
||
|
|
||
|
[node name="AlbedoHBox" type="HBoxContainer" parent="Panel/MarginContainer/VBoxContainer/AlbedoHeightPanel/MarginContainer/HBoxContainer/AlbedoVBox"]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="LineEdit" type="LineEdit" parent="Panel/MarginContainer/VBoxContainer/AlbedoHeightPanel/MarginContainer/HBoxContainer/AlbedoVBox/AlbedoHBox"]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="PickButton" type="Button" parent="Panel/MarginContainer/VBoxContainer/AlbedoHeightPanel/MarginContainer/HBoxContainer/AlbedoVBox/AlbedoHBox"]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="ClearButton" type="Button" parent="Panel/MarginContainer/VBoxContainer/AlbedoHeightPanel/MarginContainer/HBoxContainer/AlbedoVBox/AlbedoHBox"]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="MarginContainer" type="MarginContainer" parent="Panel/MarginContainer/VBoxContainer/AlbedoHeightPanel/MarginContainer/HBoxContainer/AlbedoVBox"]
|
||
|
layout_mode = 2
|
||
|
size_flags_vertical = 4
|
||
|
theme_override_constants/margin_top = 10
|
||
|
|
||
|
[node name="Panel" type="Panel" parent="Panel/MarginContainer/VBoxContainer/AlbedoHeightPanel/MarginContainer/HBoxContainer/AlbedoVBox/MarginContainer"]
|
||
|
custom_minimum_size = Vector2(110, 110)
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 4
|
||
|
size_flags_vertical = 4
|
||
|
theme_override_styles/panel = SubResource("StyleBoxFlat_cb0xf")
|
||
|
|
||
|
[node name="TextureRect" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/AlbedoHeightPanel/MarginContainer/HBoxContainer/AlbedoVBox/MarginContainer/Panel"]
|
||
|
layout_mode = 1
|
||
|
anchors_preset = 8
|
||
|
anchor_left = 0.5
|
||
|
anchor_top = 0.5
|
||
|
anchor_right = 0.5
|
||
|
anchor_bottom = 0.5
|
||
|
offset_left = -50.0
|
||
|
offset_top = -50.0
|
||
|
offset_right = 50.0
|
||
|
offset_bottom = 50.0
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 2
|
||
|
expand_mode = 1
|
||
|
|
||
|
[node name="TextureButton" type="Button" parent="Panel/MarginContainer/VBoxContainer/AlbedoHeightPanel/MarginContainer/HBoxContainer/AlbedoVBox/MarginContainer/Panel"]
|
||
|
layout_mode = 1
|
||
|
anchors_preset = 15
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 2
|
||
|
theme_override_styles/normal = SubResource("StyleBoxEmpty_7qdas")
|
||
|
|
||
|
[node name="HeightVBox" type="VBoxContainer" parent="Panel/MarginContainer/VBoxContainer/AlbedoHeightPanel/MarginContainer/HBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="HeightLabel" type="Label" parent="Panel/MarginContainer/VBoxContainer/AlbedoHeightPanel/MarginContainer/HBoxContainer/HeightVBox"]
|
||
|
layout_mode = 2
|
||
|
text = "Height texture"
|
||
|
|
||
|
[node name="HeightHBox" type="HBoxContainer" parent="Panel/MarginContainer/VBoxContainer/AlbedoHeightPanel/MarginContainer/HBoxContainer/HeightVBox"]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="LineEdit" type="LineEdit" parent="Panel/MarginContainer/VBoxContainer/AlbedoHeightPanel/MarginContainer/HBoxContainer/HeightVBox/HeightHBox"]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="PickButton" type="Button" parent="Panel/MarginContainer/VBoxContainer/AlbedoHeightPanel/MarginContainer/HBoxContainer/HeightVBox/HeightHBox"]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="ClearButton" type="Button" parent="Panel/MarginContainer/VBoxContainer/AlbedoHeightPanel/MarginContainer/HBoxContainer/HeightVBox/HeightHBox"]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="MarginContainer" type="MarginContainer" parent="Panel/MarginContainer/VBoxContainer/AlbedoHeightPanel/MarginContainer/HBoxContainer/HeightVBox"]
|
||
|
layout_mode = 2
|
||
|
size_flags_vertical = 4
|
||
|
theme_override_constants/margin_top = 10
|
||
|
|
||
|
[node name="Panel" type="Panel" parent="Panel/MarginContainer/VBoxContainer/AlbedoHeightPanel/MarginContainer/HBoxContainer/HeightVBox/MarginContainer"]
|
||
|
custom_minimum_size = Vector2(110, 110)
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 4
|
||
|
size_flags_vertical = 4
|
||
|
theme_override_styles/panel = SubResource("StyleBoxFlat_cb0xf")
|
||
|
|
||
|
[node name="TextureRect" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/AlbedoHeightPanel/MarginContainer/HBoxContainer/HeightVBox/MarginContainer/Panel"]
|
||
|
layout_mode = 1
|
||
|
anchors_preset = 8
|
||
|
anchor_left = 0.5
|
||
|
anchor_top = 0.5
|
||
|
anchor_right = 0.5
|
||
|
anchor_bottom = 0.5
|
||
|
offset_left = -50.0
|
||
|
offset_top = -50.0
|
||
|
offset_right = 50.0
|
||
|
offset_bottom = 50.0
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 2
|
||
|
expand_mode = 1
|
||
|
|
||
|
[node name="TextureButton" type="Button" parent="Panel/MarginContainer/VBoxContainer/AlbedoHeightPanel/MarginContainer/HBoxContainer/HeightVBox/MarginContainer/Panel"]
|
||
|
layout_mode = 1
|
||
|
anchors_preset = 15
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 2
|
||
|
theme_override_styles/normal = SubResource("StyleBoxEmpty_7qdas")
|
||
|
|
||
|
[node name="NormalRoughnessPanel" type="Panel" parent="Panel/MarginContainer/VBoxContainer"]
|
||
|
custom_minimum_size = Vector2(0, 280)
|
||
|
layout_mode = 2
|
||
|
theme_override_styles/panel = SubResource("StyleBoxFlat_lcvna")
|
||
|
|
||
|
[node name="MarginContainer" type="MarginContainer" parent="Panel/MarginContainer/VBoxContainer/NormalRoughnessPanel"]
|
||
|
layout_mode = 1
|
||
|
anchors_preset = 15
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 2
|
||
|
theme_override_constants/margin_left = 10
|
||
|
theme_override_constants/margin_top = 10
|
||
|
theme_override_constants/margin_right = 10
|
||
|
theme_override_constants/margin_bottom = 10
|
||
|
|
||
|
[node name="HBoxContainer" type="HBoxContainer" parent="Panel/MarginContainer/VBoxContainer/NormalRoughnessPanel/MarginContainer"]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="NormalVBox" type="VBoxContainer" parent="Panel/MarginContainer/VBoxContainer/NormalRoughnessPanel/MarginContainer/HBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="NormalLabel" type="Label" parent="Panel/MarginContainer/VBoxContainer/NormalRoughnessPanel/MarginContainer/HBoxContainer/NormalVBox"]
|
||
|
layout_mode = 2
|
||
|
text = "Normal texture"
|
||
|
|
||
|
[node name="NormalHBox" type="HBoxContainer" parent="Panel/MarginContainer/VBoxContainer/NormalRoughnessPanel/MarginContainer/HBoxContainer/NormalVBox"]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="LineEdit" type="LineEdit" parent="Panel/MarginContainer/VBoxContainer/NormalRoughnessPanel/MarginContainer/HBoxContainer/NormalVBox/NormalHBox"]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="PickButton" type="Button" parent="Panel/MarginContainer/VBoxContainer/NormalRoughnessPanel/MarginContainer/HBoxContainer/NormalVBox/NormalHBox"]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="ClearButton" type="Button" parent="Panel/MarginContainer/VBoxContainer/NormalRoughnessPanel/MarginContainer/HBoxContainer/NormalVBox/NormalHBox"]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="MarginContainer" type="MarginContainer" parent="Panel/MarginContainer/VBoxContainer/NormalRoughnessPanel/MarginContainer/HBoxContainer/NormalVBox"]
|
||
|
layout_mode = 2
|
||
|
size_flags_vertical = 4
|
||
|
theme_override_constants/margin_top = 10
|
||
|
|
||
|
[node name="Panel" type="Panel" parent="Panel/MarginContainer/VBoxContainer/NormalRoughnessPanel/MarginContainer/HBoxContainer/NormalVBox/MarginContainer"]
|
||
|
custom_minimum_size = Vector2(110, 110)
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 4
|
||
|
size_flags_vertical = 4
|
||
|
theme_override_styles/panel = SubResource("StyleBoxFlat_cb0xf")
|
||
|
|
||
|
[node name="TextureRect" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/NormalRoughnessPanel/MarginContainer/HBoxContainer/NormalVBox/MarginContainer/Panel"]
|
||
|
layout_mode = 1
|
||
|
anchors_preset = 8
|
||
|
anchor_left = 0.5
|
||
|
anchor_top = 0.5
|
||
|
anchor_right = 0.5
|
||
|
anchor_bottom = 0.5
|
||
|
offset_left = -50.0
|
||
|
offset_top = -50.0
|
||
|
offset_right = 50.0
|
||
|
offset_bottom = 50.0
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 2
|
||
|
expand_mode = 1
|
||
|
|
||
|
[node name="TextureButton" type="Button" parent="Panel/MarginContainer/VBoxContainer/NormalRoughnessPanel/MarginContainer/HBoxContainer/NormalVBox/MarginContainer/Panel"]
|
||
|
layout_mode = 1
|
||
|
anchors_preset = 15
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 2
|
||
|
theme_override_styles/normal = SubResource("StyleBoxEmpty_7qdas")
|
||
|
|
||
|
[node name="InvertGreenChannelCheckBox" type="CheckBox" parent="Panel/MarginContainer/VBoxContainer/NormalRoughnessPanel/MarginContainer/HBoxContainer/NormalVBox"]
|
||
|
layout_mode = 2
|
||
|
text = "Convert DirectX to OpenGL"
|
||
|
|
||
|
[node name="RoughnessVBox" type="VBoxContainer" parent="Panel/MarginContainer/VBoxContainer/NormalRoughnessPanel/MarginContainer/HBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="RoughnessLabel" type="Label" parent="Panel/MarginContainer/VBoxContainer/NormalRoughnessPanel/MarginContainer/HBoxContainer/RoughnessVBox"]
|
||
|
layout_mode = 2
|
||
|
text = "Roughness texture"
|
||
|
|
||
|
[node name="RoughnessHBox" type="HBoxContainer" parent="Panel/MarginContainer/VBoxContainer/NormalRoughnessPanel/MarginContainer/HBoxContainer/RoughnessVBox"]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="LineEdit" type="LineEdit" parent="Panel/MarginContainer/VBoxContainer/NormalRoughnessPanel/MarginContainer/HBoxContainer/RoughnessVBox/RoughnessHBox"]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 3
|
||
|
|
||
|
[node name="PickButton" type="Button" parent="Panel/MarginContainer/VBoxContainer/NormalRoughnessPanel/MarginContainer/HBoxContainer/RoughnessVBox/RoughnessHBox"]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="ClearButton" type="Button" parent="Panel/MarginContainer/VBoxContainer/NormalRoughnessPanel/MarginContainer/HBoxContainer/RoughnessVBox/RoughnessHBox"]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="MarginContainer" type="MarginContainer" parent="Panel/MarginContainer/VBoxContainer/NormalRoughnessPanel/MarginContainer/HBoxContainer/RoughnessVBox"]
|
||
|
layout_mode = 2
|
||
|
size_flags_vertical = 4
|
||
|
theme_override_constants/margin_top = 10
|
||
|
|
||
|
[node name="Panel" type="Panel" parent="Panel/MarginContainer/VBoxContainer/NormalRoughnessPanel/MarginContainer/HBoxContainer/RoughnessVBox/MarginContainer"]
|
||
|
custom_minimum_size = Vector2(110, 110)
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 4
|
||
|
size_flags_vertical = 4
|
||
|
theme_override_styles/panel = SubResource("StyleBoxFlat_cb0xf")
|
||
|
|
||
|
[node name="TextureRect" type="TextureRect" parent="Panel/MarginContainer/VBoxContainer/NormalRoughnessPanel/MarginContainer/HBoxContainer/RoughnessVBox/MarginContainer/Panel"]
|
||
|
layout_mode = 1
|
||
|
anchors_preset = 8
|
||
|
anchor_left = 0.5
|
||
|
anchor_top = 0.5
|
||
|
anchor_right = 0.5
|
||
|
anchor_bottom = 0.5
|
||
|
offset_left = -50.0
|
||
|
offset_top = -50.0
|
||
|
offset_right = 50.0
|
||
|
offset_bottom = 50.0
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 2
|
||
|
expand_mode = 1
|
||
|
|
||
|
[node name="TextureButton" type="Button" parent="Panel/MarginContainer/VBoxContainer/NormalRoughnessPanel/MarginContainer/HBoxContainer/RoughnessVBox/MarginContainer/Panel"]
|
||
|
layout_mode = 1
|
||
|
anchors_preset = 15
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 2
|
||
|
theme_override_styles/normal = SubResource("StyleBoxEmpty_7qdas")
|
||
|
|
||
|
[node name="NormalRoughnessHBox" type="HBoxContainer" parent="Panel/MarginContainer/VBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="PackButton" type="Button" parent="Panel/MarginContainer/VBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
text = "Pack textures as..."
|
||
|
|
||
|
[node name="StatusLabel" type="Label" parent="Panel/MarginContainer/VBoxContainer"]
|
||
|
custom_minimum_size = Vector2(0, 10)
|
||
|
layout_mode = 2
|
||
|
theme_override_colors/font_color = Color(1, 1, 1, 1)
|
||
|
text = "Use this to create a packed Albedo + Height texture and/or a packed Normal + Roughness texture.
|
||
|
|
||
|
You can then use these textures with Terrain3D."
|
||
|
autowrap_mode = 2
|