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 /object_fracture_crack
parent3206bcc4c84b109a8c8fb2ad21e6fe828e964c33 (diff)
Update for changes to operator names
Diffstat (limited to 'object_fracture_crack')
-rw-r--r--object_fracture_crack/operator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/object_fracture_crack/operator.py b/object_fracture_crack/operator.py
index 0620a308..e0dbc5fd 100644
--- a/object_fracture_crack/operator.py
+++ b/object_fracture_crack/operator.py
@@ -123,7 +123,7 @@ class crackitPanel(Panel):
col = box.column()
col.label(text="Please enable Object: Cell Fracture addon", icon="INFO")
col.separator()
- col.operator("wm.addon_userpref_show",
+ col.operator("preferences.addon_show",
text="Go to Cell Fracture addon",
icon="PREFERENCES").module = "object_fracture_cell"