-
- Downloads
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.
Showing
- release/scripts/startup/bl_operators/anim.py 5 additions, 4 deletionsrelease/scripts/startup/bl_operators/anim.py
- release/scripts/startup/bl_ui/properties_scene.py 2 additions, 1 deletionrelease/scripts/startup/bl_ui/properties_scene.py
- release/scripts/startup/keyingsets_builtins.py 47 additions, 2 deletionsrelease/scripts/startup/keyingsets_builtins.py
- source/blender/blenkernel/BKE_animsys.h 1 addition, 1 deletionsource/blender/blenkernel/BKE_animsys.h
- source/blender/blenkernel/intern/anim_sys.c 9 additions, 4 deletionssource/blender/blenkernel/intern/anim_sys.c
- source/blender/blenloader/intern/readfile.c 14 additions, 0 deletionssource/blender/blenloader/intern/readfile.c
- source/blender/editors/animation/keyframing.c 11 additions, 3 deletionssource/blender/editors/animation/keyframing.c
- source/blender/editors/animation/keyingsets.c 39 additions, 69 deletionssource/blender/editors/animation/keyingsets.c
- source/blender/editors/include/ED_keyframing.h 4 additions, 5 deletionssource/blender/editors/include/ED_keyframing.h
- source/blender/editors/space_outliner/outliner_edit.c 1 addition, 1 deletionsource/blender/editors/space_outliner/outliner_edit.c
- source/blender/makesdna/DNA_anim_types.h 2 additions, 0 deletionssource/blender/makesdna/DNA_anim_types.h
- source/blender/makesrna/intern/rna_animation.c 38 additions, 10 deletionssource/blender/makesrna/intern/rna_animation.c
- source/blender/makesrna/intern/rna_scene.c 4 additions, 3 deletionssource/blender/makesrna/intern/rna_scene.c
Loading
Please register or sign in to comment