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>2018-12-21 04:56:42 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-12-21 04:56:42 +0300
commit0457976a872000993202763abe7503c76b461122 (patch)
treea4998fbbb768c43eb00b55ba311d497fd74eadcd /object_fracture_crack
parent04f6388deeddb32d53c9b6ab961ef36e45d48486 (diff)
Rename user_preferences -> preferences
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 d6b2da7b..67217e9a 100644
--- a/object_fracture_crack/operator.py
+++ b/object_fracture_crack/operator.py
@@ -9,7 +9,7 @@ from . import crack_it
def check_object_cell_fracture():
- if "object_fracture_cell" in bpy.context.user_preferences.addons.keys():
+ if "object_fracture_cell" in bpy.context.preferences.addons.keys():
return True
return False