Versions Compared

Key

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

  2. Extract the AtomsHoudini folder from the zip archive.

  3. Copy the AtomsHoudini folder to:

    Code Block
    languagebash
     /opt/Toolchefs/

Add the following lines to your houdini.env file (if you installed AtomsHoudini in a different folder please replace "/opt/Toolchefs" with the right location):

...

languagebash

...

  1. Copy the AtomsHoudini.json file contained by the "AtomsHoudini/${HOUDINI_VERSION}/

...

  1. package" folder into your "houdini{$MAJOR}.{$MINOR}/packages" (i.e. houdini19.5) folder. The latter folder is usually located within your home directory.
    Depending on your render engine you might have to change its version inside the AtomsHoudini.json file.

  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 (for Atoms 6 set toolchefs_LICENSE or RLM_LICENSE to 5053@servername) within the AtomsHoudini.json.

If you installed AtomsHoudini in a different folder:

  1. Set the right installation path inside the AtomsHoudini.sh (if it's different from /opt/Toolchefs/).

  2. Copy the AtomsHoudini.sh script inside /etc/profile.d/

  3. Add "AtomsHoudini/${HOUDINI_VERSION}/lib" subfolder (please substitute ${HOUDINI_VERSION} with your Houdini version) to the LD_LIBRARY_PATH.

Warning

If you install atoms in a custom folder you need to set the LD_LIBRARY_PATH env variable to the

...

AtomsHoudini/${HOUDINI_VERSION}/lib/, or the plugin won't be able to load.