Skip to content
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

Inspector : Add support for disabling edits #6028

Merged
merged 6 commits into from
Sep 18, 2024

Commits on Sep 18, 2024

  1. GafferSceneUI : Reorder Inspector fallbackValue declarations

    Tidy these to better match `include/GafferSceneUI/Private/Inspector.h`
    murraystevenson committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2f75e6d View commit details
    Browse the repository at this point in the history
  2. Inspector : Add createIfNecessary argument to Result::acquireEdit

    This allows acquiring existing edits without the worry of creating a new edit in situations where one doesn't exist.
    murraystevenson committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f23828e View commit details
    Browse the repository at this point in the history
  3. Inspector : Add support for disabling edits from inspection results

    Derived inspectors can provide their own custom disable behaviour by implementing `disableEditFunction()`.
    murraystevenson committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    37268e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b168ce View commit details
    Browse the repository at this point in the history
  5. Menu : Hide existing tooltip for items without one

    Otherwise the current tooltip persists when moving the cursor from a menu item with a tooltip to one without a tooltip.
    murraystevenson committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ab1f7c3 View commit details
    Browse the repository at this point in the history
  6. Inspector : Use "edit scope" in noneditable reasons

    As EditScope nodes are often named "EditScope#", we now refer to an "edit scope" to prevent sentences full of "EditScope". Preferring "The target edit scope EditScope..." to "The target EditScope (EditScope)...".
    murraystevenson committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c4ddc45 View commit details
    Browse the repository at this point in the history