Represents a registered CINEMA 4D plugin. Cannot be instantiated.
Definition
-
class c4d.plugins.BasePlugin
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.... |
|
-
BasePlugin.GetID()
Gets the plugin ID.
Return type: | int |
Returns: | The plugin ID. |