Hi,
I want to make an interactive tools just like Bones Tool to tweak bones with my own rule. Can this do in python or must do in HDK?
Thanks!
Can make custom interactive tools in python?
2969 2 1-
- jerry7
- Member
- 689 posts
- Joined: Nov. 2013
- Offline
-
- grayOlorin
- Member
- 1814 posts
- Joined: Oct. 2010
- Online
depending on what you want to do, you may be able to just use python. If all that you are doing, for example, is asking the user to draw a curve, then waiting for them to press a button to trigger another action, you should be able to do it all on python. If you want to parse a selection, or trigger selection context actions, you can also look at hou.SceneViewer class
I believe you would use the HDK if you wanted, for example, to make your own screen widgets or things of the sort.. (in addition to maybe access to some additional commands)
I believe you would use the HDK if you wanted, for example, to make your own screen widgets or things of the sort.. (in addition to maybe access to some additional commands)
-G
-
- jerry7
- Member
- 689 posts
- Joined: Nov. 2013
- Offline
-
- Quick Links

