Merge branch 'blender-v4.3-release'

This commit is contained in:
Campbell Barton
2024-11-06 10:51:53 +11:00
4 changed files with 5 additions and 5 deletions

View File

@@ -138,7 +138,7 @@ def bake_action_objects(
:arg bake_options: Options for baking.
:type bake_options: :class:`anim_utils.BakeOptions`
:return: A sequence of Action or None types (aligned with `object_action_pairs`)
:return: A sequence of Action or None types (aligned with ``object_action_pairs``)
:rtype: Sequence[:class:`bpy.types.Action`]
"""
if not (bake_options.do_pose or bake_options.do_object):