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:
authorWillian Padovani Germano <wpgermano@gmail.com>2005-04-16 22:25:42 +0400
committerWillian Padovani Germano <wpgermano@gmail.com>2005-04-16 22:25:42 +0400
commitfa5d910f93c0cb279f5a41af9cc3d36d53f8c94f (patch)
tree86202b41c7d56d2b1fc857f2693de8e0f129f478 /release/scripts/bpydata
parentdfe3ad0d7bb09129adee4eb27a7367ae6c40b54e (diff)
Updating build systems: folder release/bpydata/ moved to release/scripts/bpydata/
It seemed trivial enough, so I updated all systems (makefiles, xcode, scons, scons win installer), please complain if something went wrong. Mostly it was just removing release/bpydata references, since the release/scripts dir is already worked on recursevely, handling dirs inside it. For the scons nsi file writer script I had to write code for each new dir, but it can be recoded recursively, too (in fact joining all release stuff in a single dir tree with nothing else would be a good idea, making installation code simpler). Since it's just python and I have a little more time now, I can help scons managers if they still need. Thanks Campbell Barton for reporting.
Diffstat (limited to 'release/scripts/bpydata')
-rw-r--r--release/scripts/bpydata/config/readme.txt10
1 files changed, 3 insertions, 7 deletions
diff --git a/release/scripts/bpydata/config/readme.txt b/release/scripts/bpydata/config/readme.txt
index 099ade0f3e5..4b5cb61b063 100644
--- a/release/scripts/bpydata/config/readme.txt
+++ b/release/scripts/bpydata/config/readme.txt
@@ -1,10 +1,6 @@
This folder is for automatically saved scripts configuration data.
-This data is loaded when Blender starts and saved whenever a .blend file is
-saved.
-To use this feature scripts just need to set a Blender.Registry key with the
-extension ".cfg" (for example, "myscript.cfg").
+To use this feature scripts just need to set a proper Blender.Registry key.
-Please check the API Reference doc or the documentation for the
-"Scripts Config Editor" script with the Help menu-> "Scripts Help Browser"
-script in Blender.
+To know more, check the API Reference doc (specifically the API_related and
+Registry parts) and the documentation for the "Scripts Config Editor" script.