From 5573568c127f3e13cfd1e2e5cbd031ec38851245 Mon Sep 17 00:00:00 2001 From: Jeroen Bakker Date: Mon, 2 Oct 2023 07:56:56 +0200 Subject: [PATCH] Cleanup: Make format --- scripts/startup/bl_operators/anim.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/startup/bl_operators/anim.py b/scripts/startup/bl_operators/anim.py index b0d44ac38a4..1cd3405c2fe 100644 --- a/scripts/startup/bl_operators/anim.py +++ b/scripts/startup/bl_operators/anim.py @@ -276,10 +276,10 @@ class NLA_OT_bake(Operator): do_constraint_clear=self.clear_constraints, do_parents_clear=self.clear_parents, do_clean=self.clean_curves, - do_location = 'LOCATION' in self.channel_types, - do_rotation = 'ROTATION' in self.channel_types, - do_scale = 'SCALE' in self.channel_types, - do_bbone = 'BBONE' in self.channel_types, + do_location='LOCATION' in self.channel_types, + do_rotation='ROTATION' in self.channel_types, + do_scale='SCALE' in self.channel_types, + do_bbone='BBONE' in self.channel_types, ) if bake_options.do_pose and self.only_selected: