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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2016-02-19 19:47:38 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-02-19 19:48:09 +0300
commitaed2a97a869b2c437cccafd12d398b740c5c68f2 (patch)
treec7323a947544a338c5d8dace0c59d11dd2b8f7df /release
parent3d6b8bd50662c4cf3e4e552f86b7ba43ce39da73 (diff)
Cleanup: remove unused environment files.
Diffstat (limited to 'release')
-rw-r--r--release/environment-macosx18
-rw-r--r--release/environment-mswindows18
-rw-r--r--release/environment-unix18
3 files changed, 0 insertions, 54 deletions
diff --git a/release/environment-macosx b/release/environment-macosx
deleted file mode 100644
index d41d5ec485f..00000000000
--- a/release/environment-macosx
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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 /Library/Application Support/Blender for typical installs.
-# BLENDER_VERSION will be set by the program before processing this file.
-BLENDER_USER_BASE=${HOME}/Library/Application Support/Blender/${BLENDER_VERSION}
-BLENDER_SYSTEM_BASE=${BLENDER_SHARE}/${BLENDER_VERSION}
-BLENDER_USER_DATAFILES=${HOME}/Library/Application Support/Blender/${BLENDER_VERSION}/datafiles
-BLENDER_SYSTEM_DATAFILES=${BLENDER_SHARE}/${BLENDER_VERSION}/datafiles
-BLENDER_USER_PY=${HOME}/Library/Application Support/Blender/${BLENDER_VERSION}/py
-BLENDER_SYSTEM_PY=${BLENDER_SHARE}/${BLENDER_VERSION}/py
-BLENDER_USER_PLUGINS=${HOME}/Library/Application Support/Blender/${BLENDER_VERSION}/plugins
-BLENDER_SYSTEM_PLUGINS=${BLENDER_SHARE}/${BLENDER_VERSION}/plugins
diff --git a/release/environment-mswindows b/release/environment-mswindows
deleted file mode 100644
index 41308533e0b..00000000000
--- a/release/environment-mswindows
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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 COMMON_APPDATA\\Blender Foundation\\Blender for typical installs.
-# BLENDER_VERSION will be set by the program before processing this file.
-BLENDER_USER_BASE=%USERPROFILE%\\Blender Foundation\\Blender\\%BLENDER_VERSION%
-BLENDER_SYSTEM_BASE=%BLENDER_SHARE%\\%BLENDER_VERSION%
-BLENDER_USER_DATAFILES=%USERPROFILE%\\Blender Foundation\\%BLENDER_VERSION%\\datafiles
-BLENDER_SYSTEM_DATAFILES=%BLENDER_SHARE%\\%BLENDER_VERSION%\\datafiles
-BLENDER_USER_PY=%USERPROFILE%\\Blender Foundation\\%BLENDER_VERSION%\\py
-BLENDER_SYSTEM_PY=%BLENDER_SHARE%\\%BLENDER_VERSION%\\py
-BLENDER_USER_PLUGINS=%USERPROFILE%\\Blender Foundation\\%BLENDER_VERSION%\\plugins
-BLENDER_SYSTEM_PLUGINS=%BLENDER_SHARE%\\%BLENDER_VERSION%\\plugins
diff --git a/release/environment-unix b/release/environment-unix
deleted file mode 100644
index 8a13c288306..00000000000
--- a/release/environment-unix
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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