Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pose_library/operators.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pose_library/operators.py b/pose_library/operators.py
index 2dc46470..f06241d7 100644
--- a/pose_library/operators.py
+++ b/pose_library/operators.py
@@ -229,6 +229,7 @@ class POSELIB_OT_copy_as_asset(PoseAssetCreator, Operator):
)
asset_browser.tag_redraw(context.screen)
+ self.report({"INFO"}, "Pose Asset copied, use Paste As New Asset in any Asset Browser to paste")
return {"FINISHED"}
def save_datablock(self, action: Action) -> Path: