diff --git a/content/docs/Reference/env-variables.md b/content/docs/Reference/env-variables.md new file mode 100644 index 00000000..f54e31f5 --- /dev/null +++ b/content/docs/Reference/env-variables.md @@ -0,0 +1,71 @@ +--- +title: "Environment variables" +linkTitle: "Environment variables" +date: 2025-01-01 +weight: 4 +description: > + Configure common environment variables + +--- + +This page lists some of the most common environment variables used in OpenCue. + +## Outline + +Environment variables related to pyOutline. + +### OL_BASE_SESSION_PATH + + +### OL_LAYER_SESSION_PATH + + +### OL_LAYER_RANGE + + +### OL_VERSION + + +### OL_OS + + +### OL_TAG_OVERRIDE + + +### OL_CONFIG + +## Cuebot + +Environment variables related to Cuebot. + +### CUEBOT_HOSTS + + +### CUEBOT_GRPC_CUE_PORT + + +### CUEBOT_GRPC_RQD_SERVER_PORT + + +## Others + + +### CUEGUI_DEFAULT_INI_PATH + + +### OPENCUE_CONF + + +### CUESUBMIT_CONFIG_FILE + + +### CUE_FRAME_LOG_DIR + + +### CUE_FS_ROOT + + +### CUE_PYTHON_BIN + + +### CUE_PYTHONPATH diff --git a/content/docs/Reference/tokens.md b/content/docs/Reference/tokens.md new file mode 100644 index 00000000..5eb34a8e --- /dev/null +++ b/content/docs/Reference/tokens.md @@ -0,0 +1,36 @@ +--- +title: "Tokens" +linkTitle: "Tokens" +date: 2020-04-03 +weight: 5 +description: > + Specify dynamic tokens in OpenCue jobs +--- + +This page describes tokens you can use in commands when submitting OpenCue jobs, either in the +graphical Cuesubmit client, or using the PyOutline API. + +##### #ZFRAME# + The frame number zero-padded to four places. + +##### #IFRAME# + The number of the current frame. + +##### #FRAME_START# + The number of the final frame in the current chunk. + +##### #FRAME_END# + The number of the final frame in the current chunk. + +##### #FRAME_CHUNK# + The value of the current chunk. + +##### #LAYER# + The name of the current layer. + +##### #JOB# + The name of the current job. + +##### #FRAMESPEC# + The value of the current frame spec. +