WaldoB Posted August 23, 2013 Share Posted August 23, 2013 I'm familiar with python but new to python scripting in houdini. I'm wondering if it is possible to use a built in SOP like CurveSect inside a custom python sop? I'd imagine that should 'just' be a function call somewhere? Thanks Waldo Quote Link to comment Share on other sites More sharing options...
graham Posted August 23, 2013 Share Posted August 23, 2013 Unfortunately it's not like that. There might be some chance you could do such a thing by writing a custom Python function in c++ using inlinecpp.py as few operators are wrappers around GU_Detail functions, the chances are probably not. Quote Link to comment Share on other sites More sharing options...
WaldoB Posted August 23, 2013 Author Share Posted August 23, 2013 Ok, thanks graham! 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.