Anim: Add channel type options to the Bake Action operator #111997

Merged
Nate Rupsis merged 9 commits from nrupsis/blender:anim-bake-components into main 2023-09-29 15:38:32 +02:00
1 changed files with 0 additions and 5 deletions
Showing only changes of commit b2a877aadd - Show all commits

View File

@ -312,11 +312,6 @@ def bake_action_iter(
paths_bbprops = [(base_fcurve_path + bbprop) for bbprop in BBONE_PROPS]
keyframes = KeyframesCo()
keyframes.add_paths(path_location, 3)
keyframes.add_paths(path_quaternion, 4)
keyframes.add_paths(path_axis_angle, 4)
keyframes.add_paths(path_euler, 3)
keyframes.add_paths(path_scale, 3)
if do_location:
keyframes.add_paths(path_location, 3)