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-09-21 22:25:40 +0400
committerCampbell Barton <ideasman42@gmail.com>2006-09-21 22:25:40 +0400
commitd82f1f5f91a8d1b19f1451479e1e82ab15744356 (patch)
treea3f11e1127449c818146bf38167c5f97cc8e10b5 /source/blender/python/api2_2x/doc/Blender.py
parent95c185c4c5be57fb0c83b1045605ca8ac37e5284 (diff)
from looking at patch 4934 made all user preference paths settable with Blender.Set('val', data), also added exception errors which were on the todo.
image.filename was being limited to FILE_MAXDIR rather then FILE_MAXDIR + FILE_MAXFILE when setting.
Diffstat (limited to 'source/blender/python/api2_2x/doc/Blender.py')
-rw-r--r--source/blender/python/api2_2x/doc/Blender.py10
1 files changed, 9 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/doc/Blender.py b/source/blender/python/api2_2x/doc/Blender.py
index eea61dad92d..1b25999fa8c 100644
--- a/source/blender/python/api2_2x/doc/Blender.py
+++ b/source/blender/python/api2_2x/doc/Blender.py
@@ -60,7 +60,15 @@ def Set (request, data):
@type request: string
@param request: The setting to change:
- 'curframe': the current animation frame
- @type data: int
+ - 'uscriptsdir': user scripts dir
+ - 'yfexportdir': yafray temp xml storage dir
+ - 'fontsdir': font dir
+ - 'texturesdir': textures dir
+ - 'seqpluginsdir': sequencer plugin dir
+ - 'renderdir': default render output dir
+ - 'soundsdir': sound dir
+ - 'tempdir': temp file storage dir
+ @type data: int or string
@param data: The new value.
"""