Hi!
Im trying to reference a texture from one place in Houdini into the texture parameter of the vrayLightDome using an expression.
The expression looks like this:
I can see that the string evaluates correctly in Houdini and I can see the texture on the dome in the viewport but I cant get the texture in the render. It appears to not evaluate correctly on render.
Cheers!
Im trying to reference a texture from one place in Houdini into the texture parameter of the vrayLightDome using an expression.
The expression looks like this:
Code:
`chs("../../myNode/file")`
Cheers!
Comment