2018-08-09 22:19:27 +02:00
|
|
|
[gd_scene load_steps=3 format=2]
|
|
|
|
|
|
|
|
[ext_resource path="res://addons/procedural_material/nodes/blur.gd" type="Script" id=1]
|
|
|
|
|
|
|
|
[sub_resource type="Theme" id=1]
|
|
|
|
|
|
|
|
|
2018-08-12 19:25:18 +02:00
|
|
|
[node name="Blur" type="GraphNode"]
|
2018-08-09 22:19:27 +02:00
|
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
|
anchor_top = 0.0
|
|
|
|
anchor_right = 0.0
|
|
|
|
anchor_bottom = 0.0
|
|
|
|
margin_left = 1.0
|
|
|
|
margin_top = 1.0
|
|
|
|
margin_right = 153.0
|
|
|
|
margin_bottom = 79.0
|
|
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
|
|
rect_clip_content = false
|
|
|
|
mouse_filter = 1
|
|
|
|
mouse_default_cursor_shape = 0
|
|
|
|
size_flags_horizontal = 1
|
|
|
|
size_flags_vertical = 1
|
|
|
|
theme = SubResource( 1 )
|
|
|
|
title = "Blur"
|
|
|
|
offset = Vector2( 0, 0 )
|
|
|
|
show_close = true
|
|
|
|
resizable = false
|
|
|
|
selected = false
|
|
|
|
comment = false
|
|
|
|
overlay = 0
|
|
|
|
slot/0/left_enabled = true
|
|
|
|
slot/0/left_type = 0
|
|
|
|
slot/0/left_color = Color( 0.5, 0.5, 1, 1 )
|
|
|
|
slot/0/right_enabled = true
|
|
|
|
slot/0/right_type = 0
|
|
|
|
slot/0/right_color = Color( 0.5, 0.5, 1, 1 )
|
|
|
|
slot/1/left_enabled = false
|
|
|
|
slot/1/left_type = 0
|
|
|
|
slot/1/left_color = Color( 1, 1, 1, 1 )
|
|
|
|
slot/1/right_enabled = false
|
|
|
|
slot/1/right_type = 0
|
|
|
|
slot/1/right_color = Color( 1, 1, 1, 1 )
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
_sections_unfolded = [ "Size Flags", "Theme", "slot" ]
|
|
|
|
|
|
|
|
[node name="HBoxContainer1" type="HBoxContainer" parent="." index="0"]
|
|
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
|
anchor_top = 0.0
|
|
|
|
anchor_right = 0.0
|
|
|
|
anchor_bottom = 0.0
|
|
|
|
margin_left = 16.0
|
|
|
|
margin_top = 24.0
|
|
|
|
margin_right = 136.0
|
|
|
|
margin_bottom = 48.0
|
|
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
|
|
rect_clip_content = false
|
|
|
|
mouse_filter = 1
|
|
|
|
mouse_default_cursor_shape = 0
|
|
|
|
size_flags_horizontal = 1
|
|
|
|
size_flags_vertical = 1
|
|
|
|
alignment = 0
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="HBoxContainer1" index="0"]
|
|
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
|
anchor_top = 0.0
|
|
|
|
anchor_right = 0.0
|
|
|
|
anchor_bottom = 0.0
|
|
|
|
margin_top = 5.0
|
|
|
|
margin_right = 42.0
|
|
|
|
margin_bottom = 19.0
|
|
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
|
|
rect_clip_content = false
|
|
|
|
mouse_filter = 2
|
|
|
|
mouse_default_cursor_shape = 0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 4
|
2018-08-12 19:25:18 +02:00
|
|
|
text = "Grid:"
|
2018-08-09 22:19:27 +02:00
|
|
|
percent_visible = 1.0
|
|
|
|
lines_skipped = 0
|
|
|
|
max_lines_visible = -1
|
|
|
|
_sections_unfolded = [ "Size Flags" ]
|
|
|
|
|
2018-08-12 19:25:18 +02:00
|
|
|
[node name="epsilon" type="SpinBox" parent="HBoxContainer1" index="1"]
|
2018-08-09 22:19:27 +02:00
|
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
|
anchor_top = 0.0
|
|
|
|
anchor_right = 0.0
|
|
|
|
anchor_bottom = 0.0
|
|
|
|
margin_left = 46.0
|
|
|
|
margin_right = 120.0
|
|
|
|
margin_bottom = 24.0
|
|
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
|
|
rect_clip_content = false
|
|
|
|
mouse_filter = 0
|
|
|
|
mouse_default_cursor_shape = 0
|
|
|
|
size_flags_horizontal = 1
|
|
|
|
size_flags_vertical = 1
|
2018-08-12 19:25:18 +02:00
|
|
|
min_value = 0.001
|
|
|
|
max_value = 0.01
|
|
|
|
step = 0.001
|
2018-08-09 22:19:27 +02:00
|
|
|
page = 0.0
|
2018-08-12 19:25:18 +02:00
|
|
|
value = 0.005
|
2018-08-09 22:19:27 +02:00
|
|
|
exp_edit = false
|
|
|
|
rounded = false
|
|
|
|
editable = true
|
|
|
|
prefix = ""
|
|
|
|
suffix = ""
|
|
|
|
_sections_unfolded = [ "Caret", "Placeholder" ]
|
|
|
|
|
|
|
|
[node name="HBoxContainer2" type="HBoxContainer" parent="." index="1"]
|
|
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
|
anchor_top = 0.0
|
|
|
|
anchor_right = 0.0
|
|
|
|
anchor_bottom = 0.0
|
|
|
|
margin_left = 16.0
|
|
|
|
margin_top = 48.0
|
|
|
|
margin_right = 136.0
|
|
|
|
margin_bottom = 72.0
|
|
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
|
|
rect_clip_content = false
|
|
|
|
mouse_filter = 1
|
|
|
|
mouse_default_cursor_shape = 0
|
|
|
|
size_flags_horizontal = 1
|
|
|
|
size_flags_vertical = 1
|
|
|
|
alignment = 0
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="HBoxContainer2" index="0"]
|
|
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
|
anchor_top = 0.0
|
|
|
|
anchor_right = 0.0
|
|
|
|
anchor_bottom = 0.0
|
|
|
|
margin_top = 5.0
|
|
|
|
margin_right = 42.0
|
|
|
|
margin_bottom = 19.0
|
|
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
|
|
rect_clip_content = false
|
|
|
|
mouse_filter = 2
|
|
|
|
mouse_default_cursor_shape = 0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 4
|
2018-08-12 19:25:18 +02:00
|
|
|
text = "Sigma:"
|
2018-08-09 22:19:27 +02:00
|
|
|
percent_visible = 1.0
|
|
|
|
lines_skipped = 0
|
|
|
|
max_lines_visible = -1
|
|
|
|
_sections_unfolded = [ "Size Flags" ]
|
|
|
|
|
2018-08-12 19:25:18 +02:00
|
|
|
[node name="sigma" type="SpinBox" parent="HBoxContainer2" index="1"]
|
2018-08-09 22:19:27 +02:00
|
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
|
anchor_top = 0.0
|
|
|
|
anchor_right = 0.0
|
|
|
|
anchor_bottom = 0.0
|
|
|
|
margin_left = 46.0
|
|
|
|
margin_right = 120.0
|
|
|
|
margin_bottom = 24.0
|
|
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
|
|
rect_clip_content = false
|
|
|
|
mouse_filter = 0
|
|
|
|
mouse_default_cursor_shape = 0
|
|
|
|
size_flags_horizontal = 1
|
|
|
|
size_flags_vertical = 1
|
2018-08-12 19:25:18 +02:00
|
|
|
min_value = 0.05
|
|
|
|
max_value = 20.0
|
|
|
|
step = 0.05
|
2018-08-09 22:19:27 +02:00
|
|
|
page = 0.0
|
2018-08-12 19:25:18 +02:00
|
|
|
value = 1.0
|
2018-08-09 22:19:27 +02:00
|
|
|
exp_edit = false
|
|
|
|
rounded = false
|
|
|
|
editable = true
|
|
|
|
prefix = ""
|
|
|
|
suffix = ""
|
|
|
|
_sections_unfolded = [ "Caret", "Placeholder" ]
|
|
|
|
|
|
|
|
|