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

[ui] Graph Editor Update: Quick Node Coloring with the Color Selector Tool #2604

Merged
merged 5 commits into from
Nov 29, 2024

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    58a9b74 View commit details
    Browse the repository at this point in the history
  2. [ui] Coloring a Node: Added ColorSelector to the Graph Editor

    The color selector in the Graph Editor provides a quick way to color nodes with predefined palette of colors.
    
    Added Command to allow the Coloring to be undone and redone using QUndoStack
    waaake committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    d77b7a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. [ui] ColorSelector: Update the color palette with darker shades

    Current meshroom nodes have the FG text in gray and the background color needs to constrast well else the text becomes unreadable
    waaake committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    418bd63 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. [ui] Graph: Updating the way how color gets set on the selected nodes

    Coloring the nodes now uses setAttribute command instead of relying on refrences to Nodes within the graph.
    waaake committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    233bbb7 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. Configuration menu
    Copy the full SHA
    225f4dc View commit details
    Browse the repository at this point in the history