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')
-rw-r--r--pose_library/pose_creation.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pose_library/pose_creation.py b/pose_library/pose_creation.py
index ffebd22d..12293e33 100644
--- a/pose_library/pose_creation.py
+++ b/pose_library/pose_creation.py
@@ -316,6 +316,7 @@ def create_pose_asset(
return None
pose_action.asset_mark()
+ pose_action.asset_generate_preview()
return pose_action