environmentΒΆ

The environment package provides functions to manage the Guerilla environment

Guerilla handles environment variables per project. You can find these environment variables in Preferences > Project Settings > Project Environment. These variables are sent to the render farm in the Lua job scripts.

Functions:

nil environment.setlocal ( string var , string|nil value ) Add/remove an environment to the local environment
nil environment.setproject ( string var , string|nil value ) Add/remove an environment to the project environment