Blender Git Commit Log

Git Commits -> Revision fd10c21

Revision fd10c21 by Sybren A. Stüvel (master)
March 30, 2021, 07:46 (GMT)
Cleanup: animation, remove `BONE_UNKEYED` flag

Remove the `BONE_UNKEYED` flag. It was only written (set/cleared) but
never actually read.

Also remove `framechange_poses_clear_unkeyed()` as its only function was
to clear the `BONE_UNKEYED` flag. It wasn't used anywhere either.

The only code that used the flag was the `extract_pose_from_action()`,
which was removed in 2869ce6cfab3aa4ff471bef6e49ac6fe15426247 (2009).

No functional changes.

Commit Details:

Full Hash: fd10c21f51243921e645939e3f6a569c19864d8e
Parent Commit: 563d513
Lines Changed: +2, -78

8 Modified Paths:

/source/blender/blenkernel/BKE_action.h (+0, -4) (Diff)
/source/blender/blenkernel/intern/action.c (+0, -24) (Diff)
/source/blender/editors/animation/keyframing.c (+0, -10) (Diff)
/source/blender/editors/armature/pose_lib.c (+0, -11) (Diff)
/source/blender/editors/armature/pose_transform.c (+0, -13) (Diff)
/source/blender/editors/armature/pose_utils.c (+0, -5) (Diff)
/source/blender/editors/transform/transform_convert_armature.c (+0, -11) (Diff)
/source/blender/makesdna/DNA_armature_types.h (+2, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021