Blender Git Loki
Git Commits -> Revision 73ef27f
Revision 73ef27f by Campbell Barton (master) March 6, 2020, 06:05 (GMT) |
Cleanup: keyframing return arguments - Use 'int' for counters instead of short. - Use 'bool' instead of a counter when only a change is being detected. - Use typed enum for keying set flags. - Include in comments when a negate error code may be returned. |
Commit Details:
Full Hash: 73ef27f15611ccb254816e199f8c74103b3d5172
Parent Commit: e97aed1
Lines Changed: +180, -149
10 Modified Paths:
/source/blender/editors/animation/anim_channels_defines.c (+7, -7) (Diff)
/source/blender/editors/animation/drivers.c (+16, -15) (Diff)
/source/blender/editors/animation/keyframing.c (+68, -58) (Diff)
/source/blender/editors/animation/keyingsets.c (+35, -27) (Diff)
/source/blender/editors/include/ED_keyframing.h (+23, -21) (Diff)
/source/blender/editors/space_action/action_edit.c (+3, -3) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+3, -3) (Diff)
/source/blender/editors/transform/transform_convert.c (+5, -5) (Diff)
/source/blender/makesrna/intern/rna_animation_api.c (+3, -3) (Diff)
/source/blender/python/intern/bpy_rna_anim.c (+17, -7) (Diff)
/source/blender/editors/animation/drivers.c (+16, -15) (Diff)
/source/blender/editors/animation/keyframing.c (+68, -58) (Diff)
/source/blender/editors/animation/keyingsets.c (+35, -27) (Diff)
/source/blender/editors/include/ED_keyframing.h (+23, -21) (Diff)
/source/blender/editors/space_action/action_edit.c (+3, -3) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+3, -3) (Diff)
/source/blender/editors/transform/transform_convert.c (+5, -5) (Diff)
/source/blender/makesrna/intern/rna_animation_api.c (+3, -3) (Diff)
/source/blender/python/intern/bpy_rna_anim.c (+17, -7) (Diff)