Installation
Installing MNPR is straightforward:
- Extract the MNPR folder anywhere
- Drag and drop the install.mel file into the viewport
- Wait for MNPR to install and restart Maya
Still unsure how to install MNPR? Watch the short video --->
Installation FAQ
Installation FAQ
I can’t get the system to install using the install.mel file, what can I do?
I can’t get the system to install using the install.mel file, what can I do?
There are two ways of manually installing MNPR:
Solution 1: Temporarily remove the content in the Maya environment file
- Copy the existing content of Maya.env to another file
- Clear all the environment variables (which you have copied over already for backup) and save the file
- Drag and drop the install.mel file again into the Maya viewport -> it should install successfully then
- Merge the other environment variables with the new ones in the Maya.env file and save.
- Restart Maya
Solution 2: Insert the system paths manually to the Maya environment
- Enter the following environment variables into Maya (make sure the shelf path is the first environment variable)
MAYA_SHELF_PATH=%YOURMNPRPATH%\shelves;
MNPR_PATH=%YOURMNPRPATH%;
MAYA_PLUG_IN_PATH=%YOURMNPRPATH%\plugins\%MAYAYEAR%\%OS%;
PYTHONPATH=%YOURMNPRPATH%\scripts;
MAYA_SCRIPT_PATH=%YOURMNPRPATH%\scripts;
XBMLANGPATH=%YOURMNPRPATH%\icons;
MAYA_VP2_USE_GPU_MAX_TARGET_SIZE=1;
- If your are on Windows, run this mel script:
setRenderingEngineInModelPanel "DirectX11"
- Restart Maya