- Campbell Barton updated his sel_same.py script;
- Added to Mesh scripts a call to Window.EditMode(0) to leave editmode before changing meshes.

BPython:
- small doc fixes / updates;
- added a call to undo_push_mesh inside Window.EditMode(0).

Mesh scripts could change the mesh but not the editmesh -- that would then overwrite the changed mesh.  Made all mesh scripts leave edit mode before changing a mesh.
This commit is contained in:
2004-07-28 17:46:29 +00:00
parent d2da4f7160
commit 6b1eb45dda
9 changed files with 35 additions and 29 deletions

View File

@@ -20,7 +20,7 @@ The Blender Python API Reference
- L{Draw} (*)
- L{Effect}
- L{Image} (*)
- L{Ipo}
- L{Ipo} (*)
- L{Lamp} (*)
- L{Lattice}
- L{Library}