Blender Git Commit Log

Git Commits -> Revision 524b861

Revision 524b861 by Ton Roosendaal (master)
June 26, 2009, 15:48 (GMT)
2.5

Part one (of probably many :) of Operator review/validation.
Nothing final nor defined, it's reseach :)

- Added tool buttons in "Toolbar" (Tkey). Just four examples
for objectmode, and six for mesh editmode.

(Review in progress is operator internal state vs context, what
do redo exactly, undo vs redo syncing, when op->invoke or not,
etc. This has to be pinned down exactly and frozen asap)

- On undo, clear redo-operator-stack for now (won't work)
- Added call to better detect active/current view3d region.
ED_view3d_context_rv3d(C)
- Fixed some operators that missed correct redo (add-prim etc).

Later more fun!

Commit Details:

Full Hash: 524b8614373df3e1eb212939f048a79b75450c28
SVN Revision: 21172
Parent Commit: 07e9c4e
Lines Changed: +104, -15

12 Modified Paths:

/source/blender/editors/include/ED_object.h (+1, -0) (Diff)
/source/blender/editors/include/ED_view3d.h (+2, -0) (Diff)
/source/blender/editors/interface/interface_panel.c (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh_add.c (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh_mods.c (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+3, -3) (Diff)
/source/blender/editors/object/object_edit.c (+9, -6) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+18, -0) (Diff)
/source/blender/editors/space_view3d/view3d_toolbar.c (+50, -1) (Diff)
/source/blender/editors/util/undo.c (+2, -0) (Diff)
/source/blender/windowmanager/intern/wm.c (+12, -0) (Diff)
/source/blender/windowmanager/WM_api.h (+4, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021