Skip to content

Commit

Permalink
Removed leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienVanelian committed Oct 10, 2020
1 parent bb17e8a commit 9afcf31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lowpolyzer/operators.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9afcf31

Please sign in to comment.