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!
.cel scripts - no AutoMag on/off switch?
-
- Site Admin
- Posts: 4211
- Joined: 28.01.2002
- With us: 22 years 9 months
- Location: Seattle, Washington, USA
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:
--Chris
Code: Select all
renderflags { set "automag" }
renderflags { clear "automag" }
--Chris