Hazem Elshawaf
Hazem Elshawaf
About Me
EXPERTISE
VFX Artist
INDUSTRY
Film/TV
Houdini Skills
Availability
Not Specified
My Gallery
Recent Forum Posts
Sidefx labs tools missing Nov. 21, 2020, 5:21 a.m.
i figured out the the solution
Here is the code for redshift variables we installed to houdini.env
the solution is to add “$HOUDINI_PATH;” to the path “C:/ProgramData/Redshift/Plugins/Houdini/18.0.597;&”
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 Sept. 13, 2020, 3:59 a.m.
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 Sept. 12, 2020, 4:38 p.m.
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
or .. if i make the path as absolute path, then the UDIM concatenation will work normally