mirror of
https://github.com/Relintai/material-maker.git
synced 2024-12-23 21:16:54 +01:00
Added edge-detect, sharpen and custom_uv nodes to the base library
This commit is contained in:
parent
954a9588c4
commit
5d1e48b064
@ -2284,6 +2284,46 @@
|
|||||||
"tree_item": "Filter/Blur/Directional",
|
"tree_item": "Filter/Blur/Directional",
|
||||||
"type": "directional_blur"
|
"type": "directional_blur"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"collapsed": true,
|
||||||
|
"icon": "filter_edge_detect",
|
||||||
|
"name": "edge_detect_1",
|
||||||
|
"parameters": {
|
||||||
|
"size": 6
|
||||||
|
},
|
||||||
|
"tree_item": "Filter/Edge detect",
|
||||||
|
"type": "edge_detect_1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"collapsed": true,
|
||||||
|
"icon": "filter_edge_detect_axis_aligned",
|
||||||
|
"name": "edge_detect_2",
|
||||||
|
"parameters": {
|
||||||
|
"size": 6
|
||||||
|
},
|
||||||
|
"tree_item": "Filter/Edge detect/Axis aligned",
|
||||||
|
"type": "edge_detect_2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"collapsed": true,
|
||||||
|
"icon": "filter_edge_detect_diagonal",
|
||||||
|
"name": "edge_detect_3",
|
||||||
|
"parameters": {
|
||||||
|
"size": 6
|
||||||
|
},
|
||||||
|
"tree_item": "Filter/Edge detect/Diagonal",
|
||||||
|
"type": "edge_detect_3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"collapsed": true,
|
||||||
|
"icon": "filter_sharpen",
|
||||||
|
"name": "sharpen",
|
||||||
|
"parameters": {
|
||||||
|
"size": 6
|
||||||
|
},
|
||||||
|
"tree_item": "Filter/Sharpen",
|
||||||
|
"type": "sharpen"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"collapsed": true,
|
"collapsed": true,
|
||||||
"icon": "filter_emboss",
|
"icon": "filter_emboss",
|
||||||
|
BIN
addons/material_maker/library/base/filter_edge_detect.png
Normal file
BIN
addons/material_maker/library/base/filter_edge_detect.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 449 B |
Binary file not shown.
After Width: | Height: | Size: 414 B |
Binary file not shown.
After Width: | Height: | Size: 419 B |
BIN
addons/material_maker/library/base/filter_sharpen.png
Normal file
BIN
addons/material_maker/library/base/filter_sharpen.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 934 B |
BIN
addons/material_maker/library/base/transform_customuv.png
Normal file
BIN
addons/material_maker/library/base/transform_customuv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
Loading…
Reference in New Issue
Block a user