mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
9834571c4a
Fixed shader generation with nested usage of inputs (process code until no further input substitution is possible)
80 lines
1.7 KiB
Plaintext
80 lines
1.7 KiB
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://addons/material_maker/widgets/node_editor/parameter_float.gd" type="Script" id=1]
|
|
|
|
[node name="float" type="HBoxContainer"]
|
|
margin_right = 547.0
|
|
margin_bottom = 24.0
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="LabelMin" type="Label" parent="."]
|
|
margin_top = 5.0
|
|
margin_right = 28.0
|
|
margin_bottom = 19.0
|
|
text = "Min:"
|
|
|
|
[node name="Min" type="SpinBox" parent="."]
|
|
margin_left = 32.0
|
|
margin_right = 106.0
|
|
margin_bottom = 24.0
|
|
min_value = -65536.0
|
|
max_value = 65536.0
|
|
step = 0.005
|
|
allow_greater = true
|
|
allow_lesser = true
|
|
|
|
[node name="LabelMax" type="Label" parent="."]
|
|
margin_left = 110.0
|
|
margin_top = 5.0
|
|
margin_right = 140.0
|
|
margin_bottom = 19.0
|
|
text = "Max:"
|
|
|
|
[node name="Max" type="SpinBox" parent="."]
|
|
margin_left = 144.0
|
|
margin_right = 218.0
|
|
margin_bottom = 24.0
|
|
min_value = -65536.0
|
|
max_value = 65536.0
|
|
step = 0.005
|
|
allow_greater = true
|
|
allow_lesser = true
|
|
|
|
[node name="LabelStep" type="Label" parent="."]
|
|
margin_left = 222.0
|
|
margin_top = 5.0
|
|
margin_right = 254.0
|
|
margin_bottom = 19.0
|
|
text = "Step:"
|
|
|
|
[node name="Step" type="SpinBox" parent="."]
|
|
margin_left = 258.0
|
|
margin_right = 332.0
|
|
margin_bottom = 24.0
|
|
step = 0.005
|
|
allow_greater = true
|
|
allow_lesser = true
|
|
|
|
[node name="LabelDefault" type="Label" parent="."]
|
|
margin_left = 336.0
|
|
margin_top = 5.0
|
|
margin_right = 386.0
|
|
margin_bottom = 19.0
|
|
text = "Default:"
|
|
|
|
[node name="Default" type="SpinBox" parent="."]
|
|
margin_left = 390.0
|
|
margin_right = 464.0
|
|
margin_bottom = 24.0
|
|
min_value = -65536.0
|
|
max_value = 65536.0
|
|
step = 0.0
|
|
allow_greater = true
|
|
allow_lesser = true
|
|
|
|
[node name="SpinBox" type="CheckBox" parent="."]
|
|
margin_left = 468.0
|
|
margin_right = 547.0
|
|
margin_bottom = 24.0
|
|
text = "SpinBox"
|