c4d.modules.sculpting.SculptTag

class c4d.modules.sculpting.SculptTag
When a PolygonObject is made sculptable it will contain a SculptTag.
Each SculptTag references a SculptObject in the Document.
This SculptObject contains all the layers and offsets used by the sculpt tools.

New in version R15.037.

Warning

The class SculptTag cannot be instantiated.
MakeSculptObject() function should be used instead.

Methods Signatures

SculptTag.GetSculptObject(self)

Get the SculptObject for this SculptTag.

Inheritance

Parent Class:

Methods Documentation

SculptTag.GetSculptObject(self)

Get the SculptObject for this SculptTag.

Return type

c4d.modules.sculpting.SculptObject

Returns

The SculptObject that this tag references.