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:
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"]