Skip to content

Instantly share code, notes, and snippets.

@kalwalt
Created February 3, 2017 11:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kalwalt/5ef4f6b6018724874e3c51eaa255930c to your computer and use it in GitHub Desktop.
Save kalwalt/5ef4f6b6018724874e3c51eaa255930c to your computer and use it in GitHub Desktop.
Basic example of Sv Vector Fractal node
{
"export_version": "0.063",
"framed_nodes": {},
"groups": {},
"nodes": {
"Plane": {
"bl_idname": "PlaneNode",
"color": [
0.0,
0.5,
0.5
],
"height": 100.0,
"hide": false,
"label": "",
"location": [
-444.6734924316406,
98.28551483154297
],
"params": {
"int_X": 128,
"int_Y": 128,
"step_X": 0.10000000149011612,
"step_Y": 0.10000000149011612
},
"width": 140.0
},
"Vector Fractal": {
"bl_idname": "SvVectorFractal",
"color": [
0.6079999804496765,
0.6079999804496765,
0.6079999804496765
],
"height": 100.0,
"hide": false,
"label": "",
"location": [
-187.2302703857422,
70.37519836425781
],
"params": {},
"width": 140.0
},
"Vector Rewire": {
"bl_idname": "SvVectorRewire",
"color": [
0.6079999804496765,
0.6079999804496765,
0.6079999804496765
],
"height": 100.0,
"hide": false,
"label": "",
"location": [
103.3286361694336,
34.52314758300781
],
"params": {
"selected_mode_from": "Scalar",
"selected_mode_to": "Z"
},
"width": 140.0
},
"Viewer Draw": {
"bl_idname": "ViewerNode2",
"color": [
1.0,
0.30000001192092896,
0.0
],
"height": 100.0,
"hide": false,
"label": "",
"location": [
330.948486328125,
128.9318389892578
],
"params": {
"activate": 1
},
"width": 140.0
}
},
"update_lists": [
[
"Plane",
"Vertices",
"Vector Fractal",
"Vertices"
],
[
"Plane",
"Vertices",
"Vector Rewire",
"Vectors"
],
[
"Vector Fractal",
"Value",
"Vector Rewire",
"Scalar"
],
[
"Vector Rewire",
"Vectors",
"Viewer Draw",
"vertices"
],
[
"Plane",
"Polygons",
"Viewer Draw",
"edg_pol"
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment