Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp > API/Plugins/MeshModelingToolsExp/UUVTransferToolProperties
Syntax
UPROPERTY (EditAnywhere, Category=Options, Meta=(ClampMin=0, UIMax=1000))
ClampMin
Remarks
Setting this above 0 will include a measure of path similarity to seam transfer, so that among similarly short paths, we pick one that lies closer to the edge. Useful in cases where the path is on the wrong diagonal to the triangulation, because it prefers a closely zigzagging path over a wider "up and over" path that has similar length. If set to 0, only path length is used.
How far to look for a corresponding vertex on the destination. The destination is expected to be a simplified version of source using existing vertices, so this should not need to be set high.