-
Turn on “Continuously rasterize” via expressions or scripting
Hello everyone! Thanks for the great help you offer to us, self-educated AE-mateurs…
Case: I am writing a script (.jsx file) and at some point I need to convert a layer to 3D, and also activate the little “sun” aka “Continuously rasterize” icon.
I got the 3D part working by using this line of code
layer.threeDLayer = true;However I couldn’t find the keyword to activate Cont. Rast. on it
layer.contRast = ?????Any idea on how this could be done?