-
Notifications
You must be signed in to change notification settings - Fork 207
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
DeletePoints : Add support for id lists. #6105
DeletePoints : Add support for id lists. #6105
Conversation
bdcbf1b
to
0b26a3a
Compare
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.
Thanks Daniel - a user was mentioning what a faff it was to delete specific ids (via OSLObject) just the other day, so this will go down nicely. Comments inline as usual.
0b26a3a
to
803b7b1
Compare
Added a fix commit addressing feedback. I think the only remaining question is the naming of "idList" vs "idListVariable". |
803b7b1
to
138c97d
Compare
I think this is ready to merge, pending a squash after review, and any comments from @murraystevenson on the naming of "idListVariable". |
138c97d
to
72f986a
Compare
Thanks Daniel! I've squashed the fix in, added the DeletePoints change to Changes.md, and am merging. |
Adds support for using lists of ids ( like the "inactiveIds" primvar coming from USD instancers ) to delete points.