Skip to content

Instantly share code, notes, and snippets.

@ken26u
Created May 14, 2020 16:09
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 ken26u/38f8664fd720ef8e2aba5bf5a0d96daf to your computer and use it in GitHub Desktop.
Save ken26u/38f8664fd720ef8e2aba5bf5a0d96daf to your computer and use it in GitHub Desktop.
Sverchok.0.6.0.0 (6b42044) | Blender.2.82(sub7) | BetaFlash | 2020.05.15 | 01:09
{
"export_version": "0.079",
"framed_nodes": {},
"groups": {},
"nodes": {
"A Number": {
"bl_idname": "SvNumberNode",
"height": 100.0,
"hide": false,
"label": "",
"location": [
-730.8364868164062,
329.98822021484375
],
"params": {
"float_": 1.0,
"float_draft_": 0.0,
"int_": 0,
"int_draft_": 0
},
"width": 140.0
},
"A Number.001": {
"bl_idname": "SvNumberNode",
"height": 100.0,
"hide": false,
"label": "",
"location": [
-964.2978515625,
64.4535903930664
],
"params": {
"float_": 0.0,
"float_draft_": 0.0,
"int_": 5000,
"int_draft_": 0,
"int_max": 5000,
"selected_mode": "int",
"show_limits": 1
},
"width": 140.0
},
"Formula": {
"bl_idname": "SvFormulaNodeMk3",
"height": 100.0,
"hide": false,
"label": "",
"location": [
-431.049560546875,
297.6954650878906
],
"params": {
"formula1": "cos(t)*rad+(cos(t)*(rad+noise))"
},
"width": 407.7787170410156
},
"Formula.001": {
"bl_idname": "SvFormulaNodeMk3",
"height": 100.0,
"hide": false,
"label": "",
"location": [
-428.5928649902344,
136.6019287109375
],
"params": {
"formula1": "sin(t)*rad+(sin(t)*(rad+noise))"
},
"width": 407.7787170410156
},
"Number Range": {
"bl_idname": "SvGenNumberRange",
"height": 100.0,
"hide": false,
"label": "",
"location": [
-721.6083984375,
235.9231719970703
],
"params": {
"count_": 10,
"range_mode": "RANGE_COUNT",
"stop_float": 6.2831854820251465
},
"width": 140.0
},
"Random Num Gen": {
"bl_idname": "SvRndNumGen",
"height": 100.0,
"hide": false,
"label": "",
"location": [
-718.0724487304688,
53.17897415161133
],
"params": {
"high_i": 10,
"type_selected_mode": "Float"
},
"width": 140.0
},
"UV Connection": {
"bl_idname": "LineConnectNodeMK2",
"height": 100.0,
"hide": false,
"label": "",
"location": [
175.4798126220703,
255.2417449951172
],
"params": {},
"width": 140.0
},
"Vector in": {
"bl_idname": "GenVectorsNode",
"height": 100.0,
"hide": false,
"label": "",
"location": [
30.05084228515625,
231.7661590576172
],
"params": {},
"width": 100.0
},
"Viewer BMesh": {
"bl_idname": "SvBmeshViewerNodeV28",
"color": [
1.0,
0.5889999866485596,
0.21400000154972076
],
"height": 100.0,
"hide": false,
"label": "",
"location": [
553.6218872070312,
136.06642150878906
],
"params": {
"basedata_name": "Alpha"
},
"use_custom_color": true,
"width": 140.0
}
},
"update_lists": [
[
"A Number.001",
0,
"Random Num Gen",
0
],
[
"A Number.001",
0,
"Number Range",
2
],
[
"Random Num Gen",
0,
"Formula",
0
],
[
"A Number",
0,
"Formula",
1
],
[
"Number Range",
0,
"Formula",
2
],
[
"Random Num Gen",
0,
"Formula.001",
0
],
[
"A Number",
0,
"Formula.001",
1
],
[
"Number Range",
0,
"Formula.001",
2
],
[
"Formula",
0,
"Vector in",
0
],
[
"Formula.001",
0,
"Vector in",
1
],
[
"Vector in",
0,
"UV Connection",
0
],
[
"UV Connection",
0,
"Viewer BMesh",
0
],
[
"UV Connection",
1,
"Viewer BMesh",
2
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment