Skip to content

RS Selection Sets#

About#

Save and manage object and component selections.

Installation#

Compatibility#

Maya 2019 2020 2022 2023 2024 2025

How to install#

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

  2. Copy RS_Selection_Sets.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_Selection_Sets as RS_SelS
    RS_SelS.MainClass_RS_SelSets()
    

    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

Selection Sets#

How to use

  1. Select Components or Objects
  2. Add the current selection to the list
  3. Use the Select button to reselect stored sets
  4. Rename sets with the Name button
  5. Delete sets with the Delete button