Skip to content

Instantly share code, notes, and snippets.

@nortikin
Created January 16, 2024 13:43
Show Gist options
  • Save nortikin/8085487c95066c9cc12a627a875d4d01 to your computer and use it in GitHub Desktop.
Save nortikin/8085487c95066c9cc12a627a875d4d01 to your computer and use it in GitHub Desktop.
Sverchok.v1.3.0-alpha (6047e89) | Blender.3.4.1 | CUSTOM PROPS | 2024.01.16 | 16:43 | license: CC BY-SA
{
"export_version": "1.0",
"main_tree": {
"nodes": {
"Object ID Selector+": {
"attributes": {
"location": [
1130.94384765625,
-382.1246643066406
],
"width": 210.0
},
"outputs": {
"Objects": {
"bl_idname": "SvStringsSocket",
"name": "Objects"
}
},
"bl_idname": "SvGetAssetPropertiesMK2"
},
"Note": {
"attributes": {
"location": [
936.6646728515625,
-551.519287109375
],
"width": 400.0,
"color": [
0.5,
0.5,
1.0
],
"use_custom_color": true
},
"properties": {
"n_id": "-8178825258831077047",
"text": "custom_sverchok"
},
"inputs": {
"Text In": {
"bl_idname": "SvStringsSocket",
"name": "Text In"
}
},
"outputs": {
"Text Out": {
"bl_idname": "SvStringsSocket",
"name": "Text Out"
}
},
"bl_idname": "NoteNode"
},
"Exec Node Mod": {
"attributes": {
"location": [
1421.3338623046875,
-387.41119384765625
],
"width": 225.49658203125
},
"properties": {
"dynamic_strings": [
{
"line": "append(V1[0][V2[0][0]])"
}
]
},
"inputs": {
"V1": {
"bl_idname": "SvStringsSocket",
"name": "V1"
},
"V2": {
"bl_idname": "SvStringsSocket",
"name": "V2"
},
"V3": {
"bl_idname": "SvStringsSocket",
"name": "V3"
}
},
"outputs": {
"out": {
"bl_idname": "SvStringsSocket",
"name": "out"
}
},
"bl_idname": "SvExecNodeMod"
},
"Stethoscope MK2": {
"attributes": {
"location": [
1711.638916015625,
-383.089111328125
],
"color": [
0.5331429243087769,
0.9872658848762512,
1.0
],
"use_custom_color": true
},
"properties": {
"text_color": [
0.949999988079071,
0.949999988079071,
0.949999988079071
],
"location_theta": 1.0080000162124634,
"num_elements": 1
},
"inputs": {
"Data": {
"bl_idname": "SvStringsSocket",
"name": "Data"
}
},
"bl_idname": "SvStethoscopeNodeMK2"
},
"Stethoscope MK2.001": {
"attributes": {
"location": [
1719.5916748046875,
-581.482421875
],
"color": [
0.5331429243087769,
0.9872658848762512,
1.0
],
"use_custom_color": true
},
"properties": {
"text_color": [
0.949999988079071,
0.949999988079071,
0.949999988079071
],
"location_theta": 1.0080000162124634,
"num_elements": 1
},
"inputs": {
"Data": {
"bl_idname": "SvStringsSocket",
"name": "Data"
}
},
"bl_idname": "SvStethoscopeNodeMK2"
},
"Get Property MK2": {
"attributes": {
"location": [
1227.3551025390625,
-716.0716552734375
],
"width": 421.16064453125
},
"properties": {
"prop_name": "D.objects['Circle']['custom_sverchok']"
},
"outputs": {
"Data": {
"bl_idname": "SvStringsSocket",
"name": "Data"
}
},
"bl_idname": "SvGetPropNodeMK2"
}
},
"links": [
{
"from_node": "Object ID Selector+",
"from_socket": "Objects",
"to_node": "Exec Node Mod",
"to_socket": "V1"
},
{
"from_node": "Note",
"from_socket": "Text Out",
"to_node": "Exec Node Mod",
"to_socket": "V2"
},
{
"from_node": "Exec Node Mod",
"from_socket": "out",
"to_node": "Stethoscope MK2",
"to_socket": "Data"
},
{
"from_node": "Get Property MK2",
"from_socket": "Data",
"to_node": "Stethoscope MK2.001",
"to_socket": "Data"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment