Blender Git Loki
Git Commits -> Revision fe33fb2
Revision fe33fb2 by Brecht Van Lommel (master) March 30, 2009, 17:31 (GMT) |
UI: * Added support for RNA pointer buttons. It's like the existing ID pointer buttons but with an icon, and autocomplete works. There's some drawing issues currently but don't want to interfere with the refactoring here. Also todo is support for things like vertex groups or bones. |
Commit Details:
Full Hash: fe33fb23d9c4ba4951e8db080363777fd0db8949
SVN Revision: 19471
Parent Commit: 5e4242d
Lines Changed: +230, -104
6 Modified Paths:
/source/blender/editors/interface/interface.c (+200, -17) (Diff)
/source/blender/editors/interface/interface_handlers.c (+13, -59) (Diff)
/source/blender/editors/interface/interface_intern.h (+3, -1) (Diff)
/source/blender/editors/interface/interface_utils.c (+1, -22) (Diff)
/source/blender/makesrna/intern/rna_access.c (+12, -5) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+1, -0) (Diff)
/source/blender/editors/interface/interface_handlers.c (+13, -59) (Diff)
/source/blender/editors/interface/interface_intern.h (+3, -1) (Diff)
/source/blender/editors/interface/interface_utils.c (+1, -22) (Diff)
/source/blender/makesrna/intern/rna_access.c (+12, -5) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+1, -0) (Diff)