This command creates a HomogenizeModifier in the mesh construction history.
Select vertices and apply the command.
This command works by creating two AttributesModifiers and setting the second AttributesModifier values to match the positions in the first AttributesModifier.
Figure 1.1. Two meshes with a seam caused by different vertex positions.
Figure 1.2. Vertex positions are now the same.
Figure 1.3. Each mesh has an AttributesModifier.
Command registration information is as follows:
| Category Type | Information |
| Implementation | SCRIPT |
| Module | MODIFIER_SCRIPTS.SSL |
| Category | Modifier Commands |
| GUID | {1F922105-F612-46D4-A453-4B81096121A9} |
| Source Name | CreateHomogenizeModifier |
| Interface Name | Homogenize |
| Core | No |
| Sample | Yes |
| Access | Modify [vertex] option on main menu or vertex command menu. |
The mesh construction history can make it difficult to use AttributesModifiers for modeling as, unlike a TransformModifier, this modifier sets the absolute position of the vertex but does not include delta values. [Delta values are not included because the TransformModifier is responsible for position changes that take delta into account.] The "problem" occurs when the construction history updates itself but the vertex still uses the absolute position set in the AttributesModifier.
For more information: