Skip to content

Commit

Permalink
fixup! SetFilterUI : Support drop onto nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmehl committed Apr 18, 2024
1 parent f1ecf94 commit 731e877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Features
--------

- SetEditor : Added support for dragging a set name onto a node in the Graph Editor to create or modify a connected `SetFilter` node. Holding <kbd>Shift</kbd> while dragging will add to the set expression. Holding <kbd>Control</kbd> will remove from the set expression.
- SetEditor : Added support for dragging a set name onto a node in the Graph Editor to create or modify a connected `SetFilter` node. Holding <kbd>Shift</kbd> while dragging will add to the set expression. Holding <kbd>Control</kbd> will remove from the set expression. Only set expressions with a simple list of sets are supported. Expressions with boolean or hierarchy operators are not supported.

Improvements
------------
Expand Down

0 comments on commit 731e877

Please sign in to comment.