I found there is no input/output socket for this two nodes:
So I don't know how to use them....
I guess the original node is Eval Knieval, and it was divided into two seperate nodes:
But where is the input/output sockets?
Asked
Active
Viewed 394 times
1 Answers
7
It was indeed derived from Eval Knieval node, but we felt it was cleaner to have dedicated nodes for In and Out instead of a multi-purpose node that switches its outward appearance.
For Get and Set it's shockingly simple, you paste/type the attribute path you want to control and the node automatically detects what kind of Socket to add.
zeffii
- 39,634
- 9
- 103
- 186

Supposed I am using petal_sine.py Script node, and I like the Verts List output and want to just pipe this into AN.
I type this in AN Script node:
vector_out = bpy.data.node_groups['SVNT'].nodes['Script Generator'].outputs[0]
And I am getting none.
– Blender Sushi Guy Aug 10 '16 at 08:14