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:
authorBastien Montagne <bastien@blender.org>2021-08-09 15:42:26 +0300
committerBastien Montagne <bastien@blender.org>2021-08-09 15:42:26 +0300
commit78107f78694f47ee6e50a7eb7c16b506af921199 (patch)
tree5e98be9b3f15b180ec7d099647a676c3915277ce /pose_library
parentd54fb366442e38c9a718ac55be08e0708de9afab (diff)
Cleanup/fixes in UI messages.
Diffstat (limited to 'pose_library')
-rw-r--r--pose_library/operators.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pose_library/operators.py b/pose_library/operators.py
index 959c9f1a..c8c2c070 100644
--- a/pose_library/operators.py
+++ b/pose_library/operators.py
@@ -218,7 +218,7 @@ class POSELIB_OT_copy_as_asset(PoseAssetCreator, Operator):
functions.asset_clear(context, asset)
if asset.users > 0:
- self.report({"ERROR"}, "Whaaaat who is using our brand new asset?")
+ self.report({"ERROR"}, "Unexpected non-null user count for the asset")
return {"FINISHED"}
bpy.data.actions.remove(asset)