Gustavo Braga Posted February 27, 2015 Share Posted February 27, 2015 Hi, I´m looking to integrate Houdini inside our custom pipeline. We already have a pipeline script working inside Maya and I´m trying to replicate it in Houdini. I started with interface creation with Qt and Pyside. I´m in the early stages but already have some doubts. In maya I can create a shelf panel, add some icons and integrate to my script. I´m trying to do it inside qt using buttons with icons but the result is very ugly. So, It´s possible to create these kind of special houdini panels with a qt interface? Somebody has some tutorials or docs about custom interfaces using python in houdini? I couldn´t find anything more than this Masterclass on vimeo. Thanks Quote Link to comment Share on other sites More sharing options...
Stalkerx777 Posted February 27, 2015 Share Posted February 27, 2015 Hi, I´m looking to integrate Houdini inside our custom pipeline. We already have a pipeline script working inside Maya and I´m trying to replicate it in Houdini. I started with interface creation with Qt and Pyside. I´m in the early stages but already have some doubts. In maya I can create a shelf panel, add some icons and integrate to my script. I´m trying to do it inside qt using buttons with icons but the result is very ugly. So, It´s possible to create these kind of special houdini panels with a qt interface? Somebody has some tutorials or docs about custom interfaces using python in houdini? I couldn´t find anything more than this Masterclass on vimeo. Thanks So you're asking about writing Toolbar in Qt or using houdini native Toolbar (Shelf)? Both can be done easily. Houdini Shelfs are customizable and scriptable, read houdini documentation. Quote Link to comment Share on other sites More sharing options...
wandersonp Posted February 27, 2015 Share Posted February 27, 2015 https://bitbucket.org/alexxbb/huilib/overview https://www.sidefx.com/index.php?option=com_forum&Itemid=172&page=viewtopic&t=37300&sid=883a314f35c2ee1ffa66ffd272065a9c http://sidefx.jp/doc/hom/cookbook/pyqt/part1/ 1 Quote Link to comment Share on other sites More sharing options...
Gustavo Braga Posted February 27, 2015 Author Share Posted February 27, 2015 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.