[Bf-blender-cvs] [9088eac81be] temp-T96710-pbvh-pixels: Pose Library: use the right icon for the "More Info" button

Sybren A. Stüvel noreply at git.blender.org
Fri Apr 8 11:07:47 CEST 2022


Commit: 9088eac81be14ead7bb987b75f432983ca275053
Author: Sybren A. Stüvel
Date:   Thu Apr 7 11:24:43 2022 +0200
Branches: temp-T96710-pbvh-pixels
https://developer.blender.org/rB9088eac81be14ead7bb987b75f432983ca275053

Pose Library: use the right icon for the "More Info" button

===================================================================

M	release/scripts/startup/bl_ui/properties_data_armature.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/properties_data_armature.py b/release/scripts/startup/bl_ui/properties_data_armature.py
index e436fe0b18d..5228c459d8c 100644
--- a/release/scripts/startup/bl_ui/properties_data_armature.py
+++ b/release/scripts/startup/bl_ui/properties_data_armature.py
@@ -177,7 +177,7 @@ class DATA_PT_pose_library(ArmatureButtonsPanel, Panel):
         col.label(text="which was replaced by the Asset Browser.")
 
         url = self.get_manual_url()
-        col.operator('wm.url_open', text="More Info", icon="WORLD").url = url
+        col.operator('wm.url_open', text="More Info", icon="URL").url = url
 
         layout.separator()



More information about the Bf-blender-cvs mailing list