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/ui/VIEW3D_MT_uv_map.py')
-rw-r--r--uv_magic_uv/ui/VIEW3D_MT_uv_map.py11
1 files changed, 1 insertions, 10 deletions
diff --git a/uv_magic_uv/ui/VIEW3D_MT_uv_map.py b/uv_magic_uv/ui/VIEW3D_MT_uv_map.py
index 012ce047..d673ed4d 100644
--- a/uv_magic_uv/ui/VIEW3D_MT_uv_map.py
+++ b/uv_magic_uv/ui/VIEW3D_MT_uv_map.py
@@ -45,18 +45,9 @@ from ..op.world_scale_uv import (
MUV_OT_WorldScaleUV_ApplyScalingDensity,
MUV_OT_WorldScaleUV_ApplyProportionalToMesh,
)
-from ..op.texture_projection import (
- MUV_OT_TextureProjection,
- MUV_OT_TextureProjection_Project,
-)
+from ..op.texture_projection import MUV_OT_TextureProjection_Project
from ..utils.bl_class_registry import BlClassRegistry
-__all__ = [
- 'MUV_MT_CopyPasteUV',
- 'MUV_MT_TransferUV',
- 'MUV_MT_UVW',
-]
-
@BlClassRegistry()
class MUV_MT_CopyPasteUV(bpy.types.Menu):