mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
bcdac09cd7
Basic import plugin works. Added gradient parameter to custom node. hsv_adjust now supports alpha channel. Remove deprecated scenes.
83 lines
2.4 KiB
Plaintext
83 lines
2.4 KiB
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://addons/material_maker/nodes/blend/blend.gd" type="Script" id=1]
|
|
|
|
[sub_resource type="Theme" id=1]
|
|
|
|
[node name="Blend" type="GraphNode"]
|
|
margin_left = 1.0
|
|
margin_right = 160.0
|
|
margin_bottom = 104.0
|
|
mouse_filter = 1
|
|
theme = SubResource( 1 )
|
|
title = "Blend"
|
|
show_close = true
|
|
slot/0/left_enabled = false
|
|
slot/0/left_type = 0
|
|
slot/0/left_color = Color( 1, 1, 1, 1 )
|
|
slot/0/right_enabled = true
|
|
slot/0/right_type = 0
|
|
slot/0/right_color = Color( 0, 1, 0, 0.501961 )
|
|
slot/1/left_enabled = true
|
|
slot/1/left_type = 0
|
|
slot/1/left_color = Color( 0, 1, 0, 0.501961 )
|
|
slot/1/right_enabled = false
|
|
slot/1/right_type = 0
|
|
slot/1/right_color = Color( 1, 1, 1, 1 )
|
|
slot/2/left_enabled = true
|
|
slot/2/left_type = 0
|
|
slot/2/left_color = Color( 0, 1, 0, 0.501961 )
|
|
slot/2/right_enabled = false
|
|
slot/2/right_type = 0
|
|
slot/2/right_color = Color( 1, 1, 1, 1 )
|
|
slot/3/left_enabled = true
|
|
slot/3/left_type = 0
|
|
slot/3/left_color = Color( 0.756863, 0.756863, 0.756863, 1 )
|
|
slot/3/right_enabled = false
|
|
slot/3/right_type = 0
|
|
slot/3/right_color = Color( 1, 1, 1, 0.501961 )
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="blend_type" type="OptionButton" parent="."]
|
|
margin_left = 16.0
|
|
margin_top = 24.0
|
|
margin_right = 143.0
|
|
margin_bottom = 44.0
|
|
text = "Normal"
|
|
items = [ "Normal", null, false, 0, null, "Dissolve", null, false, 1, null, "Multiply", null, false, 2, null, "Screen", null, false, 3, null, "Overlay", null, false, 4, null, "Hard Light", null, false, 5, null, "Soft Light", null, false, 6, null, "Burn", null, false, 7, null, "Dodge", null, false, 8, null, "Lighten", null, false, 9, null, "Darken", null, false, 10, null, "Difference", null, false, 11, null ]
|
|
selected = 0
|
|
|
|
[node name="Label1" type="Label" parent="."]
|
|
margin_left = 16.0
|
|
margin_top = 44.0
|
|
margin_right = 143.0
|
|
margin_bottom = 58.0
|
|
text = "Source 1"
|
|
|
|
[node name="Label2" type="Label" parent="."]
|
|
margin_left = 16.0
|
|
margin_top = 59.0
|
|
margin_right = 143.0
|
|
margin_bottom = 73.0
|
|
text = "Source 2"
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
|
margin_left = 16.0
|
|
margin_top = 74.0
|
|
margin_right = 143.0
|
|
margin_bottom = 98.0
|
|
|
|
[node name="Label3" type="Label" parent="HBoxContainer"]
|
|
margin_top = 5.0
|
|
margin_right = 49.0
|
|
margin_bottom = 19.0
|
|
text = "Opacity"
|
|
|
|
[node name="amount" type="SpinBox" parent="HBoxContainer"]
|
|
margin_left = 53.0
|
|
margin_right = 127.0
|
|
margin_bottom = 24.0
|
|
max_value = 1.0
|
|
step = 0.05
|
|
value = 0.5
|