1 # This is a Blender Environment Variable config file.
\r
3 # Comment lines start with "#", other lines will be split at the "="
\r
4 # and the part before will be used as env var name and the part after
\r
5 # as env var value. The value can make reference to previous or
\r
6 # prelaunch variables with "%%" and the content will be replaced.
\r
7 # Once set, values of variables will not be overwritten.
\r
9 # BLENDER_SHARE should be COMMON_APPDATA\\Blender Foundation\\Blender for typical installs.
\r
10 # BLENDER_VERSION will be set by the program before processing this file.
\r
11 BLENDER_USER_BASE=%USERPROFILE%\\Blender Foundation\\Blender\\%BLENDER_VERSION%
\r
12 BLENDER_SYSTEM_BASE=%BLENDER_SHARE%\\%BLENDER_VERSION%
\r
13 BLENDER_USER_DATAFILES=%USERPROFILE%\\Blender Foundation\\%BLENDER_VERSION%\\datafiles
\r
14 BLENDER_SYSTEM_DATAFILES=%BLENDER_SHARE%\\%BLENDER_VERSION%\\datafiles
\r
15 BLENDER_USER_PY=%USERPROFILE%\\Blender Foundation\\%BLENDER_VERSION%\\py
\r
16 BLENDER_SYSTEM_PY=%BLENDER_SHARE%\\%BLENDER_VERSION%\\py
\r
17 BLENDER_USER_PLUGINS=%USERPROFILE%\\Blender Foundation\\%BLENDER_VERSION%\\plugins
\r
18 BLENDER_SYSTEM_PLUGINS=%BLENDER_SHARE%\\%BLENDER_VERSION%\\plugins
\r