Updated library with new nodes
@ -20,6 +20,16 @@
|
||||
"tree_item": "Simple/Uniform",
|
||||
"type": "uniform"
|
||||
},
|
||||
{
|
||||
"collapsed": true,
|
||||
"icon": "simple_uniform_greyscale",
|
||||
"name": "uniform_greyscale",
|
||||
"parameters": {
|
||||
"color": 0.5
|
||||
},
|
||||
"tree_item": "Simple/Uniform/Greyscale",
|
||||
"type": "uniform_greyscale"
|
||||
},
|
||||
{
|
||||
"collapsed": true,
|
||||
"icon": "simple_shape",
|
||||
@ -1335,6 +1345,19 @@
|
||||
"tree_item": "Noise/Perlin",
|
||||
"type": "perlin"
|
||||
},
|
||||
{
|
||||
"collapsed": true,
|
||||
"icon": "noise_perlin_color",
|
||||
"name": "perlin_color",
|
||||
"parameters": {
|
||||
"iterations": 3,
|
||||
"persistence": 0.5,
|
||||
"scale_x": 4,
|
||||
"scale_y": 4
|
||||
},
|
||||
"tree_item": "Noise/Perlin/Color",
|
||||
"type": "perlin_color"
|
||||
},
|
||||
{
|
||||
"collapsed": true,
|
||||
"connections": [
|
||||
@ -1764,10 +1787,43 @@
|
||||
"tree_item": "Noise/Voronoi",
|
||||
"type": "voronoi"
|
||||
},
|
||||
{
|
||||
"collapsed": true,
|
||||
"icon": "noise_color",
|
||||
"name": "color_noise",
|
||||
"parameters": {
|
||||
"density": 0.5,
|
||||
"size": 9
|
||||
},
|
||||
"tree_item": "Noise/Color",
|
||||
"type": "color_noise"
|
||||
},
|
||||
{
|
||||
"collapsed": false,
|
||||
"tree_item": "Filter"
|
||||
},
|
||||
{
|
||||
"collapsed": true,
|
||||
"icon": "filter_invert",
|
||||
"name": "invert",
|
||||
"parameters": {
|
||||
"steps": 6
|
||||
},
|
||||
"tree_item": "Filter/Invert",
|
||||
"type": "invert"
|
||||
},
|
||||
{
|
||||
"collapsed": true,
|
||||
"icon": "filter_brightnesscontrast",
|
||||
"name": "brightness_contrast",
|
||||
"parameters": {
|
||||
"brightness": 0,
|
||||
"contrast": 1,
|
||||
"steps": 6
|
||||
},
|
||||
"tree_item": "Filter/BrightnessContrast",
|
||||
"type": "brightness_contrast"
|
||||
},
|
||||
{
|
||||
"collapsed": true,
|
||||
"parameters": {
|
||||
@ -1936,6 +1992,28 @@
|
||||
"tree_item": "Filter/Emboss",
|
||||
"type": "emboss"
|
||||
},
|
||||
{
|
||||
"collapsed": true,
|
||||
"icon": "filter_occlusion",
|
||||
"name": "occlusion",
|
||||
"parameters": {
|
||||
"param0": 8,
|
||||
"param1": 50,
|
||||
"param2": 1.5
|
||||
},
|
||||
"tree_item": "Filter/Occlusion",
|
||||
"type": "occlusion"
|
||||
},
|
||||
{
|
||||
"collapsed": true,
|
||||
"icon": "filter_quantize",
|
||||
"name": "quantize",
|
||||
"parameters": {
|
||||
"steps": 4
|
||||
},
|
||||
"tree_item": "Filter/Quantize",
|
||||
"type": "quantize"
|
||||
},
|
||||
{
|
||||
"collapsed": false,
|
||||
"icon": "transform",
|
||||
@ -1984,6 +2062,16 @@
|
||||
"tree_item": "Transform/Warp",
|
||||
"type": "warp"
|
||||
},
|
||||
{
|
||||
"collapsed": true,
|
||||
"icon": "transform_circlemap",
|
||||
"name": "circle_map",
|
||||
"parameters": {
|
||||
|
||||
},
|
||||
"tree_item": "Transform/CircleMap",
|
||||
"type": "circle_map"
|
||||
},
|
||||
{
|
||||
"collapsed": false,
|
||||
"tree_item": "Miscellaneous"
|
||||
@ -1997,7 +2085,9 @@
|
||||
{
|
||||
"collapsed": true,
|
||||
"icon": "miscellaneous_custom_shader",
|
||||
"shader_model": {},
|
||||
"shader_model": {
|
||||
|
||||
},
|
||||
"tree_item": "Miscellaneous/Custom Shader",
|
||||
"type": "custom"
|
||||
},
|
||||
|
After Width: | Height: | Size: 475 B |
BIN
addons/material_maker/library/base/filter_brightnesscontrast.png
Normal file
After Width: | Height: | Size: 475 B |
BIN
addons/material_maker/library/base/filter_invert.png
Normal file
After Width: | Height: | Size: 422 B |
BIN
addons/material_maker/library/base/filter_occlusion.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
addons/material_maker/library/base/filter_quantize.png
Normal file
After Width: | Height: | Size: 620 B |
BIN
addons/material_maker/library/base/noise_color.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
addons/material_maker/library/base/noise_perlin_color.png
Normal file
After Width: | Height: | Size: 7.0 KiB |
BIN
addons/material_maker/library/base/simple_uniform_greyscale.png
Normal file
After Width: | Height: | Size: 278 B |
BIN
addons/material_maker/library/base/transform_circlemap.png
Normal file
After Width: | Height: | Size: 1.9 KiB |