From 9afcf31eabe77f304bfbf6bc9462bc1730f3c81d Mon Sep 17 00:00:00 2001 From: Julien Vanelian Date: Sat, 10 Oct 2020 12:54:09 +0200 Subject: [PATCH] Removed leftover --- lowpolyzer/operators.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lowpolyzer/operators.py b/lowpolyzer/operators.py index 2b57870..b23f874 100644 --- a/lowpolyzer/operators.py +++ b/lowpolyzer/operators.py @@ -7,8 +7,6 @@ class VIEW3D_lowpolyze(Operator): bl_label = "Lowpolyze" bl_description = "Apply a low poly style to objects" - total: bpy.props.IntProperty(name="Resolution", default=5, min=1, max=10) - def execute(self, context): c = bpy.context active_obj = c.active_object