Blender Git Commit Log
Git Commits -> Revision 1580b6b
Revision 1580b6b by Ton Roosendaal (master) December 29, 2008, 12:15 (GMT) |
2.5 More notifier cleanups: NC_SCENE|ND_OB_SELECT : scene level object selections changed NC_SCENE|ND_OB_ACTIVE : scene level, new active object NC_OBJECT|ND_BONE_SELECT : object level, bone selection changed NC_OBJECT|ND_BONE_ACTIVE: object level, new active bone I've made view3d listen to these, so operators that change selections don't have to tag own region for redraw anymore. Also enabled selecting/activating in outliner again. BTW: Added it in space_action, but Joshua has to code the proper refresh still :) |
Commit Details:
Full Hash: 1580b6bc171ed33f8006a240c0c8379405fa8c27
SVN Revision: 18147
Parent Commit: 3e29ff7
Lines Changed: +181, -129
8 Modified Paths:
/source/blender/editors/include/ED_object.h (+7, -0) (Diff)
/source/blender/editors/object/object_edit.c (+59, -5) (Diff)
/source/blender/editors/space_action/space_action.c (+9, -0) (Diff)
/source/blender/editors/space_outliner/outliner.c (+22, -24) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+27, -0) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+10, -0) (Diff)
/source/blender/editors/space_view3d/view3d_select.c (+40, -99) (Diff)
/source/blender/windowmanager/WM_types.h (+7, -1) (Diff)
/source/blender/editors/object/object_edit.c (+59, -5) (Diff)
/source/blender/editors/space_action/space_action.c (+9, -0) (Diff)
/source/blender/editors/space_outliner/outliner.c (+22, -24) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+27, -0) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+10, -0) (Diff)
/source/blender/editors/space_view3d/view3d_select.c (+40, -99) (Diff)
/source/blender/windowmanager/WM_types.h (+7, -1) (Diff)