mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2025-01-31 23:35:12 +01:00
17 lines
362 B
JSON
17 lines
362 B
JSON
|
{
|
||
|
"name":"Hash Blur",
|
||
|
"author":"David Hoskins",
|
||
|
"license":"Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License",
|
||
|
|
||
|
"iname":"extrablur_hash",
|
||
|
"tooltip":"Samples evenly in a circular area.",
|
||
|
"custom":true,
|
||
|
"alias":[],
|
||
|
"baseNode":"Node_Custom_Shader",
|
||
|
"io":[
|
||
|
"surface"
|
||
|
],
|
||
|
"params": {
|
||
|
"data": "node.json"
|
||
|
},
|
||
|
}
|