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:
authormano-wii <germano.costa@ig.com.br>2019-02-08 23:42:44 +0300
committermano-wii <germano.costa@ig.com.br>2019-02-08 23:43:21 +0300
commit7cdfb60f78799280a99b2b736e51ff91b83135d2 (patch)
tree022bcebd2c7449fdb6f1dd28045928cb2ac21f90 /mesh_snap_utilities_line/preferences.py
parentdd594a9d72df3366de49ad691a904eb6744a0523 (diff)
mesh_snap_utilities_line: Use depsgraph API to evaluate updates
And cleanup.
Diffstat (limited to 'mesh_snap_utilities_line/preferences.py')
-rw-r--r--mesh_snap_utilities_line/preferences.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesh_snap_utilities_line/preferences.py b/mesh_snap_utilities_line/preferences.py
index 98b89774..af2ca231 100644
--- a/mesh_snap_utilities_line/preferences.py
+++ b/mesh_snap_utilities_line/preferences.py
@@ -26,7 +26,7 @@ from bpy.props import (
)
-class SnapUtilitiesLinePreferences(bpy.types.AddonPreferences):
+class SnapUtilitiesPreferences(bpy.types.AddonPreferences):
# this must match the addon name, use '__package__'
# when defining this in a submodule of a python package.
bl_idname = __package__