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-01-13 22:19:05 +0300
committerWillian Padovani Germano <wpgermano@gmail.com>2005-01-13 22:19:05 +0300
commit3ba66e20b9a47e2d9d0484b049aea0990fed2ee1 (patch)
tree5012078b6557d56440ed004c2bc9ce5e5e822cc6 /source/blender/python/api2_2x/doc/API_intro.py
parentbb0da8a7aadf2078d09eed58517b4b60633f89ef (diff)
BPython:
- Added Blender.UpdateMenus() + doc: so scripts can automatically update Blender menus when they create (or download or whatever) new scripts to be registered. - Removed a long deprecated function from the Blender module (release dict). Matt (broken) mentioned the UpdateMenus function a couple weeks ago. I also updated the Save Current Theme script to use it. This is all related to his ideas to use scripts to save and restore themes and e.g. render presets.
Diffstat (limited to 'source/blender/python/api2_2x/doc/API_intro.py')
-rw-r--r--source/blender/python/api2_2x/doc/API_intro.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/source/blender/python/api2_2x/doc/API_intro.py b/source/blender/python/api2_2x/doc/API_intro.py
index fb8df69a5eb..f3dd7ab65a5 100644
--- a/source/blender/python/api2_2x/doc/API_intro.py
+++ b/source/blender/python/api2_2x/doc/API_intro.py
@@ -14,12 +14,12 @@ The Blender Python API Reference
- L{Armature}
- L{Bone}
- L{NLA}
- - L{BGL} (*)
+ - L{BGL}
- L{Camera}
- L{Curve}
- L{Draw}
- - L{Effect} (*)
- - L{Image}
+ - L{Effect}
+ - L{Image} (*)
- L{Ipo}
- L{Lamp}
- L{Lattice}
@@ -29,18 +29,18 @@ The Blender Python API Reference
- L{Metaball}
- L{NMesh}
- L{Noise}
- - L{Object} (*)
+ - L{Object}
- L{Registry}
- - L{Scene} (*)
+ - L{Scene}
- L{Radio}
- L{Render}
- - L{Sound} (new)
+ - L{Sound}
- L{Text}
- L{Texture}
- L{Types}
- - L{Window} (*)
+ - L{Window}
- L{Theme} (new)
- - L{World} (*)
+ - L{World}
- L{sys<Sys>}
(*) - marks updated.