Skip to content

Instantly share code, notes, and snippets.

@nortikin
Created June 25, 2020 17:04
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 nortikin/78da59d7bcba7ee9b90e9276a09022d5 to your computer and use it in GitHub Desktop.
Save nortikin/78da59d7bcba7ee9b90e9276a09022d5 to your computer and use it in GitHub Desktop.
Sverchok.0.6.0.0 | Blender.2.82(sub7) | NodeTree | 2020.06.25 | 20:03
{
"export_version": "0.079",
"framed_nodes": {
"Evaluate Surface": "Frame.002",
"NGon": "Frame",
"Origins": "Frame.002",
"Plane": "Frame.001",
"Surface Curvature": "Frame.001",
"Surface Formula": "Frame",
"Viewer Draw Mk3": "Frame.002",
"Viewer Draw Mk3.001": "Frame.001"
},
"groups": {},
"nodes": {
"Evaluate Surface": {
"bl_idname": "SvExEvalSurfaceNode",
"height": 100.0,
"hide": false,
"label": "",
"location": [
-445.8314628601074,
50.647857666015625
],
"params": {},
"width": 140.0
},
"Frame": {
"bl_idname": "NodeFrame",
"height": 619.40234375,
"hide": false,
"label": "inputs",
"location": [
184.19583129882812,
259.78985595703125
],
"params": {},
"width": 202.1451416015625
},
"Frame.001": {
"bl_idname": "NodeFrame",
"height": 445.9015197753906,
"hide": false,
"label": "surface",
"location": [
-30.0,
10.0
],
"params": {},
"width": 581.22705078125
},
"Frame.002": {
"bl_idname": "NodeFrame",
"height": 290.2158508300781,
"hide": false,
"label": "mesh",
"location": [
-40.94157028198242,
-88.64297485351562
],
"params": {},
"width": 613.029541015625
},
"NGon": {
"bl_idname": "SvNGonNode",
"color": [
0.9200000166893005,
0.9200000166893005,
0.9200000166893005
],
"height": 100.0,
"hide": false,
"label": "",
"location": [
-733.3080749511719,
465.4023132324219
],
"params": {
"rad_": 0.1509999930858612,
"sides_": 3
},
"use_custom_color": true,
"width": 140.0
},
"Origins": {
"bl_idname": "SvOrigins",
"height": 100.0,
"hide": false,
"label": "",
"location": [
-231.64004135131836,
52.85906982421875
],
"params": {},
"width": 140.0
},
"Plane": {
"bl_idname": "SvPlaneNodeMk3",
"color": [
0.9200000166893005,
0.9200000166893005,
0.9200000166893005
],
"height": 100.0,
"hide": false,
"label": "",
"location": [
-438.5657958984375,
490.5672607421875
],
"params": {
"center": 1,
"numx": 25,
"numy": 25,
"sizex": 2.0,
"sizey": 2.0
},
"use_custom_color": true,
"width": 140.0
},
"Surface Curvature": {
"bl_idname": "SvSurfaceCurvaturesNode",
"height": 100.0,
"hide": false,
"label": "",
"location": [
-248.5746307373047,
591.301513671875
],
"params": {
"clamp_mode": "CLAMP",
"input_mode": "VERTICES",
"order": 0
},
"width": 140.0
},
"Surface Formula": {
"bl_idname": "SvExSurfaceFormulaNode",
"height": 100.0,
"hide": false,
"label": "",
"location": [
-731.1629333496094,
174.3349609375
],
"params": {
"formula1": "u*3",
"formula2": "v*3",
"formula3": "u**3 - 3*u*v**2",
"output_mode": "XYZ",
"u_max": 1.0,
"u_min": -1.0,
"use_numpy_function": 1,
"v_max": 1.0,
"v_min": -1.0
},
"width": 140.0
},
"Viewer Draw Mk3": {
"bl_idname": "SvVDExperimental",
"color": [
0.6284880042076111,
0.931007981300354,
1.0
],
"height": 100.0,
"hide": false,
"label": "",
"location": [
-32.80195236206055,
64.6158447265625
],
"params": {
"display_edges": 0,
"display_verts": 0,
"selected_draw_mode": "smooth"
},
"use_custom_color": true,
"width": 140.0
},
"Viewer Draw Mk3.001": {
"bl_idname": "SvVDExperimental",
"color": [
0.6284880042076111,
0.931007981300354,
1.0
],
"height": 100.0,
"hide": false,
"label": "",
"location": [
-57.3387451171875,
465.7529602050781
],
"params": {
"activate": 1,
"display_edges": 0,
"display_verts": 0,
"face_color": [
0.8100003600120544,
0.0,
0.001181562663987279,
1.0
]
},
"use_custom_color": true,
"width": 140.0
}
},
"update_lists": [
[
"Surface Formula",
0,
"Evaluate Surface",
0
],
[
"Evaluate Surface",
0,
"Origins",
0
],
[
"Evaluate Surface",
2,
"Origins",
2
],
[
"Surface Formula",
0,
"Surface Curvature",
0
],
[
"Plane",
0,
"Surface Curvature",
1
],
[
"NGon",
0,
"Viewer Draw Mk3.001",
0
],
[
"NGon",
1,
"Viewer Draw Mk3.001",
1
],
[
"NGon",
2,
"Viewer Draw Mk3.001",
2
],
[
"Surface Curvature",
6,
"Viewer Draw Mk3.001",
3
],
[
"NGon",
0,
"Viewer Draw Mk3",
0
],
[
"NGon",
1,
"Viewer Draw Mk3",
1
],
[
"NGon",
2,
"Viewer Draw Mk3",
2
],
[
"Origins",
3,
"Viewer Draw Mk3",
3
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment