Created
May 14, 2020 21:22
-
-
Save zeffii/b28ab86c06466035fb85ce2103a2b03a to your computer and use it in GitHub Desktop.
Sverchok.0.6.0.0 | Blender.2.83(sub15) | NodeTree | 2020.05.14 | 23:22
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": { | |
"Formula": { | |
"bl_idname": "SvFormulaNodeMk3", | |
"height": 100.0, | |
"hide": false, | |
"label": "", | |
"location": [ | |
456.01715087890625, | |
-154.4810791015625 | |
], | |
"params": { | |
"formula1": "'a'" | |
}, | |
"socket_order_data": [], | |
"width": 140.0 | |
}, | |
"Formula.001": { | |
"bl_idname": "SvFormulaNodeMk3", | |
"height": 100.0, | |
"hide": false, | |
"label": "", | |
"location": [ | |
461.758056640625, | |
-32.520721435546875 | |
], | |
"params": { | |
"formula1": "'b'" | |
}, | |
"socket_order_data": [], | |
"width": 140.0 | |
}, | |
"Formula.002": { | |
"bl_idname": "SvFormulaNodeMk3", | |
"height": 100.0, | |
"hide": false, | |
"label": "", | |
"location": [ | |
725.8397216796875, | |
-13.867959976196289 | |
], | |
"params": { | |
"formula1": "b+a" | |
}, | |
"socket_order_data": [ | |
"b", | |
"a" | |
], | |
"width": 140.0 | |
}, | |
"Temporal Stethoscope": { | |
"bl_idname": "SvStethoscopeNodeMK2", | |
"color": [ | |
0.3360449969768524, | |
0.3360449969768524, | |
0.6666539907455444 | |
], | |
"height": 100.0, | |
"hide": false, | |
"label": "Temporal Stethoscope", | |
"location": [ | |
925.9794921875, | |
25.748245239257812 | |
], | |
"params": { | |
"activate": 1, | |
"num_elements": 1, | |
"text_color": [ | |
0.10000000149011612, | |
0.10000000149011612, | |
0.10000000149011612 | |
] | |
}, | |
"use_custom_color": true, | |
"width": 140.0 | |
} | |
}, | |
"update_lists": [ | |
[ | |
"Formula.001", | |
0, | |
"Formula.002", | |
0 | |
], | |
[ | |
"Formula", | |
0, | |
"Formula.002", | |
1 | |
], | |
[ | |
"Formula.002", | |
0, | |
"Temporal Stethoscope", | |
0 | |
] | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment