Open topic with navigation
<node3d:face>.getMorphList
List of morph target names
<node3d:face>.getMorphList() |
|
Remarks
This command will return a list of names of all the morph targets available on the face. The names are ordered by their ID value.
Return Value
A list of morph names
Example
morphs = face.getMorphList()
#Print all the morph names
for name in morphs:
print(name)