Added new examples to test splatter node and material workflow

This commit is contained in:
RodZill4 2019-11-27 07:45:58 +01:00
parent b153b3306f
commit 8edd21e488
4 changed files with 3222 additions and 0 deletions

2
.gitignore vendored
View File

@ -3,3 +3,5 @@
# Compiled documentation
_build/
addons/material_maker/examples/*.ptex.import
addons/material_maker/library/base/*.png.import

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -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":