Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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.