Skip to content
Snippets Groups Projects
Commit f6107e2f authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

Merge remote-tracking branch 'origin/blender-v3.0-release'

parents 0ba53387 d1265dc6
No related branches found
No related tags found
No related merge requests found
......@@ -302,7 +302,6 @@ class PoseActionCreator:
def create_pose_asset(
context: Context,
params: PoseCreationParams,
) -> Optional[Action]:
"""Create a single-frame Action containing only the pose of the given bones.
......@@ -334,7 +333,7 @@ def create_pose_asset_from_context(context: Context, new_asset_name: str) -> Opt
new_asset_name,
)
return create_pose_asset(context, params)
return create_pose_asset(params)
def copy_fcurves(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment