Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.31.1 #152

Merged
merged 14 commits into from
Mar 19, 2024
Prev Previous commit
Next Next commit
fixed early return
  • Loading branch information
Mustard2 committed Mar 12, 2024
commit fd21fbff0a8e7ae9a1e8bc6c460d7aafa629dd14
2 changes: 1 addition & 1 deletion settings/rig.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def update_norm_autosmooth(self, context):

for modifier in [x for x in self.model_body.modifiers if x.type == "NODES"]:
if modifier.node_group.name != "Smooth by Angle":
return
continue
modifier.show_viewport = self.body_norm_autosmooth
modifier.show_render = self.body_norm_autosmooth

Expand Down