Skip to content

Commit 2b3c1ec

Browse files
committed
fix: switch pole-rotation regression
1 parent 99822f4 commit 2b3c1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1189,7 +1189,7 @@ def rotPoleToggle(rig, window='ALL', value=False, toggle=False, bake=False):
11891189
args = (controls[0], controls[6], controls[5], pole, parent)
11901190

11911191
for f in frames:
1192-
if not bones_in_frame(f, rig, *args):
1192+
if bake and not bones_in_frame(f, rig, *args):
11931193
continue
11941194
scn.frame_set(f)
11951195
func1(**kwargs1)

0 commit comments

Comments
 (0)