Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: alicevision/Meshroom
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e5b1ba2734755c1c96e4731e1aca13af3f5af3ac
Choose a base ref
...
head repository: alicevision/Meshroom
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 50d7003d65e4650ae06b2638001b7f5ddcaa6b76
Choose a head ref
  • 6 commits
  • 9 files changed
  • 1 contributor

Commits on Oct 22, 2024

  1. [core] Node: Representation of a Backdrop node

    The core Node is now able to distinguish a backdrop node which
    waaake committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    a817bbe View commit details
    Browse the repository at this point in the history
  2. [core] Graph: Added notion of a region in a graph

    The region denotes an area which can be instantiated/represented by two points, the top-left and the bottom right and allows for detection of points or other regions which fall under it. This could be used to understand when a node is a part of a backdrop.
    waaake committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    7ababc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1ce760 View commit details
    Browse the repository at this point in the history
  4. [ui] Node: Implementation of the Backdrop Node interface.

    A Backdrop node is default of pale yellow colour and is of the same colour in the header and the bottom area representing the node. Backdrop node allows user resize by dragging on the mouse area at the edges and also allows text appearing below the header from the notes section in the attribute panel.
    waaake committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    3cb55bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9b5829 View commit details
    Browse the repository at this point in the history
  6. [ui] Graph: Added support for Node deletion with Backspace Key

    In standard MacOS keyboards the backspace key is referred to as the delete key. Supporting both backspace and delete keys for delete operation in the graph ensures consistency across the different key layouts across devices.
    waaake committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    50d7003 View commit details
    Browse the repository at this point in the history
Loading