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
To get an overview of the class members, check out the diagram.
The new preferences. Use these container IDs:
| Parameter: | bc (BaseContainer) – The new preferences.
|
|---|
Gets the preferences for this world.
| Return type: | |||
|---|---|---|---|
| Returns: | A copy of the new preferences.
|
Opens the Xpresso dialog for a specific node master.
| Parameters: |
|
|---|---|
| Return type: | bool |
| Returns: | True if the dialog was opened, otherwise False. |
Closes a dialog opened with OpenDialog().
| Parameter: | id (int) – The ID that the dialog was opened with. |
|---|
Redraws the GvNodeMaster.
| Parameter: | master (GvNodeMaster) – The nodemaster to redraw. |
|---|
Gets the default operator icon for an operator type.
| Return type: | BaseBitmap |
|---|---|
| Returns: | The default operator icon. |