Blender Git Commit Log

Git Commits -> Revision dcfc033

Revision dcfc033 by Ton Roosendaal (master)
July 25, 2009, 13:40 (GMT)
2.5

Outliner: brought back to near full functioning:

- proper operators, like for open/close items, exec operations
(note: select is still same operator as activate, should
become modal ops later)
- rename works again (ctrl+click)
- proper notifiers for redraws
- select / extend select works again
- editmode in/out works again
- enter key opens/closes again
- right mouse operations work again

Didn't do:
- options for Sequence strips
- signals to change button views on clicks
- error/warning messages

UI:

- added new uiButSetRenameFunc(), which passes on the old name
- added uiButActiveOnly(), which ensures a button gets created in
active state, and gets removed when used. Needed for editing
names in outliner.

Andrea: check outliner.c for uiButActiveOnly(), very easy to use!

Also:

- Added posemode operator, CTRL+TAB tied to it.


Commit Details:

Full Hash: dcfc0333d16a6a85c54f056edfce7a9089f64ef7
SVN Revision: 21881
Parent Commit: 90dfb61
Lines Changed: +891, -384

15 Modified Paths:

/source/blender/editors/armature/editarmature.c (+5, -5) (Diff)
/source/blender/editors/include/ED_armature.h (+2, -0) (Diff)
/source/blender/editors/include/UI_interface.h (+6, -2) (Diff)
/source/blender/editors/interface/interface.c (+41, -3) (Diff)
/source/blender/editors/interface/interface_handlers.c (+36, -6) (Diff)
/source/blender/editors/interface/interface_intern.h (+6, -1) (Diff)
/source/blender/editors/object/object_edit.c (+36, -0) (Diff)
/source/blender/editors/object/object_intern.h (+1, -0) (Diff)
/source/blender/editors/object/object_ops.c (+2, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+4, -4) (Diff)
/source/blender/editors/space_buttons/space_buttons.c (+1, -0) (Diff)
/source/blender/editors/space_outliner/outliner.c (+722, -355) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+8, -2) (Diff)
/source/blender/editors/space_outliner/outliner_ops.c (+20, -6) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021