How to get path of Output Pictures of houdini file using python command
2019
1
2
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)
-
- jsmack
- Member

- 8188 posts
- Joined: Sept. 2011
- Offline
Use the eval function of a hou.Parm object, or use hou.evalParm() with the path to the parameter.