c4d.modules.takesystem¶
-
class
c4d.modules.
takesystem
¶
New in version R17.032.
See also
Scripts for the Take System API in the examples.
Types¶
Functions Signatures
c4d.modules.takesystem.IsTakeRenderRunning() |
Checks if a Take render is running. |
c4d.modules.takesystem.StopTakeRender() |
Stops the Take render if it is running. |
Functions Documentation
-
c4d.modules.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.
-
c4d.modules.takesystem.
StopTakeRender
()¶ Stops the Take render if it is running.
New in version R17.048.