Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Add the following lines to your houdini.env file.

Code Block
QT_PYTHON_API = "pyside2"

ATOMS_AGENTS_DATA = "C:/Program Files/Toolchefs/AtomsAgents/data"

# edit your PYTHONPATH so that contains
PYTHONPATH = "C:/Program Files/Toolchefs/AtomsAgents/houdini/python;$PYTONPATH;&"

# edit your HOUDINI_PATH so that contains
HOUDINI_PATH = "$HOUDINI_PATH;C:/Program Files/Toolchefs/AtomsAgents/houdini;&${HOUDINI_PATH}"

Maya

Copy the AtomsAgents_WINDOWS.module file from the AtomsAgents folder into the modules folder under Documents/maya (or in one of your modules path) and rename it to AtomsAgents.module .

...