-
Notifications
You must be signed in to change notification settings - Fork 202
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
EMSUSD-1519 Collections: remove all includes and excludes #4058
base: dev
Are you sure you want to change the base?
Conversation
pierrebai-adsk
commented
Dec 20, 2024
•
edited
Loading
edited
- Add to the data classes a function to remove all includes and excludes.
- Add to the UI a menu item to remove all includes and excludes.
- Make the UI call the data when triggered.
- Make menu item separators show up even as first item.
- Fix place holder text in list view.
- Fix non-light collections.
a4a8bf6
to
b74a980
Compare
- Add to the data classes a function to remove all includes and excludes. - Add to the UI a menu item to remove all includes and excludes. - Make the UI call the data when triggered. - Make menu item separators show up even as first item. - Fix place hodler text in list view. - Fix non-light collections. - Fix picking.
b74a980
to
12cd85b
Compare
EXPAND_PRIMS_MENU_OPTION = "Expand Prims" | ||
EXPAND_PRIMS_PROPERTIES_MENU_OPTION = "Expand Prims and Properties" | ||
EXPLICIT_ONLY_MENU_OPTION = "Explicit Only" | ||
kIncludeExcludeLabel = "Include/Exclude" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor: I know this is maya convention, but we probably would want to keep it capitalized for consistency in this case
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, right I wrote these a few days ago, before the other review. We can change them afterward