Transfer Texture

/**
 * Node that transfers textures between meshes with different UVs.
 * 
 * Resamples texture data from a source mesh to a target mesh
 * using spatial correspondence, with UDIM support.
 * 
 * Usage:
 * 1. Connect source mesh with texture and target mesh
 * 2. Configure transfer settings (resolution, UV channels)
 * 3. Click Apply to transfer texture
 */

Last updated

Was this helpful?