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>2006-12-30 10:32:58 +0300
committerCampbell Barton <ideasman42@gmail.com>2006-12-30 10:32:58 +0300
commit5af67129f8d3c2245772a55e5fa5ea4cd0653477 (patch)
tree35db18fe4fe34aeacaf7b3370ca35d9a936e5bf9 /source/blender/python/api2_2x/doc/Blender.py
parent26719af48a9e6b28dbfdba608cbb2fe780f629c7 (diff)
* theme save script now saves iconThemes and supports string types.
* added .iconTheme variable * bugfix. drawType was not being saved because Py_BuildValue and __members__ was missing an "s" * added Blender.Get('icondir')
Diffstat (limited to 'source/blender/python/api2_2x/doc/Blender.py')
-rw-r--r--source/blender/python/api2_2x/doc/Blender.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/doc/Blender.py b/source/blender/python/api2_2x/doc/Blender.py
index 1b25999fa8c..e4ba4dbcf31 100644
--- a/source/blender/python/api2_2x/doc/Blender.py
+++ b/source/blender/python/api2_2x/doc/Blender.py
@@ -94,6 +94,7 @@ def Get (request):
we recommend scripts check this dir first and use it, if available.
- 'scriptsdir': the path to the main dir where scripts are stored.
- 'uscriptsdir': the path to the user defined dir for scripts. (*)
+ - 'icondir': the path to blenders icon theme files.
- 'yfexportdir': the path to the user defined dir for yafray export. (*)
- 'fontsdir': the path to the user defined dir for fonts. (*)
- 'texturesdir': the path to the user defined dir for textures. (*)