Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

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.


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:

     C:/Program Files/Toolchefs/


  4. Create a new bat file to launch Clarisse:

    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 the license server is running on another machine set the variable toolchefs_LICENSE or RLM_LICENSE to 5053@servername

  • No labels