Surface Deform Modifier¶
The Surface Deform modifier allows an arbitrary mesh surface to control the deformation of another, essentially transferring its motion/deformation. One great use for this is to have a proxy mesh for cloth simulation, which will in turn drive the motion of your final and more detailed mesh, which would otherwise not be suitable for simulation.
Opcions¶
The Surface Deform modifier.¶
- Referent
The object to which to bind (this setting is unavailable after binding).
Avís
Target Mesh Validity
While there are no restrictions with regard to the modified mesh, the target object’s mesh has a few constraints, which if not followed, will prevent a successful binding:
It must not contain edges with more than two faces.
It must not contain concave faces.
It must not contain overlapping vertices (doubles).
It must not contain faces with collinear edges.
- Interpolation Falloff
How much a vertex bound to one face of the target will be affected by the surrounding faces (this setting is unavailable after binding). This essentially controls how smooth the deformations are.
Nota
While lower values result in smoother deformations, they may also introduce slight artifacts.
- Força
The overall amount of influence the modifier has on deforming the mesh.
- Grup de vèrtexs
Allows you to define the influence per vertex.
- Invertir
<-> Inverts the influence of the selected vertex group, meaning that the group now represents vertices that will not be deformed by the modifier.
The setting reverses the weight values of the group.
- Invertir
- Vincular dispers
Only record bind data for vertices that have nonzero weights in the group at the time of bind. This is an optimization, but adding new vertices to the group will require a rebind.
- Bind
Bind the current state of the modified mesh to the current state of the target mesh, such that any later change in the target mesh will deform the modified mesh as well. Note that until the bind has been executed, this modifier will have no effect at all.
- Unbind
Once the mesh is bound, the Bind button changes to Unbind. Executing this frees the modified mesh from the target, and resets it to its original shape.
Nota
Les malles estan lligades respecte de les coordenades globals, però s’ignoren les transformacions posteriors sobre els objectes. Això significa que es pot transformar lliurement el referent o objecte modificat després de la vinculació, sense afectar l’objecte modificat. La malla modificada només recollirà els canvis a la pròpia malla de l’objecte referent.
Nota
The further a mesh deviates from the target mesh surface, the more likely it is to get undesirable artifacts. This is an inherent characteristic of surface binding in general, so it is recommended to have reasonably well matching meshes, in order to get a good bind.
Exemple¶
Cloth simulation copied to an arbitrary mesh with rings as instancing faces.¶