guache 0 Posted February 1 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? Share this post Link to post Share on other sites
Atom 1,215 Posted February 1 Yeah, just check the docs. parm.rawValue() https://www.sidefx.com/docs/houdini/hom/hou/Parm.html 1 Share this post Link to post Share on other sites