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:
Diffstat (limited to 'uv_magic_uv/properites.py')
-rw-r--r--uv_magic_uv/properites.py18
1 files changed, 4 insertions, 14 deletions
diff --git a/uv_magic_uv/properites.py b/uv_magic_uv/properites.py
index 81ebbb4d..7a119bde 100644
--- a/uv_magic_uv/properites.py
+++ b/uv_magic_uv/properites.py
@@ -24,23 +24,13 @@ __version__ = "5.2"
__date__ = "17 Nov 2018"
+from .utils.property_class_registry import PropertyClassRegistry
+
+
# Properties used in this add-on.
# pylint: disable=W0612
class MUV_Properties():
- def __init__(self):
- self.prefs = MUV_Prefs()
-
-
-# TODO: delete this
-class MUV_Prefs():
- expanded = {
- "info_desc": False,
- "info_loc": False,
- "conf_uvsculpt": False,
- "conf_uvinsp": False,
- "conf_texproj": False,
- "conf_uvbb": False
- }
+ pass
def init_props(scene):