- 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.
This commit is contained in:
2005-01-13 19:19:05 +00:00
parent bb0da8a7aa
commit 3ba66e20b9
4 changed files with 46 additions and 28 deletions

View File

@@ -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.