Austin Hines

futurelight

About Me

専門知識
Freelancer
INDUSTRY
Film/TV

Connect

LOCATION
United States
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Define $HIP for hbatch.exe rendering 2017年7月23日15:54

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(“Cpath/to/file/file.hip”)