sculpting
¶
Follow me to the Inheritance diagramm .
New in version R15.037.
See also
The sculpt plugin examples .
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: | |
Returns: |
The
|
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 ( c4d.documents.BaseDocument ) – The document to search. |
---|---|
Return type: |
SculptObject
|
Returns: |
The currently selected
SculptObject
, or
None
if none is selected.
|