Created
September 7, 2016 12:08
-
-
Save anonymous/bf62f940b70a84749ecb7428b68608dd to your computer and use it in GitHub Desktop.
to do later?
This file contains 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.062", | |
"framed_nodes": {}, | |
"groups": {}, | |
"nodes": { | |
"Apply matrix for vectors": { | |
"bl_idname": "MatrixApplyNode", | |
"color": [ | |
0.6079999804496765, | |
0.6079999804496765, | |
0.6079999804496765 | |
], | |
"height": 100.0, | |
"hide": false, | |
"label": "", | |
"location": [ | |
-18.365089416503906, | |
-149.98556518554688 | |
], | |
"params": {}, | |
"width": 140.0 | |
}, | |
"List Join": { | |
"bl_idname": "ListJoinNode", | |
"color": [ | |
0.6079999804496765, | |
0.6079999804496765, | |
0.6079999804496765 | |
], | |
"height": 100.0, | |
"hide": false, | |
"label": "", | |
"location": [ | |
170.40309143066406, | |
-97.79695892333984 | |
], | |
"params": { | |
"JoinLevel": 3, | |
"mix_check": 0, | |
"wrap_check": 1 | |
}, | |
"width": 140.0 | |
}, | |
"List Split": { | |
"bl_idname": "SvListSplitNode", | |
"color": [ | |
0.6079999804496765, | |
0.6079999804496765, | |
0.6079999804496765 | |
], | |
"height": 100.0, | |
"hide": false, | |
"label": "", | |
"location": [ | |
-200.7601318359375, | |
-69.10595703125 | |
], | |
"params": { | |
"level": 1, | |
"level_unwrap": 1, | |
"unwrap": 1 | |
}, | |
"width": 140.0 | |
}, | |
"Matrix in": { | |
"bl_idname": "MatrixGenNode", | |
"color": [ | |
0.6079999804496765, | |
0.6079999804496765, | |
0.6079999804496765 | |
], | |
"height": 100.0, | |
"hide": false, | |
"label": "", | |
"location": [ | |
-205.3951873779297, | |
-227.92942810058594 | |
], | |
"params": {}, | |
"width": 140.0 | |
}, | |
"Objects_in": { | |
"bl_idname": "ObjectsNode", | |
"color": [ | |
0.0, | |
0.5, | |
0.20000000298023224 | |
], | |
"height": 100.0, | |
"hide": false, | |
"label": "", | |
"location": [ | |
-778.2841796875, | |
38.19649124145508 | |
], | |
"params": {}, | |
"width": 140.0 | |
}, | |
"Vectors out": { | |
"bl_idname": "VectorsOutNode", | |
"color": [ | |
0.6079999804496765, | |
0.6079999804496765, | |
0.6079999804496765 | |
], | |
"height": 100.0, | |
"hide": true, | |
"label": "", | |
"location": [ | |
-592.5413818359375, | |
-144.0933074951172 | |
], | |
"params": {}, | |
"width": 140.0 | |
}, | |
"Viewer Draw2": { | |
"bl_idname": "ViewerNode2", | |
"color": [ | |
1.0, | |
0.30000001192092896, | |
0.0 | |
], | |
"height": 100.0, | |
"hide": false, | |
"label": "", | |
"location": [ | |
379.5920715332031, | |
143.05056762695312 | |
], | |
"params": {}, | |
"width": 140.0 | |
}, | |
"Z axis": { | |
"bl_idname": "svAxisInputNode", | |
"color": [ | |
0.6079999804496765, | |
0.6079999804496765, | |
0.6079999804496765 | |
], | |
"height": 100.0, | |
"hide": false, | |
"label": "", | |
"location": [ | |
-645.794677734375, | |
-290.4229431152344 | |
], | |
"params": {}, | |
"width": 100.0 | |
}, | |
"function": { | |
"bl_idname": "ScalarMathNode", | |
"color": [ | |
0.6079999804496765, | |
0.6079999804496765, | |
0.6079999804496765 | |
], | |
"height": 100.0, | |
"hide": false, | |
"label": "", | |
"location": [ | |
-472.24298095703125, | |
-197.46240234375 | |
], | |
"params": { | |
"items_": "MUL", | |
"y": 51.94000244140625 | |
}, | |
"width": 178.43917846679688 | |
} | |
}, | |
"update_lists": [ | |
[ | |
"Objects_in", | |
"Vertices", | |
"Vectors out", | |
"Vectors" | |
], | |
[ | |
"Vectors out", | |
"Z", | |
"function", | |
"X" | |
], | |
[ | |
"Z axis", | |
"Vectors", | |
"Matrix in", | |
"Rotation" | |
], | |
[ | |
"function", | |
"float", | |
"Matrix in", | |
"Angle" | |
], | |
[ | |
"Objects_in", | |
"Vertices", | |
"List Split", | |
"Data" | |
], | |
[ | |
"List Split", | |
"Split", | |
"Apply matrix for vectors", | |
"Vectors" | |
], | |
[ | |
"Matrix in", | |
"Matrix", | |
"Apply matrix for vectors", | |
"Matrixes" | |
], | |
[ | |
"Apply matrix for vectors", | |
"Vectors", | |
"List Join", | |
"data" | |
], | |
[ | |
"List Join", | |
"data", | |
"Viewer Draw2", | |
"vertices" | |
], | |
[ | |
"Objects_in", | |
"Edges", | |
"Viewer Draw2", | |
"edg_pol" | |
] | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment