Blender Git Loki
Git Commits -> Revision b15c658
Revision b15c658 by Campbell Barton (master) March 6, 2020, 03:16 (GMT) |
Cleanup: keyframe API naming, high level keyframe API - Split 'verify_fcurve' into two functions: ED_action_fcurve_ensure which adds the f-curve if needed. ED_action_fcurve_find which returns NULL when not found. Callers of ED_action_fcurve_find had unused 'group' argument which has been removed. - Rename verify_adt_action to ED_id_action_ensure It had an argument to add data which was always true, remove this instead of splitting in into a separate function. |
Commit Details:
Full Hash: b15c658801e191e09a4e9e8933a9ac79a3805e1b
Parent Commit: 07d13be
Lines Changed: +70, -57
10 Modified Paths:
/source/blender/collada/AnimationImporter.cpp (+10, -10) (Diff)
/source/blender/editors/animation/anim_channels_defines.c (+2, -2) (Diff)
/source/blender/editors/animation/keyframing.c (+34, -22) (Diff)
/source/blender/editors/animation/keyingsets.c (+1, -2) (Diff)
/source/blender/editors/gpencil/gpencil_convert.c (+2, -2) (Diff)
/source/blender/editors/include/ED_keyframing.h (+11, -9) (Diff)
/source/blender/editors/object/object_constraint.c (+4, -4) (Diff)
/source/blender/editors/object/object_relations.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_action.c (+3, -3) (Diff)
/source/blender/python/intern/bpy_rna_anim.c (+1, -1) (Diff)
/source/blender/editors/animation/anim_channels_defines.c (+2, -2) (Diff)
/source/blender/editors/animation/keyframing.c (+34, -22) (Diff)
/source/blender/editors/animation/keyingsets.c (+1, -2) (Diff)
/source/blender/editors/gpencil/gpencil_convert.c (+2, -2) (Diff)
/source/blender/editors/include/ED_keyframing.h (+11, -9) (Diff)
/source/blender/editors/object/object_constraint.c (+4, -4) (Diff)
/source/blender/editors/object/object_relations.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_action.c (+3, -3) (Diff)
/source/blender/python/intern/bpy_rna_anim.c (+1, -1) (Diff)