Skip to content

Commit

Permalink
chore: update boolean slice operator icon
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-hm committed Jun 7, 2022
1 parent 2c354b9 commit 846fdaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
("nd.bool_vanilla", 'SELECT_EXTEND', "Union", 'UNION', False),
("nd.bool_vanilla", 'SELECT_INTERSECT', "Intersect", 'INTERSECT', False),
None, # Separator
("nd.bool_slice", 'SELECT_DIFFERENCE', None, None, False),
("nd.bool_slice", 'FCURVE', None, None, False),
("nd.bool_inset", 'MOD_BOOLEAN', None, None, False),
None, # Separator
("nd.hydrate", 'SHADING_RENDERED', None, None, False),
Expand Down

0 comments on commit 846fdaa

Please sign in to comment.