Skip to content

RS Select By Component Count#

About#

Find objects that have the same component count as the selected source.

Installation#

Compatibility#

Maya 2019 2020 2022 2023 2024 2025

How to install#

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

  2. Copy RS_Select_By_Component_Count.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_Select_By_Component_Count as RS_SBCC
    RS_SBCC.MainClass_RS_SBCC()
    

    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

Select By Component Count#

How to use

  1. Choose a Component Type:
    1. Face (Faces)
    2. Vert (Vertices)
    3. Edge (Edges)
    4. UVs (UVs)
  2. Select a source object
  3. Click on Select By Component Count to run the script