朵x格 dolag
dolag233
About Me
Connect
LOCATION
Not Specified
WEBSITE
Houdini Skills
Availability
Not Specified
Recent Forum Posts
How to read the help of the parm with python? June 21, 2024, 12:11 p.m.
For thoese who find this question, if you cannot get the help string by hou.parm("...").tuple().help(), try to use parm.tuple().parmTemplate().help().
Because the help string is stored in parameter template of the original parm.
Because the help string is stored in parameter template of the original parm.
How to Rotate the Viewport Camera About Itself in Python? Jan. 28, 2024, 9:28 a.m.
I'm trying to understand how to rotate the default viewport camera about it's own pivot.
I understand the 'translation' and 'rotation' parameters of the hou.GeometryViewport object, but I'm confused about the 'pivot' parameter. Specifically, I want to rotate the camera around its own pivot without changing its translation position. Can anyone explain what the 'pivot' represents and how I could achieve a rotation about itself? Thanks for any reply.
I understand the 'translation' and 'rotation' parameters of the hou.GeometryViewport object, but I'm confused about the 'pivot' parameter. Specifically, I want to rotate the camera around its own pivot without changing its translation position. Can anyone explain what the 'pivot' represents and how I could achieve a rotation about itself? Thanks for any reply.
Hide close button in PySide2 May 27, 2022, 10:45 p.m.
Ok I got it, it is because I have set parent to mainQtWindow. So simply do not set parent.