guache Posted February 1, 2021 Share Posted February 1, 2021 I have a filename param which contains "$F4". When I read it using hou.param('...').eval(), the "$F4" is expanded to the current frame. Is there a way in Python to prevent this expansion, i.e. get the raw string with "$F4" included literally? Quote Link to comment Share on other sites More sharing options...
Atom Posted February 1, 2021 Share Posted February 1, 2021 Yeah, just check the docs. parm.rawValue() https://www.sidefx.com/docs/houdini/hom/hou/Parm.html 1 Quote Link to comment Share on other sites More sharing options...
guache Posted February 1, 2021 Author Share Posted February 1, 2021 Thanks 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.