Commit: 11b0c2080cc19d4f0f35be8eb8845f6ce44243cb
Author: Campbell Barton
Date:   Tue Sep 17 18:18:50 2019 +1000
Branches: master
https://developer.blender.org/rB11b0c2080cc19d4f0f35be8eb8845f6ce44243cb

UI: use unique name for install add-on operator

Was called "Install", which isn't useful in operator search.

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

M       release/scripts/startup/bl_operators/userpref.py

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

diff --git a/release/scripts/startup/bl_operators/userpref.py 
b/release/scripts/startup/bl_operators/userpref.py
index 6311bcade7a..b052f333d2a 100644
--- a/release/scripts/startup/bl_operators/userpref.py
+++ b/release/scripts/startup/bl_operators/userpref.py
@@ -537,7 +537,7 @@ class PREFERENCES_OT_addon_refresh(Operator):
 class PREFERENCES_OT_addon_install(Operator):
     """Install an add-on"""
     bl_idname = "preferences.addon_install"
-    bl_label = "Install"
+    bl_label = "Install Add-on"
 
     overwrite: BoolProperty(
         name="Overwrite",

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to