Blender Git Commit Log
Git Commits -> Revision 042d4d3
Revision 042d4d3 by Campbell Barton (master) August 18, 2011, 19:07 (GMT) |
misc changes to unterface & undo - operator strings were doing undo pushes (in fileselector text for example), this is dumb since the operators themselves handle undo. - interface code checks rna props are arrays rather then checking the array length. - disable properties window pin undoing. - sequencer refresh was calling undo, disable since this is clearnign global data not handled by undo. - added commented out code for drawing mesh vertex index/key index, useful for debugging shapekey - hook issyes. |
Commit Details:
Full Hash: 042d4d3509069a2dab9ed3a8f5629099d09548c2
SVN Revision: 39533
Parent Commit: 2389550
Lines Changed: +51, -25
5 Modified Paths:
/source/blender/editors/interface/interface.c (+35, -18) (Diff)
/source/blender/editors/interface/interface_layout.c (+1, -3) (Diff)
/source/blender/editors/space_buttons/buttons_context.c (+1, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_edit.c (+0, -3) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+14, -1) (Diff)
/source/blender/editors/interface/interface_layout.c (+1, -3) (Diff)
/source/blender/editors/space_buttons/buttons_context.c (+1, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_edit.c (+0, -3) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+14, -1) (Diff)