c4d.plugins.BasePlugin¶
- 
class c4d.plugins.BasePlugin¶
- Represents a registered Cinema 4D plugin. - Warning - This type cannot be instantiated. 
Methods Signatures
| Returns the filename of the plugin. | |
| Flags for the plugin. | |
| Gets the plugin ID. | 
Inheritance
Parent Class:
Methods Documentation
- 
BasePlugin.GetFilename(self)¶
- Returns the filename of the plugin. - Return type
- str 
- Returns
- The filename of the plugin. 
 
- 
BasePlugin.GetInfo(self)¶
- Flags for the plugin. - Return type
- int 
- Returns
- The flags: - PLUGINFLAG_HIDE - Hide the plugin. - PLUGINFLAG_SMALLNODE - Create a small node. - PLUGINFLAG_HIDEPLUGINMENU - Hide the plugin’s menu entry. - PLUGINFLAG_REFRESHALWAYS - Deprecated. Legacy plugin flag. 
 
- 
BasePlugin.GetID(self)¶
- Gets the plugin ID. - Return type
- int 
- Returns
- The plugin ID.