Jump to content

$HIP not correct in Hbatch with mapped drives on Windows


Recommended Posts

Hi!

 

starting a new job in a Cie whitcht is new to Houdini and still working on Windows, I'm stuck with this very annoying problem that my hip_files dont render properly on the render farm if  I use $HIP qitch is not corectly interpreted in Hbatchwhen working with mapped drives.

 

Anyone knows a workaround without writing the full path in every output & input ???

 

Thx

Link to comment
Share on other sites

yeah, don't use $HIP on a farm.  $HIP is the file houdini opened in the current session.  most farms will copy yout file someplace other than where it came from to render, which means $HIP is out the window as a useful variable.  best practice is to not use it at all.

 

you can make your own variable "MYHIP" or something and update it as needed.  or make variables for whatever data you're using -- like if you're reading geometry from some dir under your hip dir, make a $GEODIR directory and use it.

 

really, once you get to the stage of having a render farm, you probably need to figure out a real pipeline with a pre-determined directory structure for all the frames/geometry you'll be reading and writing.  $HIP-centric directories won't get you very farm, imo.

Edited by fathom
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...