Model.morphvolumedeleteempty#

Model.morphvolumedeleteempty()#

Deletes any morph volumes that have no nodes registered to them.

Example#

Delete all morph volumes that have no nodes registered to them#
import hm
import hm.entities as ent

model = hm.Model()

model.morphvolumedeleteempty()