Notifications
Clear all
[Closed] Check/Uncheck VrayToon
Apr 29, 2011 7:15 pm
Does anyone know how to access VrayToon in Atmospheric Effects using maxscript? I just want to turn it off, if it’s on, then turn it back on when I am done processing. Thanks.
2 Replies
Apr 29, 2011 7:15 pm
fn getVrayToon =
(
local vrtoon
for i = 1 to numatmospherics do if classof (getAtmospheric i) == VrayToon do vrtoon = (getAtmospheric i)
return vrtoon
)
this function will get the vraytoon as an atmospheric object