Created
August 18, 2020 03:02
-
-
Save bimalkharel/14b1ab6373bf07227769fb912a7d6dc3 to your computer and use it in GitHub Desktop.
Sverchok.0.6.0.0 (08d6fcd) | Blender.2.83.0 | NodeTree.001 | 2020.08.17 | 22:02
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"export_version": "0.079", | |
"framed_nodes": {}, | |
"groups": {}, | |
"nodes": { | |
"IcoSphere": { | |
"bl_idname": "SvIcosphereNode", | |
"color": [ | |
0.0, | |
0.5, | |
0.5 | |
], | |
"height": 100.0, | |
"hide": false, | |
"label": "", | |
"location": [ | |
-1324.595703125, | |
511.27117919921875 | |
], | |
"params": { | |
"radius": 13.0, | |
"subdivisions": 3 | |
}, | |
"use_custom_color": true, | |
"width": 140.0 | |
}, | |
"Matrix normal": { | |
"bl_idname": "SvMatrixNormalNode", | |
"custom_socket_props": { | |
"0": { | |
"prop": [ | |
0.0, | |
0.0, | |
0.0 | |
], | |
"use_prop": true | |
}, | |
"1": { | |
"prop": [ | |
0.0, | |
0.0, | |
0.0 | |
], | |
"use_prop": true | |
} | |
}, | |
"height": 100.0, | |
"hide": false, | |
"label": "", | |
"location": [ | |
-991.87646484375, | |
639.5511474609375 | |
], | |
"params": { | |
"track": "-Z", | |
"up": "Z" | |
}, | |
"width": 140.0 | |
}, | |
"Rounded Box": { | |
"bl_idname": "SvBoxRoundedNode", | |
"custom_socket_props": { | |
"3": { | |
"expanded": true | |
} | |
}, | |
"height": 100.0, | |
"hide": false, | |
"label": "", | |
"location": [ | |
-1654.439453125, | |
813.6101684570312 | |
], | |
"params": { | |
"arcdiv": 2, | |
"div_type": 0, | |
"lindiv": 0.0, | |
"odd_axis_align": 0, | |
"radius": 0.3160000145435333, | |
"vector_vsize": [ | |
4.329999923706055, | |
1.7799999713897705, | |
1.0 | |
] | |
}, | |
"width": 140.0 | |
}, | |
"Viewer Draw Mk3": { | |
"bl_idname": "SvVDExperimental", | |
"color": [ | |
1.0, | |
0.5889999866485596, | |
0.21400000154972076 | |
], | |
"height": 100.0, | |
"hide": false, | |
"label": "", | |
"location": [ | |
-739.080810546875, | |
929.6093139648438 | |
], | |
"params": { | |
"activate": 1 | |
}, | |
"use_custom_color": true, | |
"width": 140.0 | |
} | |
}, | |
"update_lists": [ | |
[ | |
"IcoSphere", | |
0, | |
"Matrix normal", | |
0 | |
], | |
[ | |
"IcoSphere", | |
0, | |
"Matrix normal", | |
1 | |
], | |
[ | |
"Rounded Box", | |
0, | |
"Viewer Draw Mk3", | |
0 | |
], | |
[ | |
"Rounded Box", | |
1, | |
"Viewer Draw Mk3", | |
2 | |
], | |
[ | |
"Matrix normal", | |
0, | |
"Viewer Draw Mk3", | |
3 | |
] | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment