Skip to content

Commit

Permalink
fixup! Inspector : Add support for direct editing from `Inspector::Re…
Browse files Browse the repository at this point in the history
…sult`
  • Loading branch information
murraystevenson committed Feb 14, 2025
1 parent 0e82abe commit e195bae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/GafferSceneUI/SetMembershipInspector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,9 @@ bool canEdit( const Gaffer::Plug *plug, const IECore::Object *value, std::string
// If we've received a plug without a node, it's expected
// that this edit would need to be first acquired from an
// EditScope, which would create an appropriate plug to
// receive a BoolData edit.
// receive a BoolData edit. Typically this situation would
// arise from a plug being created by `Inspector::Result::canEdit()`
// when it cannot acquire an existing edit.
return true;
}

Expand Down

0 comments on commit e195bae

Please sign in to comment.