How to get path of Output Pictures of houdini file using python command

   1341   1   2
User Avatar
Member
4 posts
Joined: June 2018
Offline
I trying to get absolute path from Output Pictures of a houdini file using python command .

Example Output Pictures :
$HIP/render/$OS/$OS.v01.$F4.exr

I am attaching output of picture:



Can anyone tell me the python command to get it ?
Edited by dubeysachin03 - Nov. 15, 2018 08:11:57

Attachments:
Screenshot from 2018-11-15 18-31-20.png (19.5 KB)

User Avatar
Member
7770 posts
Joined: Sept. 2011
Offline
Use the eval function of a hou.Parm object, or use hou.evalParm() with the path to the parameter.
  • Quick Links