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:
authorCampbell Barton <ideasman42@gmail.com>2019-03-01 16:24:58 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-03-01 16:25:20 +0300
commit032366f9e7bae4c1db2108037f1f5c246937b5fb (patch)
treea6b6d852d1598f798a7f67bd5be2abb5d804a991 /render_povray
parent3206bcc4c84b109a8c8fb2ad21e6fe828e964c33 (diff)
Update for changes to operator names
Diffstat (limited to 'render_povray')
-rw-r--r--render_povray/ui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/render_povray/ui.py b/render_povray/ui.py
index 64fbf792..28cb81f4 100644
--- a/render_povray/ui.py
+++ b/render_povray/ui.py
@@ -1911,7 +1911,7 @@ class BasicShapesMenu(bpy.types.Menu):
#col = box.column()
layout.label(text="Please enable Add Mesh: Extra Objects addon", icon="INFO")
#layout.separator()
- layout.operator("wm.addon_userpref_show",
+ layout.operator("preferences.addon_show",
text="Go to Add Mesh: Extra Objects addon",
icon="PREFERENCES").module = "add_mesh_extra_objects"
@@ -2121,7 +2121,7 @@ class TEXT_PT_povray_custom_code(TextButtonsPanel, bpy.types.Panel):
layout.label(text="default pov include path ")
layout.label(text="in addon preferences")
#layout.separator()
- layout.operator("wm.addon_userpref_show",
+ layout.operator("preferences.addon_show",
text="Go to Render: POV-Ray addon",
icon="PREFERENCES").module = "render_povray"