mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-09 04:22:10 +01:00
Added new examples to test splatter node and material workflow
This commit is contained in:
parent
b153b3306f
commit
8edd21e488
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,3 +3,5 @@
|
||||
|
||||
# Compiled documentation
|
||||
_build/
|
||||
addons/material_maker/examples/*.ptex.import
|
||||
addons/material_maker/library/base/*.png.import
|
||||
|
1677
addons/material_maker/examples/materials.ptex
Normal file
1677
addons/material_maker/examples/materials.ptex
Normal file
File diff suppressed because it is too large
Load Diff
1542
addons/material_maker/examples/splatter.ptex
Normal file
1542
addons/material_maker/examples/splatter.ptex
Normal file
File diff suppressed because it is too large
Load Diff
@ -126,6 +126,7 @@ func create_parameter_control(p : Dictionary) -> Control:
|
||||
control = CheckBox.new()
|
||||
elif p.type == "color":
|
||||
control = ColorPickerButton.new()
|
||||
control.rect_min_size.x = 40
|
||||
elif p.type == "gradient":
|
||||
control = preload("res://addons/material_maker/widgets/gradient_editor.tscn").instance()
|
||||
elif p.type == "string":
|
||||
|
Loading…
Reference in New Issue
Block a user