sculpting

Follow me to the Inheritance diagramm.

New in version R15.037.

See also

The sculpt plugin examples.

Functions

c4d.modules.sculpting.MakeSculptObject(obj, doc)

Adds a SculptTag to the PolygonObject obj. If one does not exist then return the SculptObject that the newly created SculptTag references.

Parameters:
Return type:

SculptObject

Returns:

The SculptObject that the SculptTag is referencing.

c4d.modules.sculpting.GetSelectedSculptObject(doc)

Gets the currently selected SculptObject in the document. This will be the first selected PolygonObject that has a SculptTag.

Parameters:doc (BaseDocument) – The document to search.
Return type:SculptObject
Returns:The currently selected SculptObject, or None if none is selected.

Table Of Contents