Blender Git Commit Log

Git Commits -> Revision 51f1e82

Revision 51f1e82 by Campbell Barton (master)
September 16, 2009, 01:15 (GMT)
Object mode Selection options brought back for view3d.select
- 'center', while Ctrl is held select objects from their center location
- 'enumerate', while Alt is held, give a list of objects under the mouse
- Object selection menu now uses icons with names
- operator object.select_name(name, extend=False)
- keybindings so combinations of Ctrl/Alt/Shift can be used (like in 2.4x)
- logic text input field was using deprecated ID_SCRIPT rather then ID_TXT

details
- added comments to DNA_ID.h ID types
- removed unused ID types Sector and Life
- added uiIconFromID() to get an icon from the object.
- using name for selection is weak but currently there isnt a really good way to do this.

Commit Details:

Full Hash: 51f1e822900fbae5b239ddfcfd488eccbbbcc31b
SVN Revision: 23266
Parent Commit: be613fd
Lines Changed: +255, -90

10 Modified Paths:

/source/blender/blenloader/intern/readblenentry.c (+0, -2) (Diff)
/source/blender/editors/include/UI_interface.h (+2, -0) (Diff)
/source/blender/editors/interface/interface_utils.c (+59, -0) (Diff)
/source/blender/editors/object/object_intern.h (+1, -0) (Diff)
/source/blender/editors/object/object_ops.c (+1, -0) (Diff)
/source/blender/editors/object/object_select.c (+53, -0) (Diff)
/source/blender/editors/space_logic/logic_window.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/view3d_ops.c (+19, -1) (Diff)
/source/blender/editors/space_view3d/view3d_select.c (+88, -52) (Diff)
/source/blender/makesdna/DNA_ID.h (+31, -34) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021