If "displayRenderGuides" is checked on, then prims whose purpose is "render" will be displayed, but they will not be selectable. This is confusing, at best, for artists.
This PR makes it so that if objects whose purpose is "render" or "guide" are displayed, they are selectable. (I'm assuming this was a bug, as the docs state that you "can select any prim being displayed. If it was deliberate, then it should probably be turned into a separate option, and the docs updated.)
Changelog
Fixed
Prims with "render" and "guide" purpose are now selectable if they are displayed
Checklist (Please do not remove this line)
[X] Make sure the Title and Description of the PR make sense and provide sufficient context for your work
[X] Do any added files have the correct AL Apache Licence Header?
[X] Are there Doxygen comments in the headers?
[X] Are any new features, behaviour changes documented in the .md format documentation?
[ ] Have you added, updated tests to cover new features and behaviour changes?
[X] Have you filled out at least one changelog entry?
[X] Is the branch's history clean? (only relevant commits)
Description (this won't be part of the changelog)
If "displayRenderGuides" is checked on, then prims whose purpose is "render" will be displayed, but they will not be selectable. This is confusing, at best, for artists.
This PR makes it so that if objects whose purpose is "render" or "guide" are displayed, they are selectable. (I'm assuming this was a bug, as the docs state that you "can select any prim being displayed. If it was deliberate, then it should probably be turned into a separate option, and the docs updated.)
Changelog
Fixed
Checklist (Please do not remove this line)