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:
authorSybren A. Stüvel <sybren@blender.org>2021-07-15 18:16:03 +0300
committerSybren A. Stüvel <sybren@blender.org>2021-07-15 18:16:03 +0300
commit77e2b6c98ace73a72909e2726c340a4cf4ec6bb7 (patch)
tree299db27d302baa428f0df24a9177650e9f24ab41 /pose_library
parenta461aed86facca86934c907db7725cbede98f6b8 (diff)
Cleanup, pose library: remove unnecessary label from panel
Diffstat (limited to 'pose_library')
-rw-r--r--pose_library/gui.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pose_library/gui.py b/pose_library/gui.py
index 268c71cb..cad1524e 100644
--- a/pose_library/gui.py
+++ b/pose_library/gui.py
@@ -128,7 +128,6 @@ class ASSETBROWSER_PT_pose_library_usage(asset_utils.AssetBrowserSpecificCategor
wm = context.window_manager
col = layout.column(align=True)
- col.label(text="Use Pose Asset")
col.prop(wm, "poselib_flipped")
props = col.operator("poselib.apply_pose_asset")
props.flipped = wm.poselib_flipped