magneto Posted September 21, 2014 Share Posted September 21, 2014 Hi, Is there a way to get the geometry of the second geometry inside a custom Python SOP, not the Python SOP since it only has 1 input? Thanks Quote Link to comment Share on other sites More sharing options...
Stalkerx777 Posted September 21, 2014 Share Posted September 21, 2014 Hi. inputs = node.inputs() try: geo = inputs[1].geometry() except IndexError: print "No second input" 4 Quote Link to comment Share on other sites More sharing options...
magneto Posted September 22, 2014 Author Share Posted September 22, 2014 Thanks Alexey it works Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.