Changed paths:
M Changes.md
M python/GafferSceneUI/RenderPassEditor.py
Log Message:
-----------
RenderPassEditor : Include option name in column tooltip
This idea and formatting is borrowed from the AttributeEditor's display of attribute names in its column tooltips, and makes the underlying options a little more discoverable.
Changed paths:
M Changes.md
M startup/GafferScene/standardOptions.py
Log Message:
-----------
standardOptions : Improve description of camera and matte exclusions
Some users were over-specifying `cameraExclusions` as `all - cameraInclusions`, which is redundant as anything outside of `cameraInclusions` would already be invisible to camera rays.