Skip to content

RS Distribute#

About#

Distribute overlapping objects based on their bounding box.

Example

Screenshot

Installation#

Compatibility#

Maya 2019 2020 2022 2023 2024 2025

How to install#

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

  2. Copy RS_Distribute.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_Distribute as RSDis
    RSDis.MainClassRSDistribute()
    

    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

Distribute#

How to use

  1. Select multiple overlapping objects
  2. Set your options
  3. Click Distribute Objects to run the script