This documentation is for the free plugin Py4D in CINEMA 4D R11.5 and not for the C4DSDK of Python in CINEMA 4D R12. For R12, please visit PluginCafe.com

c4d.modules – modules specific functions and classes

Functions

//Modules checker

c4d.modules.CheckTP()

Check if Thinking Particles is installed.

Return type:bool
Returns:Returns True when Thinking Particles was found.
c4d.modules.CheckMoGraph()

Check if MoGraph is installed.

Return type:bool
Returns:Returns True when MoGraph was found.
c4d.modules.CheckAR()

Check if Advanced Render is installed.

Return type:bool
Returns:Returns True when Advanced Render was found.
c4d.modules.CheckHair()

Check if Hair is installed.

Return type:bool
Returns:Returns True when Hair was found.
c4d.modules.CheckSketch()

Check if Sketch & Toon is installed.

Return type:bool
Returns:Returns True when Sketch & Toon was found.
c4d.modules.CheckMocca()

Check if Mocca is installed.

Return type:bool
Returns:Returns True when Mocca was found.
c4d.modules.CheckDynamics()

Check if Dynamics is installed.

Return type:bool
Returns:Returns True when Dynamics was found.

Table Of Contents

This Page