Skip to content

Instantly share code, notes, and snippets.

@zeffii
Last active November 11, 2015 10:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zeffii/4c567ecced1bcd0a8e77 to your computer and use it in GitHub Desktop.
Save zeffii/4c567ecced1bcd0a8e77 to your computer and use it in GitHub Desktop.

You will need to experiment with sending from AN->SV, the final parameter name will depend on the individual nodes. Use your bpy console + autocomplete to find the node names and parameter names. Controlling an SV tree is a very generic manipulation. It's similar to all node trees, native or custom.

tree = bpy.data.node_groups['NodeTree']
tree.nodes['Vectors in'].x_ = 1.6
tree.nodes['Vectors in'].y_ = 1.2
@zeffii
Copy link
Author

zeffii commented Nov 11, 2015

image

@zeffii
Copy link
Author

zeffii commented Nov 11, 2015

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment