Skip to content

Commit df880be

Browse files
committed
Merge branch 'dev/ptrottier/logic_fixes' into 'main'
REMIX-4715, REMIX-4826: Improve "Select Graph to Edit" window & Removed Compound Graphs See merge request lightspeedrtx/lightspeed-kit!1057
2 parents cb62863 + 56675b0 commit df880be

File tree

22 files changed

+308
-35
lines changed

22 files changed

+308
-35
lines changed

.cursor/commands/bump-exts-changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ The commit messages might or might not have relevant info to the changelog.
2121
This info should be used to:
2222
1. Bump the version string using semver in the ext/config/extension.toml file to be the next available version, inferring from the diff if it is a major, minor or patch bump.
2323
2. Write very concise, one-liner changelog entries to Added, Changed, Fixed, or Removed sections of the <ext-name>/docs/CHANGELOG.md file, following the history of writing style from previous entries or other exts changelog style.
24+
3. Ensure there is an empty line below the added section (there should always be an empty line between version sections).
2425

2526
Remember: These changelogs might also be used by marketing to generate release notes, so the oneliners should target both end users and the developers as applicable.
2627
Go back to step 2 for the next extension pending bumps until all are done.
2728

2829
## Step 4
29-
Update the main project ./CHANGELOG.md file with a concise one line summary of all the changes made in this branch. Place it at the end of the [Unreleased] section under the appropriate heading.
30+
Update the main project ./CHANGELOG.md file with a concise one line summary of all the changes made in this branch. Place it at the END of the [Unreleased] section under the appropriate heading. (it should be the last item in the Added, Changed, Fixed, or Removed section of the Unreleased section)
31+
You should always add the Jira ticket number at the start of the line, using the following format: `REMIX-1234: <one-liner summary>`. If you don't know the Jira ticket number, ask the user to provide it.

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4646
- Update hdremix and omni_core_materials to ext-a9cbe4d-main
4747
- REMIX-4798: Logic Graph Editor: Improved node + port tooltips and added documentation links
4848
- REMIX-4812: OV Property Window is no longer accessible via the Windows/Property sub menu button
49+
- REMIX-4715, REMIX-4826: Improved Edit Graph dialog with tree-based selection UI and disabled compound graphs
4950

5051
### Fixed
5152
- Improved Pyright configuration by generating a list of search paths

source/extensions/lightspeed.common/config/extension.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
# Semantic Versioning is used: https://semver.org/
3-
version = "1.14.1"
3+
version = "1.14.2"
44

55
# Lists people or organizations that are considered the "authors" of the package.
66
authors = ["Alexander Jaus <[email protected]>"]

source/extensions/lightspeed.common/docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
33

4+
## [1.14.2]
5+
### Changed
6+
- Renamed "Remix Logic Graph Editor" window to "Logic Graph" for consistency
7+
48
## [1.14.1]
59
### Added
610
- Added `LOGIC_GRAPH` layout file constant for Logic Graph window layout

source/extensions/lightspeed.common/lightspeed/common/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ class WindowNames(str, Enum):
592592
TEXTURECRAFT = "AI Tools"
593593
PROJECT_SETUP = "Project Setup"
594594
CAPTURES = "Captures"
595-
REMIX_LOGIC_GRAPH = "Remix Logic Graph Editor"
595+
REMIX_LOGIC_GRAPH = "Logic Graph"
596596
COMFYUI = "ComfyUI"
597597

598598

source/extensions/lightspeed.trex.app.resources/config/extension.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
version = "1.27.0"
2+
version = "1.27.1"
33
authors = ["[email protected]"]
44
repository = "https://gitlab-master.nvidia.com/lightspeedrtx/lightspeed-kit"
55
changelog = "docs/CHANGELOG.md"

source/extensions/lightspeed.trex.app.resources/data/layouts/home_page_default_layout.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"position_x": 434.0,
5757
"position_y": 26.0,
5858
"selected_in_dock": false,
59-
"title": "Remix Logic Graph Editor",
59+
"title": "Logic Graph",
6060
"visible": false,
6161
"width": 1366.0
6262
},

source/extensions/lightspeed.trex.app.resources/data/layouts/ingestcraft_default_layout.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"position_x": 434.0,
6868
"position_y": 26.0,
6969
"selected_in_dock": false,
70-
"title": "Remix Logic Graph Editor",
70+
"title": "Logic Graph",
7171
"visible": false,
7272
"width": 1366.0
7373
},

source/extensions/lightspeed.trex.app.resources/data/layouts/logic_default_layout.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"position_x": 555.2000122070312,
5050
"position_y": 24.80000114440918,
5151
"selected_in_dock": true,
52-
"title": "Remix Logic Graph Editor",
52+
"title": "Logic Graph",
5353
"visible": true,
5454
"width": 1060.800048828125
5555
}

source/extensions/lightspeed.trex.app.resources/data/layouts/packaging_default_layout.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"position_x": 434.0,
6868
"position_y": 26.0,
6969
"selected_in_dock": false,
70-
"title": "Remix Logic Graph Editor",
70+
"title": "Logic Graph",
7171
"visible": false,
7272
"width": 1366.0
7373
},

0 commit comments

Comments
 (0)