Skip to content

Commit

Permalink
chore: remove duplicated default width setting in bevel operator
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-hm committed Apr 24, 2022
1 parent db17157 commit 0c77a2e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions power_mods/bevel.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ def poll(cls, context):
def prepare_new_operator(self, context):
self.summoned = False

self.width = 0.001

self.add_bevel_modifier(context)


Expand Down

0 comments on commit 0c77a2e

Please sign in to comment.