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": { | |
"Bounding box": "Frame", | |
"Float": "Frame.001", | |
"Float.001": "Frame.001", | |
"List Join.001": "Frame.001", | |
"Random Num Gen": "Frame.001", | |
"Vector Interpolation": "Frame.001", | |
"Vector in.001": "Frame.001", |
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": { | |
"Circle": { | |
"bl_idname": "SvCircleNode", | |
"color": [ | |
0.0, | |
0.5, |
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": { | |
"Random Num Gen": "Frame", | |
"Random Num Gen.001": "Frame", | |
"Random Num Gen.002": "Frame", | |
"Vector in": "Frame" | |
}, | |
"groups": {}, | |
"nodes": { |
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": { | |
"Distance": { | |
"bl_idname": "DistancePPNode", | |
"color": [ | |
0.6079999804496765, | |
0.6079999804496765, |
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": { | |
"Int": "Frame", | |
"List Item": "Frame", | |
"List Item.001": "Frame", | |
"Objects in mk2": "Frame", | |
"Viewer BMeshMK2": "Frame" | |
}, | |
"groups": {}, |
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
""" | |
SOURCE | |
https://blenderartists.org/forum/showthread.php?361780-Slicing-script-based-on-Bisect | |
MODIFIED BY | |
Blender Sushi Guy - Jimmy Gunawan | |
""" | |
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": { | |
"Math.001": "Frame.001" | |
}, | |
"groups": {}, | |
"nodes": { | |
"Bisect": { | |
"bl_idname": "SvBisectNode", | |
"color": [ |
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
______ _ _ _______ ______ _______ _ _ _____ _ _ | |
/______ \ / |______ |_____/ | |_____| | | |____/ | |
______/ \/ |______ | \_ |_____ | | |_____| | \_ | |
initialized. | |
############ 0.062 | |
calling sv_init for LineNode | |
Skipping update of NodeTree | |
Skipping update of NodeTree | |
Skipping update of NodeTree | |
Skipping update of NodeTree |
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": { | |
"Area": { | |
"bl_idname": "AreaNode", | |
"color": [ | |
0.6079999804496765, | |
0.6079999804496765, |
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
### Thanks Kosvor | |
def sv_main(c=[]): | |
in_sockets = [ | |
['v', 'Not working socket', c], | |
] | |
out = [] | |
for i in bpy.data.objects: |