Welcome to mirror list, hosted at ThFree Co, Russian Federation.

environment-unix « release - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8a13c288306a28d782bc13b94ab2050f97029c01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This is a Blender Environment Variable config file.
#
# Comment lines start with "#", other lines will be split at the "="
# and the part before will be used as env var name and the part after
# as env var value. The value can make reference to previous or
# prelaunch variables with "${}" and the content will be replaced.
# Once set, values of variables will not be overwritten.
#
# BLENDER_SHARE should be /usr/share/blender for typical distro installs.
# BLENDER_VERSION will be set by the program before processing this file.
BLENDER_USER_BASE=${HOME}/.blender/${BLENDER_VERSION}
BLENDER_SYSTEM_BASE=${BLENDER_SHARE}/${BLENDER_VERSION}
BLENDER_USER_DATAFILES=${HOME}/.blender/${BLENDER_VERSION}/datafiles
BLENDER_SYSTEM_DATAFILES=${BLENDER_SHARE}/${BLENDER_VERSION}/datafiles
BLENDER_USER_PY=${HOME}/.blender/${BLENDER_VERSION}/py
BLENDER_SYSTEM_PY=${BLENDER_SHARE}/${BLENDER_VERSION}/py
BLENDER_USER_PLUGINS=${HOME}/.blender/${BLENDER_VERSION}/plugins
BLENDER_SYSTEM_PLUGINS=${BLENDER_SHARE}/${BLENDER_VERSION}/plugins