Prim
An open-source python Qt plugin for managing & sharing 3D primitives and meshes in Maya
Install / Use
/learn @Rafapp/PrimREADME
Installation
Note: This version supports Maya 2023, Maya 2024, and Maya 2025
-
Download, and unzip the latest release of
Prim.zipin a location of your choosing. -
Adding the module to maya's environment file:
-
Find the
Maya.envfile in your Maya installation.- Windows:
C:\Users\<YourUsername>\Documents\maya\<MayaVersion>\Maya.env - MacOS:
/Users/<YourUsernamer>/Library/Preferences/Autodesk/maya/2<MayaVersion>/Maya.env - Linux:
/home/<YourUsername>/maya/<MayaVersion>/Maya.env
- Windows:
-
Edit the
Maya.envfile with a text editor and add this line:MAYA_MODULE_PATH = <Path to your prim installation folder>- Example:
MAYA_MODULE_PATH = /Users/rafa/Documents/Dev/Prim
-
-
Open maya's plug-in manager in
<img width="448" alt="image" src="https://github.com/user-attachments/assets/6f0fcf2b-7b05-401a-ae59-877a5559b25f">Windows > Settings/Preferences > Plug-in manager -
Search for
<img width="637" alt="image" src="https://github.com/user-attachments/assets/cbe7ef5d-b455-420f-9345-ca1a04a6d369">PrimPlugin.pyand ONLY checkLoaded. Do not checkAuto load, this will duplicate icons in your shelf every time you open Maya. -
Prim will be added to your
<img width="1007" alt="Screenshot 2024-08-21 at 11 58 24 AM" src="https://github.com/user-attachments/assets/c71aca58-6700-4416-bc39-b11c37e8c279">Customshelf
Contributing
This project is completely open source, meaning the community is not only allowed but encouraged to make pull requests! Feel free to contribute if there are any features you'd like to see, or any bugs needing fixes.
