Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. Download Atoms Maya from here.

  2. Extract the AtomsMaya folder from the tar.gz archive.

    Code Block
    languagebash
    tar xvf AtomsMaya_x_x_x.tar.gz
  3. Copy the Atoms Maya folder to:

    Code Block
    languagebash
    cp AtomsMaya /opt/Toolchefs/
  4. 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

...

.

  1. Create a new file called AtomsMaya.

...

  1. sh and put these lines inside it:

    Code Block
    languagebash
    ## 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
    
  2. Replace /opt/Toolchefs/ with the correct folder path inside the AtomsMaya.sh and AtomsMaya.module files.

  3. 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.

  4. Copy the AtomsMaya.sh script to:

    Code Block
    languagebash
    cp AtomsMaya/AtomsMaya.sh /etc/profile.d/

...


If you

...

don’t want to use the AtomsMaya.sh file, you need to set the LD_LIBRARY_PATH

...

.

  1. Add "AtomsMaya/lib/

...

  1. ${MAYA_VERSION}" subfolder (please substitute ${MAYA_VERSION} with your Maya version) to the LD_LIBRARY_PATH env variable.

  2. 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)