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: jchanvfx/NodeGraphQt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.36
Choose a base ref
...
head repository: jchanvfx/NodeGraphQt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.37
Choose a head ref
  • 9 commits
  • 17 files changed
  • 3 contributors

Commits on Jul 9, 2024

  1. fix: #425 ensure accept/reject port type is a set

    If a session is loaded that has an accept_port_types or reject_port_types
    field, when the json file is de-serialized, what should be a set
    internally becomes a list.
    
    This commit ensures that the data in the model is always a set,
    making conversion each time.
    jack-mil committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e0dbd9f View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    90bc043 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #427 from jchanvfx/attrs_clean_up

    attr clean up and version bump.
    jchanvfx authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    1239e5e View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. feat: interpret menu function file relative to json path

    this allows application code to construct an absolute
    path to the shortcut menu json definition at runtime
    (using importlib.resources or relative to __file__)
    while the dynamically loaded python module path
    ('file' key) is assumed relative to the json path.
    If an absolute filepath is given in the menu data dict,
    that is used instead.
    jack-mil committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    6672d0c View commit details
    Browse the repository at this point in the history
  2. modify example hotkeys to use relative function file paths

    Makes the basic example much more robust, and able to run without
    a specific cwd
    jack-mil committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    74e11e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. fix missing imports

    jack-mil committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    cd3fc57 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Merge pull request #428 from jack-mil/menu_func_paths#427

    Interpret function file path in menu data relative to menu json
    jchanvfx authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    fd2fd4d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #426 from jack-mil/reject_port_fix#425

    fix: #425 ensure accept/reject port type is a set
    jchanvfx authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    00d06ba View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    93aba99 View commit details
    Browse the repository at this point in the history
Loading