Skip to content

RS Nth Edge#

About#

Selects every nth edge within a Loop, Ring or Border edge.

Example

Screenshot

Installation#

Compatibility#

Maya 2019 2020 2022 2023 2024 2025

How to install#

  1. Extract RS_Nth_Edge.pyc from RS_ToolPack1_MAYAVERSION.zip (depending on your Maya Version)

  2. Copy RS_Nth_Edge.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_Nth_Edge as RSNthE
    RSNthE.MainClassRSNthEdge()
    

    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

Nth Edge#

How to use

  1. Choose an edge type:
    1. Loop
    2. Ring
    3. Border
  2. Enter a selection Step value
  3. Click on Apply to run the script.