Check active render
-
On 29/01/2014 at 20:10, xxxxxxxx wrote:
Is it possible to check if a render is active using python. Or better yet, have an XPresso tag run Only during render time?
-
On 30/01/2014 at 02:40, xxxxxxxx wrote:
These are two distinct things. You can check if the renderer is running with c4d.CheckIsRunning().
A NodeData plugin will receive the MSG_MULTI_RENDERNOTIFICATION when the renderer is started.Best,
-Niklas -
On 30/01/2014 at 14:12, xxxxxxxx wrote:
Thanks Niklas, That got me on the right track.