Skip to content

Commit

Permalink
fix: ensure solidify modifier uses even offset
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-hm committed Apr 2, 2022
1 parent 98fef31 commit 57a5e59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions power_mods/solidify.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ def add_solidify_modifier(self, context):
solidify = context.object.modifiers.new(mod_solidify, 'SOLIDIFY')
solidify.thickness = self.thickness
solidify.offset = self.weighting
solidify.use_even_offset = True

self.solidify = solidify

Expand Down

0 comments on commit 57a5e59

Please sign in to comment.