Vizard 8 » Command Index » Vizard objects » node3d » <node3d:face>.getMorphList
8.1

<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)