Skip to content

RS UV Transfer#

About#

Transfer UV layouts from source to target objects.

Example

Screenshot

Installation#

Compatibility#

Maya 2019 2020 2022 2023 2024 2025

How to install#

  1. Extract RS_UV_Transfer.pyc from RS_ToolPack2_MAYAVERSION.zip (depending on your Maya Version)

  2. Copy RS_UV_Transfer.pyc to :

    \Users\USERNAME\Documents\maya\MAYAVERSION\prefs\scripts
    
    $HOME/maya/MAYAVERSION/prefs/scripts
    
    $HOME/Library/Preferences/Autodesk/maya/MAYAVERSION/prefs/scripts
    
  3. Launch / Restart Maya

  4. In Maya, open a Python Tab in the Script Editor and execute :

    import RS_UV_Transfer as RS_UVT
    RS_UVT.MainClass_RS_UVTransfer()
    

    Attention

    Please make sure that there are no Space characters in front of each code line.

Interface#

Screenshot

Tool Menu#

Info

The Tool menu is located in the top right corner of the toolkit.

  1. Up arrow closes all tabs

  2. Down arrow opens all tabs

  3. The Screenshot icon opens a new window with information about the tool

UV Transfer#

How to use

  1. Select one object, your source, and click on the "Set Source" Btn
  2. Select and set one or multiple target objects

  3. Set your options in the Option Menu. (RMB 2 click on Copy button)

  4. Click on Copy to run the script

Copy Button

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
**LMB** [^1] : Run script

**RMB** [^2] : Option Menu

**Option Menu** options:

Sample Space

* [x] Topology
* [ ] World
* [ ] Local
* [ ] Component

  1. LMB - Left Mouse Button 

  2. RMB - Right Mouse Button