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:
Diffstat (limited to 'pose_library/operators.py')
-rw-r--r--pose_library/operators.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pose_library/operators.py b/pose_library/operators.py
index 9aa0333e..956a41a0 100644
--- a/pose_library/operators.py
+++ b/pose_library/operators.py
@@ -75,7 +75,8 @@ class POSELIB_OT_create_pose_asset(PoseAssetCreator, Operator):
bl_idname = "poselib.create_pose_asset"
bl_label = "Create Pose Asset"
bl_description = (
- "Create a new Action that contains the pose of the selected bones, and mark it as Asset"
+ "Create a new Action that contains the pose of the selected bones, and mark it as Asset. "
+ "The asset will be stored in the current blend file"
)
bl_options = {"REGISTER", "UNDO"}