Blender Git Commit Log

Git Commits -> Revision 1ef163f

Revision 1ef163f by Joshua Leung (master)
October 14, 2009, 09:08 (GMT)
UI Templates: ('Any ID' Selector)

Added new template for choosing to use any type of ID-block. The first combo box allows you to choose the type of ID-block that gets used, and the second box allows you to choose the ID-block of the type specified by the first one.

This is currently used for setting the ID-block used for Keying Sets, but the main user for this was intended to be the Drivers UI. However, I still need to clear up a few button-event issues there before I can port this over.


Additional Bugfixes:
* Adding new Keying Set path was setting the active path wrong, meaning that you had to click on the list to get some response after adding
* Bone Groups list was being drawn too long by default (when empty)

Commit Details:

Full Hash: 1ef163f1e0dd1c535c3c9b81670333f02c45b236
SVN Revision: 23824
Parent Commit: daebfaa
Lines Changed: +154, -12

11 Modified Paths:

/release/scripts/ui/buttons_data_armature.py (+1, -1) (Diff)
/release/scripts/ui/buttons_scene.py (+1, -1) (Diff)
/source/blender/editors/animation/keyingsets.c (+1, -1) (Diff)
/source/blender/editors/include/UI_interface.h (+2, -0) (Diff)
/source/blender/editors/interface/interface_templates.c (+46, -1) (Diff)
/source/blender/makesdna/DNA_anim_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_animation.c (+26, -2) (Diff)
/source/blender/makesrna/intern/rna_fcurve.c (+29, -5) (Diff)
/source/blender/makesrna/intern/rna_ID.c (+32, -0) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+11, -1) (Diff)
/source/blender/makesrna/RNA_enum_types.h (+3, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021