Versions Compared

Key

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

Atoms VFX 5.0.0 

AtomsClarisse is shipped with an installer since Atoms VFX 5.0.0.

Please use the installer and the plugin will be configured for you.

You can download AtomsClarisse installer from here.

...

AtomsVFX 4.0.0 or earlier

  1. Download Atoms Clarisse from here.

  2. Extract the Clarisse folder from the zip archive.

  3. Copy the Clarisse folder to:

    Code Block
     C:/Program Files/Toolchefs/


  4. Create a new bat file to launch Clarisse:

    Code Block
    set "ATOMS_ROOT=C:\\Program Files\\Toolchefs\\AtomsClarisse\\4.0_sp4c"
    set "CLARISSE_PATH=C:\\Program Files\\Isotropix\\Clarisse iFX 4.0 SP4c"
    set "path=C:\\Program Files\\Toolchefs\\AtomsClarisse\\4.0_sp4c\\bin;%path%"
    set "IX_MENU_CONFIG_FILE=%CLARISSE_PATH%\\Clarisse\\python\\menus\\init_menus.py;%ATOMS_ROOT%\\scripts\\init_menus.py"
    set "PYTHONPATH=%PYTHONPATH%;C:\\Program Files\\Toolchefs\\AtomsClarisse\\4.0_sp4c\\python;C:\\Program Files\\Toolchefs\\AtomsClarisse\\4.0_sp4c\\scripts"
    set toolchefs_LICENSE=5053@localhost
    
    "%CLARISSE_PATH%\Clarisse\clarisse.exe" -flavor ifx -module_path "%CLARISSE_PATH%\\Clarisse\\module" -module_path "C:\\Program Files\\Toolchefs\\AtomsClarisse\\4.0_sp4c\\module"


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

...