Model.morphrecalcmvhandles#

Model.morphrecalcmvhandles()#

Recalculates the influences for the handles on morph volumes.

Example#

Recalculate the influences for all handles on morph volumes . This will recalculate the dependent handle influences as well as influences between handles and nodes on morph volumes which do not have handles on them .#
import hm
import hm.entities as ent

model = hm.Model()

model.morphrecalcmvhandles()