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.py11
1 files changed, 1 insertions, 10 deletions
diff --git a/uv_magic_uv/properites.py b/uv_magic_uv/properites.py
index 60ce26eb..81ebbb4d 100644
--- a/uv_magic_uv/properites.py
+++ b/uv_magic_uv/properites.py
@@ -24,16 +24,6 @@ __version__ = "5.2"
__date__ = "17 Nov 2018"
-from .utils.property_class_registry import PropertyClassRegistry
-
-
-__all__ = [
- 'MUV_Properties',
- 'init_props',
- 'clear_props',
-]
-
-
# Properties used in this add-on.
# pylint: disable=W0612
class MUV_Properties():
@@ -41,6 +31,7 @@ class MUV_Properties():
self.prefs = MUV_Prefs()
+# TODO: delete this
class MUV_Prefs():
expanded = {
"info_desc": False,