diff --git a/pose_library/pose_creation.py b/pose_library/pose_creation.py index 12293e33467a5e0a5ec139b234fef6654abfb492..b2fbb4dd4531f1978ef29da4d6029a866751d028 100644 --- a/pose_library/pose_creation.py +++ b/pose_library/pose_creation.py @@ -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(