c4d.plugins.BasePlugin

Represents a registered Cinema 4D plugin. Cannot be instantiated.

Definition

class c4d.plugins. BasePlugin

Inheritance

Members

BasePlugin. GetFilename ( )

Returns the filename of the plugin.

Return type: str
Returns: The filename of the plugin.
BasePlugin. GetInfo ( )

Flags for the plugin.

Return type: int
Returns: The flags:
PLUGINFLAG_HIDE Hide the plugin.
PLUGINFLAG_SMALLNODE Create a small node.
PLUGINFLAG_COFFEE C.O.F.F.E.E. plugin.
PLUGINFLAG_HIDEPLUGINMENU Hide the plugin’s menu entry.
PLUGINFLAG_REFRESHALWAYS In 8.5 Cinema 4D uses cached descriptions for higher speed….
PLUGINFLAG_MESSAGE_SYNCEVENT

New in version R17.032.

SyncMessages will also be received by the message plugin.

BasePlugin. GetID ( )

Gets the plugin ID.

Return type: int
Returns: The plugin ID.

Table Of Contents