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 'mesh_inset')
-rw-r--r--mesh_inset/__init__.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/mesh_inset/__init__.py b/mesh_inset/__init__.py
index d589cabd..a9adbf37 100644
--- a/mesh_inset/__init__.py
+++ b/mesh_inset/__init__.py
@@ -44,7 +44,10 @@ else:
import math
import bpy
import mathutils
-from bpy.props import *
+from bpy.props import (BoolProperty,
+ EnumProperty,
+ FloatProperty,
+ )
class Inset(bpy.types.Operator):