Exporting and Importing a primitive library with data from all its meshes using the .prim file format
Note: This version supports Maya 2023, Maya 2024, and Maya 2025
-
Download, and unzip the latest release of
Prim.zip
in a location of your choosing. -
Adding the module to maya's environment file:
-
Find the
Maya.env
file 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.env
file 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
Windows > Settings/Preferences > Plug-in manager
- Search for
PrimPlugin.py
and ONLY checkLoaded
. Do not checkAuto load
, this will duplicate icons in your shelf every time you open Maya.
- Prim will be added to your
Custom
shelf
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.