c4d.modules.character.CAMorph
¶
c4d.modules.character.
CAMorph
¶
CAMorph.GetName()
CAMorph.SetName()
CAMorph.GetID()
CAMorph.CopyFrom()
CAMorph.GetFirst()
CAMorph.SetMode()
CAMorph.Store()
CAMorph.Apply()
CAMorph.
GetName
(
)
¶
Get the name of the morph.
Return type: | str |
---|---|
Returns: | The name. |
CAMorph.
SetName
(
name
)
¶
Set the name of the morph.
Parameters: | name ( str ) – The name. |
---|
CAMorph.
GetID
(
)
¶
Get the ID of the morph.
Return type: | int |
---|---|
Returns: | The ID. |
CAMorph.
CopyFrom
(
src
,
trn
,
flags
)
¶
Get the ID of the morph.
Parameters: |
|
||
---|---|---|---|
Return type: |
bool |
||
Returns: |
True on success, otherwise False . |
CAMorph.
GetFirst
(
)
¶
Get the first morph node.
Return type: | c4d.modules.character.CAMorphNode |
---|---|
Returns: | The first morph node. |
CAMorph.
SetMode
(
doc
,
tag
,
flags
,
mode
)
¶
Set the mode.
Parameters: |
|
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Return type: |
int |
||||||||||||||||||||
Returns: |
True on success, otherwise False . |
CAMorph.
Store
(
doc
,
tag
,
flags
)
¶
Store the morph.
Parameters: |
|
---|
CAMorph.
Apply
(
doc
,
tag
,
flags
)
¶
Apply the morph.
Parameters: |
|
---|