Image Importing

You can set environment variables that Mari looks when importing images. You can call these variables anything, and as long as you precede the variable name in the image import path with $ on Linux and Mac, or % on Windows. Mari replaces that part of the path with the value of the environment variable. For example:

On Linux and Mac: If the import path is $SHOW_BASE_DIR/Images/$SHOT, $SHOW_BASE_DIR and $SHOT is replaced by the values of the environment variables SHOW_BASE_DIR and SHOT.

On Window: If the import path is %SHOW_BASE_DIR%/Images/%SHOT%, %SHOW_BASE_DIR and %SHOT is replaced by the values of the environment variables SHOW_BASE_DIR and SHOT.