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:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-10-19 22:44:09 +0400
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-10-19 22:44:09 +0400
commit680e724e37e10a3e6e7e42691d2e07d3dd62b6b7 (patch)
treeb995119ba65d643cc84187085cf6912ff57afcd7 /release/environment-mswindows
parent1f4d07fd199041726d2bb77eebe702bf3351b4e8 (diff)
Continue development of bfile system.
Still not usable, but some parts could be made more portable already. Help welcome for MacOSX and MSWindows calls and paths.
Diffstat (limited to 'release/environment-mswindows')
-rw-r--r--release/environment-mswindows18
1 files changed, 18 insertions, 0 deletions
diff --git a/release/environment-mswindows b/release/environment-mswindows
new file mode 100644
index 00000000000..f8890f89af8
--- /dev/null
+++ b/release/environment-mswindows
@@ -0,0 +1,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 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