sirogi
Oct. 26, 2002 01:43:52
if you code your shaders in VOPS, and say you want to grab an output of a VOP, how do you know what are the variable names to put in the deep raster tab?
do you have to convert to VEX and go hunting for it?
pbowmar
Oct. 27, 2002 00:41:00
Hey,
Just put a Parameter VOP where ever you want to output a deep raster, and turn on Export. The name of the parameter is the name of the deep raster variable in the Deep Raster tab. That's it!
Cheers,
Peter B
sirogi
Oct. 28, 2002 21:00:38
duh!
thanks Peter!!
sirogi
Oct. 29, 2002 13:25:03
err…the solution is simple enough right?…so I did as you said..but still no results..the pic file turns out empty…and at render time I get:
“Variable <spec_pass> not found”
I tried both with and without filling the “File/Plane name” field..
if I dont' fill that field, I get an RGBA image that has the luminance in it…
still no layers…
I'm picking vector, 8bit…the variables are all colors…
sooo…any ideas?