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.graphview – the graphview module

To get an overview of the class members, check out the diagram.

Functions

c4d.modules.graphview.SetPrefs(bc)

The new preferences. Use these container IDs:

Parameter:bc (BaseContainer) –

The new preferences.

GV_WORLD_CONFIG_UNDO_DEPTH int
c4d.modules.graphview.GetPrefs()

Gets the preferences for this world.

Return type:

BaseContainer

Returns:

A copy of the new preferences.

GV_WORLD_CONFIG_UNDO_DEPTH

int

c4d.modules.graphview.OpenDialog(id, master)

Opens the Xpresso dialog for a specific node master.

Parameters:
  • id (int) – Plugin ID.
  • master (GvNodeMaster) – Node master to open the dialog for.
Return type:

bool

Returns:

True if the dialog was opened, otherwise False.

c4d.modules.graphview.CloseDialog(id)

Closes a dialog opened with OpenDialog().

Parameter:id (int) – The ID that the dialog was opened with.
c4d.modules.graphview.RedrawMaster(master)

Redraws the GvNodeMaster.

Parameter:master (GvNodeMaster) – The nodemaster to redraw.
c4d.modules.graphview.GetDefaultOperatorIcon(type)

Gets the default operator icon for an operator type.

Return type:BaseBitmap
Returns:The default operator icon.

Table Of Contents

This Page