anthonyblanchettepotvin Posted November 12, 2018 Share Posted November 12, 2018 Hello guys, I am wondering if it's a good or a bad idea to use Python scripts in my HDAs ? Thank you ! Quote Link to comment Share on other sites More sharing options...
toadstorm Posted November 12, 2018 Share Posted November 12, 2018 there's absolutely nothing wrong with it, unless you're using a lot of Python to manipulate geometry where you could otherwise do it in VEX. and even then, if you're using SOP verbs there's a lot you can get away with performance-wise. the only thing you need to be careful about is python library dependencies. if you're using third-party libs that aren't shipped with houdini, and you need to distribute your tool, things can get a little hairy. Quote Link to comment Share on other sites More sharing options...
wandersonp Posted November 13, 2018 Share Posted November 13, 2018 If Python solve some task of your project, Why not? Quote Link to comment Share on other sites More sharing options...
anthonyblanchettepotvin Posted November 13, 2018 Author Share Posted November 13, 2018 Ok ! That's all I need to know. Thank you guys ! 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.