Optimised tweens & timelines; Scripting updates; SDK updates; Bug fixes.
Thanks for the SDK additions! Can you provide a little more details on what SetIs3D(), SetSupportsZElevation(), SetSupportsColor() enable? I understand to use iPluginInfo to enable them in plugin.js. However, I don't see common color ACEs or property added. I know of the existing color SDK methods and I see the new Z elevation methods, but what new do these new methods enable? I know I need to wait until stable docs...
The "is 3D" flag will switch a project with rendering mode "auto" over to "3D" automatically. The others are also just flags to indicate if the plugin supports those features. Common Z elevation ACEs are added with Z order ACEs if Z elevation is supported, and color ACEs are added with appearance ACEs if color is supported.