Blender Git Commit Log
Git Commits -> Revision a80b7d6
Revision a80b7d6 by Bastien Montagne (master) March 8, 2012, 14:04 (GMT) |
Fixing several issues with keyingsets: *Add a new idname to keyingsets, keeping name as label-only (using same string for both made lookup fail when using i18n other than english, as it tried to compare an untranslated static string id against a translated RNA name). Also adding a description string (can be helpful with custom keyingsets, imho). *Fixed a few other bugs related to that area (namely, you can�??t deselect current keyingset from the shift-ctrl-alt-I popup menu, and insert/delete key ops were using a rather strange way to get chosen custom keyingset�?�). *Fixed UI code so that it always uses (RNA) enum, and simplified menu-creation code. |
Commit Details:
Full Hash: a80b7d612947e1d26b10165a37bb603dae527afd
SVN Revision: 44742
Parent Commit: a5f2db9
Lines Changed: +177, -103
13 Modified Paths:
/release/scripts/startup/bl_operators/anim.py (+5, -4) (Diff)
/release/scripts/startup/bl_ui/properties_scene.py (+2, -1) (Diff)
/release/scripts/startup/keyingsets_builtins.py (+47, -2) (Diff)
/source/blender/blenkernel/BKE_animsys.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/anim_sys.c (+9, -4) (Diff)
/source/blender/blenloader/intern/readfile.c (+14, -0) (Diff)
/source/blender/editors/animation/keyframing.c (+11, -3) (Diff)
/source/blender/editors/animation/keyingsets.c (+39, -69) (Diff)
/source/blender/editors/include/ED_keyframing.h (+4, -5) (Diff)
/source/blender/editors/space_outliner/outliner_edit.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_anim_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_animation.c (+38, -10) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+4, -3) (Diff)
/release/scripts/startup/bl_ui/properties_scene.py (+2, -1) (Diff)
/release/scripts/startup/keyingsets_builtins.py (+47, -2) (Diff)
/source/blender/blenkernel/BKE_animsys.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/anim_sys.c (+9, -4) (Diff)
/source/blender/blenloader/intern/readfile.c (+14, -0) (Diff)
/source/blender/editors/animation/keyframing.c (+11, -3) (Diff)
/source/blender/editors/animation/keyingsets.c (+39, -69) (Diff)
/source/blender/editors/include/ED_keyframing.h (+4, -5) (Diff)
/source/blender/editors/space_outliner/outliner_edit.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_anim_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_animation.c (+38, -10) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+4, -3) (Diff)