Python API documentation #1898
Unanswered
ChristianRnD
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Don't use |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys,
New user and new python user here.
I'm looking to bring in some animation nodes with python. so far I've cobbled together something that brings them in but they are all coming in on top of each other so I'm trying to set the location so that I can just see them better. I have not got onto linking them together. does anyone know a good resource to use regarding the API for AN or if anyone has done any python scripting id be very grateful for help I'm on the second page of google here!
here is the code I'm running
`for p_num in phase:
I'm just trying to do it the "normal" way I've done it but of course this doesn't work. I've hacked a way of getting the nodes in by opening a new window with the node area selected and that lets me insert the nodes that way but of course id rather not have 13 windows open in the final version but hopefully this gives you an idea of what I'm trying to do.
Beta Was this translation helpful? Give feedback.
All reactions