Skip to content

Commit

Permalink
Update solid_to_mesh_mk2.py
Browse files Browse the repository at this point in the history
this mode needs to be added for the UI to correctly sync with that chosen mode/state
  • Loading branch information
zeffii authored Aug 19, 2023
1 parent d492e06 commit 48995d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/solid/solid_to_mesh_mk2.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def update_sockets(self):
self.inputs['Angle Deviation'].hide_safe = True
self.inputs['Max Edge Length'].hide_safe = False

elif self.mode == 'Trivial':
elif self.mode in {'Trivial', 'Lenient'}:
self.inputs['Precision'].hide_safe = True
self.inputs['Surface Deviation'].hide_safe = True
self.inputs['Angle Deviation'].hide_safe = True
Expand Down

0 comments on commit 48995d3

Please sign in to comment.