Page 1 of 1

Volumetric Light

Posted: January 25th, 2006, 9:57 pm
by vidpat
I have added a script to the tutorial on volumetric lighting without plug-ins.

The script mimics the procedure described, creating and rigging effects to simulate volumetric cones of light for the selected Light Layers.

Usage:
Download VolumeLight.jsx in to After Effects' scripts folder. Create one or more lights and a camera. Select the lights and run the script.

Posted: June 21st, 2006, 5:35 pm
by CaptainMench
Would someone else mind testing this script with AE7? I can't seem to get it to work.

Thanks

CaptM

Posted: June 21st, 2006, 6:20 pm
by vidpat
I don't have AE7, so I can't be certain that it works there. However, if you could describe the problem, something may come to mind.

I'd be happy to help as best I can. If someone has updated it for AE7 or knows what I may need to change (possibly layer type detection?), please let me know.

Posted: June 22nd, 2006, 12:59 pm
by Paul Tuersley
In AE7 it comes up with a "No Spot Light Layers are selected" error.

If you open the script and do a find/replace for "instanceof Layer" (there are three of them) and change them to "instanceof LightLayer", the script will work in AE7, although it's then broken in AE6.5.

Paul T

Posted: June 22nd, 2006, 2:51 pm
by vidpat
Thanks Paul. I believe I have updated the script in a way where it should now work in 6.5 and 7.0. If there are still problems, please let me know.

In general, I would welcome any feedback or suggestions on this or any other scripts I have posted.