Page 1 of 1

.cel scripts - no AutoMag on/off switch?

Posted: 20.07.2003, 14:50
by don
I can't seem to find where to turn Auto Magnitude ON or OFF in .cel scripting (keyboard = Ctrl+y). There are commands to set Magnitude and to set Auto-Magnitude's faintest light, but how do I turn it ON or OFF in .cel scripting?

Thanks!

Posted: 20.07.2003, 18:50
by chris
Oops . . . this was missing from the render flags. I just made a fix, so you'll be able to turn this on and off with the renderflags command:

Code: Select all

renderflags { set "automag" }
renderflags { clear "automag" }


--Chris

Posted: 20.07.2003, 21:43
by don
Thank you Chris.

I am modifying the scripting guide as we go along (smile).

-Don