Hazem Elshawaf

Hazem Elshawaf

About Me

専門知識
VFX Artist
INDUSTRY
Film/TV

Connect

LOCATION
Egypt
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Sidefx labs tools missing 2020年11月21日5:21

i figured out the the solution

Here is the code for redshift variables we installed to houdini.env
# ------- Redshift ----------
HOUDINI_DSO_ERROR = 2
PATH = "$PATH;C:/ProgramData/Redshift/bin;&"
HOUDINI_PATH = "C:/ProgramData/Redshift/Plugins/Houdini/18.0.597;&"

the solution is to add “$HOUDINI_PATH;” to the path “C:/ProgramData/Redshift/Plugins/Houdini/18.0.597;&”
# ------- Redshift ----------
HOUDINI_DSO_ERROR = 2
PATH = "$PATH;C:/ProgramData/Redshift/bin;&"
HOUDINI_PATH = "$HOUDINI_PATH;C:/ProgramData/Redshift/Plugins/Houdini/18.0.597;&"

[Solved] UDIMs concatenation error in USD Reference 2020年9月13日3:59

mtucker
Oh, sorry, there was an accidental backport of a change from the next Houdini version back to Houdini 18… Thanks for pointing this out. I'll fix this in the next couple of days (18.0.580 or 18.0.581).

Great news .. thanks
i will be waiting for this update.

until then, i will be working with absolute path to keep learning Solaris.

i truly appreciate your efforts
Regards,
Hazem

[Solved] UDIMs concatenation error in USD Reference 2020年9月12日16:38

i think what is happening with me is … if the path is relative path, the UDIM concatenation it can not be resolved … thats why when i write one patch number manually “like 1001” .. it can read the file “while its relative” and render it normally.

or .. if i make the path as absolute path, then the UDIM concatenation will work normally