Brad Thompson

BradThompson

About Me

CG Artist, Animation Director, CG Supervisor
専門知識
CG Supervisor
業界:
Film/TV

Connect

LOCATION
United States
ウェブサイト

Houdini Engine

Availability

Not Specified

Recent Forum Posts

How to Display Line Alpha Attribute in Houdini 21 Viewport? 2025年10月20日8:47

I don't have an answer, but I'd like to know this too. It's the single reason we haven't moved to H21 yet.

Solaris and hqueue - out of the box 2024年6月23日18:57

NicTanghe
Am I correct in assuming that the equivalent to hcmd is the same as a normal terminal that has been sourced with the houdini.setup? In Linux

The render node group is also confusing to me as in my head the information should be in the rendersettings in the usd file itself, no ?

Does ver_ctrl_path just create subdirs on the share ?

Also, am I correct in thinking that this will only work locally if working with usd file references ?
And that an extra script taking all the usd files rereferencing them and putting them in the share is needed for this to actually work?

Indefinitely.

Yes, hcmd is a windows executable that opens a terminal with houdini setup.

The render node group is an hqueue feature that lets you specify a subset of render nodes to run on, rather than the whole farm.

I think ver_ctrl_path is something that Rangi added. I'm not sure what that does.

The script doesn't handle any re-pathing beyond the usual $JOB, $HIP, $F, etc. It just submits a USD render job to hqueue using husk.exe. Whatever paths are in the USD file are what will be used.

On a side note, I haven't looked at this script in years. It worked the last time I used it, on a windows-only network and farm. I left the company I wrote it for and we use a different queueing system where I am now, and I no longer need this. I'm really surprised that SideFX still hasn't released something more elegant yet.

Texture sequence manipulation in material x 2024年4月26日15:33

Thanks jsmack! Today I learned that $F is an float (or int?) and $F4 is a string. Now it works.