Austin Hines
futurelight
About Me
EXPERTISE
Freelancer
INDUSTRY
Film/TV
Connect
LOCATION
United States
WEBSITE
Houdini Skills
Availability
Not Specified
Recent Forum Posts
Define $HIP for hbatch.exe rendering July 23, 2017, 3:54 p.m.
teresuac
$HIP refers to my drive letter in hscript. I just fix it in in changing my path with “/” instead of “\”.
For example :
c:\PROJECT\A\A.hip in cPROJECT/A/A.hip
Oh my gosh, thank you so much! After hours of confusion and trying, this fixed my batch render problem. All I needed to do was call my file path with forward slashes, and all my file textures loaded! To be clear for others in the future, all I had to do was change my python command from:
hou.hipFile.load(“C:\path\to\file\file.hip”)
to
hou.hipFile.load(“C
