STUART WILSON

Stusic

About Me

Connect

LOCATION
Aptos, Ca, United States
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Redshift Installation in Houdini Feb. 28, 2024, 7:16 p.m.

I figured out the error -


this line -
"PXR_PLUGINPATH_NAME": "/Applications/redshift/redshift4solaris/20.0.590_arm64;&",
"method": "append"

should be

"PXR_PLUGINPATH_NAME": "/Applications/redshift/redshift4solaris/20.0.590_arm64"

Redshift Installation in Houdini Feb. 26, 2024, 8:04 p.m.

Partial success - but Redshift for Solaris won't load.

I tried mabelzile's macOS code (above) and redshift would not load at all. The code I am using right now in my Redshift JSON file is as follows:

{
"env": [
{
"PATH": "/Applications/redshift/bin",
"method": "append"
},
{
"PXR_PLUGINPATH_NAME": "/Applications/redshift/redshift4solaris/20.0.590_arm64;&",
"method": "append"
}
],

"path": "/Applications/redshift/redshift4houdini/20.0.590_arm64;&"

}

However redshift4solaris does not show up. Redshift4Houdini is loading. I suspect something is wrong with the PXR_PLUGINPATH_NAME line because everything else is working.

I'm on Houdini 20, and MAC OS VENTURA

Any help is welcome.