¶Installation
¶Maya
AdonisFX is distributed for Maya as a standard module (.mod). To install the module, follow these steps:
- Download the AdonisFX package from Inbibo’s website.
- Extract the contents into any folder of your choice.
- Add the path to that extracted folder to the
MAYA_MODULE_PATHenvironment variable (details below). - Launch Maya and load AdonisFX from Windows > Settings/Preferences > Plug-in Manager.
When Maya starts, it evaluates all directories listed in MAYA_MODULE_PATH to locate module files such as AdonisFX.mod. Therefore, the environment variable must include the folder containing that file.
There are two ways to configure MAYA_MODULE_PATH:
- Method 1: Set the value inside the
Maya.envconfiguration file - Method 2: Set the value as a system-wide or user-wide environment variable
- AdonisFX is distributed for multiple Maya versions. If you have multiple Maya versions installed, make sure to download the right AdonisFX build and configure the environment to point to the right AdonisFX version.
- Remember that multiple versions of AdonisFX can be installed, but only one can be loaded at a time.
¶Windows
Method 1: Configure Maya.env
- The default location of the
Maya.envfile isdrive:/Users/username/Documents/maya/%MAYA_VERSION%. - Add
MAYA_MODULE_PATH = drive:/path/to/AdonisFX/folderto the file. - AdonisFX will be loaded the next time you launch Maya.
If you need to configure other modules, concatenate them separated by ";" characters.
Method 2: Configure System Environment
- Open the System Properties window which can be found by searching for environment variables in the Windows search bar.
- Click on Environment Variables and a new window will be displayed showing all the environment variables configured at the system level and for the current user.
- Click on New... button for the level that you prefer (system or user) and configure
MAYA_MODULE_PATHwith the path containing theAdonisFX.modfile. - AdonisFX will be loaded the next time you launch Maya.
If you need to configure other modules, concatenate them separated by ";" characters.
¶Linux
Method 1: Configure Maya.env
- The default location of the
Maya.envfile is~/maya/$MAYA_VERSION. - Add
MAYA_MODULE_PATH = /path/to/AdonisFX/folderto the file. - AdonisFX will be loaded the next time you launch Maya.
If you need to configure other modules, concatenate them separated by ":" characters.
Method 2: Configure System Environment
-
From the terminal, open your preferred text editor to modify the file
~/.bashrc. -
Add this command to export the environment variable:
export MAYA_MODULE_PATH="/path/to/AdonisFX/folder:${MAYA_MODULE_PATH}" -
AdonisFX will be loaded the next time you launch Maya.
If you need to configure other modules, concatenate them separated by ":" characters.
¶Houdini
AdonisFX is distributed for Houdini as a standard package (.json). To install the package, please do the following:
- Download the AdonisFX package from Inbibo’s website.
- Extract the contents into any folder of your choice.
- Add the path to that extracted folder to the
HOUDINI_PACKAGE_DIRandADONISFX_INSTALL_PATHenvironment variables. - Launch Houdini and the AdonisFX package will be automatically loaded.
When Houdini starts up, it evaluates all paths pointed by the HOUDINI_PACKAGE_DIR environment variable to search for packages that are typically defined as JSON files. In order to allow Houdini to find AdonisFX, that environment variable has to include the path where the AdonisFX.json file is located.
The need to set ADONISFX_INSTALL_PATH as well is to allow Houdini to complete the environment configuration using paths relative to the AdonisFX installation folder.
In the following sections we explain how to do this for Windows and Linux.
- AdonisFX is distributed for multiple Houdini versions. If you have multiple Houdini versions installed, make sure to download the right AdonisFX build and configure the environment to point to the right AdonisFX version.
- Remember that multiple versions of AdonisFX can be installed, but only one can be loaded at a time.
¶Windows
- Open the System Properties window which can be found by searching for environment variables in the Windows search bar.
- Click on Environment Variables and a new window will be displayed showing all the environment variables configured at the system level and for the current user.
- Click on New... button for the level that you prefer (system or user) and configure
HOUDINI_PACKAGE_DIRwith the path containing theAdonisFX.jsonfile. - Do the same for
ADONISFX_INSTALL_PATH. - AdonisFX will be loaded the next time you launch Houdini.
- If you need to configure other packages for
HOUDINI_PACKAGE_DIR, concatenate them separated by ";" characters.- For
ADONISFX_INSTALL_PATH, only a single installation path should be provided.
¶Linux
-
From the terminal, open your preferred text editor to modify the file
~/.bashrc. -
Add the command to export
HOUDINI_PACKAGE_DIRas follows:export HOUDINI_PACKAGE_DIR="/path/to/AdonisFX/folder:${HOUDINI_PACKAGE_DIR}" -
Add also the command to export
ADONISFX_INSTALL_PATH:export ADONISFX_INSTALL_PATH="/path/to/AdonisFX/folder" -
AdonisFX will be loaded the next time you launch Houdini.
- If you need to configure other packages for
HOUDINI_PACKAGE_DIR, concatenate them separated by ":" characters.- For
ADONISFX_INSTALL_PATH, only a single installation path should be provided.