-
Notifications
You must be signed in to change notification settings - Fork 317
Comparing changes
Open a pull request
base repository: jchanvfx/NodeGraphQt
base: v0.6.36
head repository: jchanvfx/NodeGraphQt
compare: v0.6.37
- 9 commits
- 17 files changed
- 3 contributors
Commits on Jul 9, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for e0dbd9f - Browse repository at this point
Copy the full SHA e0dbd9fView commit details
Commits on Jul 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 90bc043 - Browse repository at this point
Copy the full SHA 90bc043View commit details -
Merge pull request #427 from jchanvfx/attrs_clean_up
attr clean up and version bump.
Configuration menu - View commit details
-
Copy full SHA for 1239e5e - Browse repository at this point
Copy the full SHA 1239e5eView commit details
Commits on Jul 13, 2024
-
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.Configuration menu - View commit details
-
Copy full SHA for 6672d0c - Browse repository at this point
Copy the full SHA 6672d0cView commit details -
modify example hotkeys to use relative function file paths
Makes the basic example much more robust, and able to run without a specific cwd
Configuration menu - View commit details
-
Copy full SHA for 74e11e7 - Browse repository at this point
Copy the full SHA 74e11e7View commit details
Commits on Jul 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cd3fc57 - Browse repository at this point
Copy the full SHA cd3fc57View commit details
Commits on Jul 16, 2024
-
Merge pull request #428 from jack-mil/menu_func_paths#427
Interpret function file path in menu data relative to menu json
Configuration menu - View commit details
-
Copy full SHA for fd2fd4d - Browse repository at this point
Copy the full SHA fd2fd4dView commit details -
Merge pull request #426 from jack-mil/reject_port_fix#425
fix: #425 ensure accept/reject port type is a set
Configuration menu - View commit details
-
Copy full SHA for 00d06ba - Browse repository at this point
Copy the full SHA 00d06baView commit details
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 93aba99 - Browse repository at this point
Copy the full SHA 93aba99View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.6.36...v0.6.37