traiano Posted October 13, 2017 Share Posted October 13, 2017 Hi all Im using Houdini to train neural networks for A.I I need to automate a simulation of a geometry. is it possible to command houdini using phyton to prepare the scene, execute cooking a simulation / adjusting values / and rendering? thank you Quote Link to comment Share on other sites More sharing options...
symek Posted October 13, 2017 Share Posted October 13, 2017 Yes, Houdini has an excellent (best in industry imho) support for Python scripting. Houdini Python module can be imported to regular Python session, or used inside Hython, which is like regular Python interpreter with builtin Houdini module. With Python you can do everything Houdini can offer (some omissions can be found but don't relate to anything important). Some references for you: Opening and inspecting scene: http://www.sidefx.com/docs/houdini/hom/cb/hipfile Accessing hou module from regular Python: http://www.sidefx.com/docs/houdini/hom/commandline General intro: http://www.sidefx.com/docs/houdini/hom/intro Full API docs: http://www.sidefx.com/docs/houdini/hom/hou/_index Quote Link to comment Share on other sites More sharing options...
traiano Posted October 13, 2017 Author Share Posted October 13, 2017 Thank you 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.