c4d.modules.takesystem

class c4d.modules.takesystem

New in version R17.032.

See also

Scripts for the Take System API in the examples.

Overview

static takesystem.IsTakeRenderRunning

Checks if a Take render is running.

static takesystem.StopTakeRender

Stops the Take render if it is running.

Members

takesystem.IsTakeRenderRunning()

Checks if a Take render is running.

New in version R17.048.

Return type

bool

Returns

True if a Take render is running, otherwise False.

takesystem.StopTakeRender()

Stops the Take render if it is running.

New in version R17.048.