🙂QuickStart
Make your very first Nemo rig
Last updated
Make your very first Nemo rig
Last updated
Download Maya Plugin of Nemo from Nemo website.
Extract the content and click the install.bat
to install to My Documents/maya/modules
. Linux users can copy the content to ~/maya/modules
manually.
If you are using Linux system and have no CUDA 12 installed, then you need to manually append <NEMO>/extern/linux
into LD_LIBRARY_PATH
before launching Maya.
Open Maya and load Nemo in plugin manager. You should see the Nemo item in top menu bar, which means a success installation.
You'll need to install the latest Nvidia Graphics Driver if you met the error message of insufficient CUDA version while loading the plugin. Make sure drive version is not lower than 527.x (525.x for Linux).
If you doesn't have a Nvidia GPU, you can turn on NEMO_SKIP_CUDA_CHECK
in Maya.env, and remember to use CPU mode in farm and turn off the preview option when assembling.
Open the rigging file in Maya which you need to accelerate.
Click the Export button from Nemo in top menu bar to open up Exporter Widget.
Fill in the asset name and export path.
(Optional) Click Select Controllers and Select Shapes to check if controllers and shapes are selected correctly.
Click on the parse button and wait for the progress bar to finish.
If parsing failed, you can find the Log at export path. Please check the log as referred in Common Errors or get contact with us.
If parsing succeed, you would get two files.
The exported zip file ending with __EXPORT
contains confidential data about character apperance or designing. Please keep it to yourself,and don't share it with anyone else (including us).
Visit the Nemo website,click Account
in menu bar to register.
Access to the registeration email,click the link in verification email. Then go to Farm
page after successfully verified.
Click the + button at bottom right corner to open up the upload dialog.
Selectt the operaing system you need, then upload __GRAPH.json
exported earlier.
Wait until the status turn to Success (normally it would take 2~10 minutes).
Click Download button to get __BINRAY.zip
file。
Pay attention to saving or opening up a empty scene before assembling. Nemo would close current scene during assembling and there would be no chance to save.
Click Assemble
button in the Nemo menu of top bar.
Select exported __EXPORT.zip
and downloaded __BINRAY.zip
, also set the output path for final result.
Click the Assemble button, wait for the assembling to finish. You can check out Common Errors if failed. (You can try toggling off the material option and retrying. It should be material problem if succeed in that way.)
Close the window after that, then you can use Nemo Rig in just the same way as original rig.
đź‘Ź After enjoying the impressive speed of Nemo Rig, you can read chapter Preview Mode.
For Linux system, you may want to set __GL_SYNC_TO_VBLANK=0
in Maya.env
before launching Maya. It would help saving frame refreshing time and improving performance.