Install Atoms Maya plugin on Linux
Download Atoms Maya from here.
Extract the AtomsMaya folder from the tar.gz archive.
tar xvf AtomsMaya_x_x_x.tar.gz
Copy the Atoms Maya folder to:
cp AtomsMaya /opt/Toolchefs/
If you are using floating licenses and the license server is running on another machine, set the environment variable toolchefs_LICENSE or RLM_LICENSE to 5053@servername
Â
If you want to install Atoms Maya in a different location.
Create a new file called AtomsMaya.sh and put these lines inside it:
## AtomsMaya env variables #export toolchefs_LICENSE=5053@localhost export ATOMS_MAYA_VERSION=2019 export ATOMS_VRAY_VERSION=4.30 if [ -z "$LD_LIBRARY_PATH" ] then export LD_LIBRARY_PATH=/opt/Toolchefs/AtomsMaya/lib/$ATOMS_MAYA_VERSION:/opt/Toolchefs/AtomsMaya/lib:/opt/Toolchefs/AtomsMaya/plug-ins/$ATOMS_MAYA_VERSION:/opt/Toolchefs/AtomsMaya/vray/$ATOMS_VRAY_VERSION/$ATOMS_MAYA_VERSION:$LD_LIBRARY_PATH else export LD_LIBRARY_PATH=/opt/Toolchefs/AtomsMaya/lib/$ATOMS_MAYA_VERSION:/opt/Toolchefs/AtomsMaya/lib:/opt/Toolchefs/AtomsMaya/plug-ins/$ATOMS_MAYA_VERSION:/opt/Toolchefs/AtomsMaya/vray/$ATOMS_VRAY_VERSION/$ATOMS_MAYA_VERSION fi if [ -z "$MAYA_MODULE_PATH" ] then export MAYA_MODULE_PATH=/opt/Toolchefs/AtomsMaya else export MAYA_MODULE_PATH=/opt/Toolchefs/AtomsMaya:$MAYA_MODULE_PATH fi
Replace /opt/Toolchefs/ with the correct folder path inside the AtomsMaya.sh and AtomsMaya.module files.
Set the RLM server hostname or ip and port, changing the toolchefs_LICENSE env variable inside the AtomsMaya.module or setting it inside the AtomsMaya.sh, removing it from the AtomsMaya.module file.
Copy the AtomsMaya.sh script to:
If you don’t want to use the AtomsMaya.sh file, you need to set the LD_LIBRARY_PATH.
Add "AtomsMaya/lib/${MAYA_VERSION}" subfolder (please substitute ${MAYA_VERSION} with your Maya version) to the LD_LIBRARY_PATH env variable.
If you are using floating licenses and the license server is running on another machine, set the environment variable toolchefs_LICENSE_SERVER to 5063@servername (If you are using atoms 6 set toolchefs_LICENSE to 5053@servername)
Copyright © 2017, Toolchefs LTD.