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/op/move_uv.py')
-rw-r--r--uv_magic_uv/op/move_uv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/uv_magic_uv/op/move_uv.py b/uv_magic_uv/op/move_uv.py
index b747892a..7f94edfb 100644
--- a/uv_magic_uv/op/move_uv.py
+++ b/uv_magic_uv/op/move_uv.py
@@ -74,7 +74,7 @@ class _Properties:
@classmethod
def init_props(cls, scene):
- scene.muv_move_uv_enabled = BoolProperty(
+ scene.muv_move_uv_enabled: BoolProperty(
name="Move UV Enabled",
description="Move UV is enabled",
default=False