to SESI: currentState() > objmove,objrotate,objscale <

   3488   4   0
User Avatar
Member
49 posts
Joined:
Offline
hi all!
h9.5 had objmove,objrotate,objscale in currentState(). where its in h10? Only objxform?
User Avatar
Member
49 posts
Joined:
Offline
go up
User Avatar
Member
7740 posts
Joined: July 2005
Offline
Yes, there is now only objxform and it switches between the 3 modes.
User Avatar
Member
49 posts
Joined:
Offline
Is it possible to call script(…) with only “Rotate state” or translate
User Avatar
Member
7740 posts
Joined: July 2005
Offline
No, but I've added the following HOM functions to do this in Houdini 10.0.273:
hou.SceneViewer.enterTranslateToolState()
hou.SceneViewer.enterRotateToolState()
hou.SceneViewer.enterScaleToolState()
  • Quick Links