sachin dubey

dubeysachin03

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

How to get path of Output Pictures of houdini file using python command Nov. 15, 2018, 8:11 a.m.

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 ?

How to get nodes of a file in houdini using python Nov. 6, 2018, 1:03 a.m.

I am making a python script which gives nodes of a houdini file . I want node of mantra which is in /out path . I can get all nodes of /out path but i want only nodes of mantra . Can anyone tell me how to get it ?
my code is given below.

import hou
all_nodes = hou.node("/out").allSubChildren()
for node in all_nodes:
   print str(node)

Houdini File gets corrupt after replace of Text June 15, 2018, 1:11 p.m.

No I saved file as a hip file which works fine before Replacement of text