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 16 Next »

list of environment variables that can be set

variable

description

DASELEMENT_LICENSE

alternatively this can be used:
RLM_LICENSE

path to find the license server when running the application
Pattern: {port}@{hostname}
Example 5053@vfx-license
default Port: 5053

DASELEMENT_LOG_LEVEL

set the logging level (default: info)
options: debug | info | warning | critical

DASELEMENT_API_HOST

address to the API server (default: 127.0.01)

DASELEMENT_API_PORT

port to connect to the API server (default: 1810)

DASELEMENT_CACHE_HOST

address to the cache server (default: 127.0.01)

DASELEMENT_CACHE_PORT

port to connect to the cache server (default: 6379)

DASELEMENT_CONFIG_PATH

path to config file

DASELEMENT_RESOURCES

path to resources like presets and hooks

DASELEMENT_THIRD_PARTY_DIR

path to third-party tools like ffmpeg and redis

DASELEMENT_MODEL

path to wit file (machine learning model)

DASELEMENT_WORKER

set number of workers (not for lite version)
Even if set to 0, the software will always start at least one worker to communicate with the database.

DASELEMENT_DND_NOTATION

Valid values:

  • folder

  • flame

set the file path notation for sequences of files, when elements are drag&dropped into another application. Some applications, like Autodesk Flame, require a custom file path notation for dropped sequence file paths.

default/fallback value: folder
This will choose the parent folder of the elements main files: /some/folder

Example for Flame:
set the value to flame
export DASELEMENT_DND_NOTATION=flame

Flame requires this notation for file sequences
/some/folder/files[1001-1002].exr

RLM_CONNECT_TIMEOUT

license server connection timeout
default: 5 seconds

  • No labels