Macha Posted May 31, 2012 Share Posted May 31, 2012 In a Python Geometry Operator, how do we acces geometry that comes only in through the second, third or nth input (if we chose to add more than one input)? Quote Link to comment Share on other sites More sharing options...
symek Posted May 31, 2012 Share Posted May 31, 2012 In a Python Geometry Operator, how do we acces geometry that comes only in through the second, third or nth input (if we chose to add more than one input)? secondGdp = node.inputs()[1].geometry() thirdGdp = node.inputs()[2].geometry() and so on..., that is only read-access that is.., 1 Quote Link to comment Share on other sites More sharing options...
Macha Posted June 1, 2012 Author Share Posted June 1, 2012 Excellent, thanks Symek. 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.