| AttrWeldingMode |
EWeldMeshEdgesAttributeUIMode |
Controls split-attribute welding performed after the Mesh weld. |
WeldMeshEdgesTool.h |
- EditAnywhere
- Category=Options
- Meta=(DisplayName="Split-Attribute Welding")
|
| bOnlyUnique |
bool |
Only merge unambiguous pairs that have unique duplicate-edge matches |
WeldMeshEdgesTool.h |
- EditAnywhere
- Category=Options
|
| bResolveTJunctions |
bool |
If enabled, after an initial attempt at Welding, attempt to resolve remaining open edges in T-junction configurations via edge splits, and then retry Weld |
WeldMeshEdgesTool.h |
- EditAnywhere
- Category=Options
|
| bSplitBowties |
bool |
If enabled, will split bowtie vertices before welding. |
WeldMeshEdgesTool.h |
- EditAnywhere
- Category=Options
|
| InitialEdges |
int32 |
Initial number of open boundary edges |
WeldMeshEdgesTool.h |
- VisibleAnywhere
- Category=Statistics
|
| RemainingEdges |
int32 |
Number of remaining open boundary edges |
WeldMeshEdgesTool.h |
- VisibleAnywhere
- Category=Statistics
|
| SplitColorThreshold |
float |
Threshold color-distance used to determine if split colors should be merged |
WeldMeshEdgesTool.h |
- EditAnywhere
- Category=Options
- AdvancedDisplay
- Meta=(EditCondition="AttrWeldingMode != EWeldMeshEdgesAttributeUIMode::None", UIMin="0", DisplayName="Color Distance Threshold")
|
| SplitNormalThreshold |
float |
Threshold on the angle between normals used to determine if split normals should be merged |
WeldMeshEdgesTool.h |
- EditAnywhere
- Category=Options
- AdvancedDisplay
- Meta=(EditCondition="AttrWeldingMode != EWeldMeshEdgesAttributeUIMode::None", UIMin="0.0", UIMax="180.0", ClampMin="0.0", ClampMax="180.0", DisplayName="Normal Angle Threshold")
|
| SplitTangentsThreshold |
float |
Threshold on the angle between tangent used to determine if split tangents should be merged |
WeldMeshEdgesTool.h |
- EditAnywhere
- Category=Options
- AdvancedDisplay
- Meta=(EditCondition="AttrWeldingMode != EWeldMeshEdgesAttributeUIMode::None", UIMin="0.0", UIMax="180.0", ClampMin="0.0", ClampMax="180.0", DisplayName="Tangent Angle Threshold")
|
| SplitUVThreshold |
float |
Threshold uv-distance used to determine if split UVs should be merged |
WeldMeshEdgesTool.h |
- EditAnywhere
- Category=Options
- AdvancedDisplay
- Meta=(EditCondition="AttrWeldingMode != EWeldMeshEdgesAttributeUIMode::None", UIMin="0", DisplayName="UV Distance Threshold")
|
| Tolerance |
float |
Edges are considered matching if both pairs of endpoint vertices are closer than this distance |
WeldMeshEdgesTool.h |
- EditAnywhere
- Category=Options
- Meta=(UIMin="0.000001", UIMax="0.01", ClampMin="0.00000001", ClampMax="1000.0")
|