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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-03-29 17:21:20 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-03-29 17:21:20 +0400
commitd1b70c20a5a97acc9e408211f537f395ff5c1ee9 (patch)
tree791a910e1f0a911dafa2c82e4762568c8e454902 /system_demo_mode/config.py
parent395821bc8f5c981ef8b876a142f00dde76adffe7 (diff)
- added search path support if files cant be found.
- added next/previous buttons so you can skip demos.
Diffstat (limited to 'system_demo_mode/config.py')
-rw-r--r--system_demo_mode/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/system_demo_mode/config.py b/system_demo_mode/config.py
index 6dcc4d9c..d39daae1 100644
--- a/system_demo_mode/config.py
+++ b/system_demo_mode/config.py
@@ -47,6 +47,7 @@ def as_string(dirpath, random_order, **kwargs):
cfg_str += ["\n"]
cfg_str += ["# edit the search path so other systems may find the files below\n"]
cfg_str += ["# based on name only if the absolute paths cant be found\n"]
+ cfg_str += ["# Use '//' for current blend file path.\n"]
cfg_str += ["\n"]
cfg_str += ["search_path = %r\n" % dirpath]
cfg_str += ["\n"]