4

I found there is no input/output socket for this two nodes:
Set/Get Node
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: Eval Knieval Nodes
But where is the input/output sockets?

NGE
  • 347
  • 2
  • 10

1 Answers1

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.

enter image description here

zeffii
  • 39,634
  • 9
  • 103
  • 186
  • Last question at BSE...How to copy full data path quickly without typing? – NGE Nov 30 '15 at 10:01
  • or upvote this question: http://blender.stackexchange.com/questions/39564/python-script-to-print-tooltip-value-when-mouse-is-over-a-property – zeffii Nov 30 '15 at 10:26
  • Still related to this topic, but kind of wanted generic data from Sverchok to AN. Ok, in Sverchok, I use GET and SET. In AN, I use script node.

    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
  • ask a new question @BlenderSushiGuy , the stackexchange comments section isn't for QA. or ask on sverchok issue tracker. – zeffii Aug 10 '16 at 18:24