Skip to content

Commit

Permalink
LightEditor : Add todos
Browse files Browse the repository at this point in the history
  • Loading branch information
murraystevenson committed Jul 19, 2024
1 parent 46786d5 commit ce53e1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/GafferSceneUIModule/LightEditorBinding.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,8 @@ class InspectorColumn : public PathColumn

};

/// \todo `MuteColumn` and `SetMembershipColumn` should not exist and we intend
/// to continue refactoring until it is possible to remove them entirely.
class MuteColumn : public InspectorColumn
{

Expand Down Expand Up @@ -340,6 +342,8 @@ class MuteColumn : public InspectorColumn
}

result.value = nullptr;
/// \todo Remove this once AttributeInspector can provide a default value when
/// no attribute exists, then InspectorColumn would always provide the toggle tooltip.
if( auto toolTipData = runTimeCast<const StringData>( result.toolTip ) )
{
std::string toolTip = toolTipData->readable();
Expand Down

0 comments on commit ce53e1f

Please sign in to comment.