Merge branch 'blender-v5.0-release'

This commit is contained in:
Harley Acheson
2025-10-10 09:20:36 -07:00
3 changed files with 50 additions and 4 deletions

View File

@@ -465,7 +465,7 @@ def bake_action_iter(
frame=f, group_name="Armature Custom Properties")
for name, pbone in obj.pose.bones.items():
if bake_options.only_selected and not pbone.bone.select:
if bake_options.only_selected and not pbone.select:
continue
if bake_options.do_constraint_clear: