|
Turning off the LOD modifier
The first step in preparing a model for mesh deformation is to make sure that the level of detail (LOD) modifier is disabled. This is because the LOD modifier performs its own changes to the mesh of a model and can conflict with the mesh deform modifier.
The following code, found in the initialize handler in the Twister behavior, sets the auto property of the LOD modifier to FALSE . |