Skip to content

Commit 4030d48

Browse files
author
Emanuel Kozerski
committed
REMIX-4813 - Adding a new workspace layout for Logic Graphs and adding the logic graph window to the main layout, next to viewport.
1 parent cc7f198 commit 4030d48

File tree

19 files changed

+526
-769
lines changed

19 files changed

+526
-769
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2929
- REMIX-4245: Added a generic Stage Prim Picker widget and implemented it in the Remix Logic Properties Panel.
3030
- REMIX-4774: Added select all, select none, and delete selection actions & hotkeys to the Remix Logic Graph Editor
3131
- REMIX-4792: Added a badge to the Additional Filters button to show the number of modified filters
32+
- REMIX-4813: Added Logic Graph sidebar button for quick layout switching with dedicated Logic Graph layout
3233

3334
### Changed
3435
- Update hdremix and omni_core_materials to ext-822f7b6-main

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.0"
3+
version = "1.14.1"
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.1]
5+
### Added
6+
- Added `LOGIC_GRAPH` layout file constant for Logic Graph window layout
7+
48
## [1.14.0]
59
### Added
610
- Added documentation URL constants for logic graphs and dxvk-remix

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,3 +609,4 @@ class LayoutFiles(str, Enum):
609609
INGESTCRAFT = "ingestcraft_default_layout"
610610
TEXTURECRAFT = "texturecraft_default_layout"
611611
PACKAGING = "packaging_default_layout"
612+
LOGIC_GRAPH = "logic_default_layout"

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.26.2"
2+
version = "1.27.0"
33
authors = ["[email protected]"]
44
repository = "https://gitlab-master.nvidia.com/lightspeedrtx/lightspeed-kit"
55
changelog = "docs/CHANGELOG.md"
Lines changed: 288 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,288 @@
1+
[
2+
{
3+
"children": [
4+
{
5+
"children": [
6+
{
7+
"dock_id": 1,
8+
"height": 874.4000244140625,
9+
"position_x": 0.0,
10+
"position_y": 24.80000114440918,
11+
"selected_in_dock": false,
12+
"title": "Sidebar",
13+
"visible": true,
14+
"width": 56.0
15+
}
16+
],
17+
"dock_id": 1,
18+
"position": "LEFT"
19+
},
20+
{
21+
"children": [
22+
{
23+
"children": [
24+
{
25+
"dock_id": 3,
26+
"dock_tab_bar_enabled": true,
27+
"dock_tab_bar_visible": true,
28+
"height": 874.4000244140625,
29+
"position_x": 59.20000076293945,
30+
"position_y": 24.80000114440918,
31+
"selected_in_dock": true,
32+
"title": "Editor",
33+
"visible": true,
34+
"width": 492.8000183105469
35+
}
36+
],
37+
"dock_id": 3,
38+
"position": "LEFT"
39+
},
40+
{
41+
"children": [
42+
{
43+
"children": [
44+
{
45+
"dock_id": 5,
46+
"dock_tab_bar_enabled": true,
47+
"dock_tab_bar_visible": true,
48+
"height": 874.4000244140625,
49+
"position_x": 555.2000122070312,
50+
"position_y": 24.80000114440918,
51+
"selected_in_dock": true,
52+
"title": "Remix Logic Graph Editor",
53+
"visible": true,
54+
"width": 1060.800048828125
55+
}
56+
],
57+
"dock_id": 5,
58+
"position": "TOP"
59+
},
60+
{
61+
"children": [],
62+
"dock_id": 6,
63+
"position": "BOTTOM"
64+
}
65+
],
66+
"dock_id": 4,
67+
"position": "RIGHT"
68+
}
69+
],
70+
"dock_id": 2,
71+
"position": "RIGHT"
72+
}
73+
],
74+
"dock_id": 3358485147
75+
},
76+
{
77+
"dock_id": 0,
78+
"dock_tab_bar_enabled": true,
79+
"dock_tab_bar_visible": true,
80+
"height": 326.3999938964844,
81+
"position_x": 555.2000122070312,
82+
"position_y": 572.7999877929688,
83+
"selected_in_dock": true,
84+
"title": "Stage Manager",
85+
"visible": false,
86+
"width": 1060.800048828125
87+
},
88+
{
89+
"dock_id": 0,
90+
"height": 874.4000244140625,
91+
"position_x": 59.20000076293945,
92+
"position_y": 24.80000114440918,
93+
"selected_in_dock": false,
94+
"title": "Captures",
95+
"visible": false,
96+
"width": 492.8000183105469
97+
},
98+
{
99+
"dock_id": 0,
100+
"height": 874.4000244140625,
101+
"position_x": 59.20000076293945,
102+
"position_y": 24.80000114440918,
103+
"selected_in_dock": false,
104+
"title": "Project Setup",
105+
"visible": false,
106+
"width": 492.8000183105469
107+
},
108+
{
109+
"dock_id": 0,
110+
"height": 488.0,
111+
"position_x": 555.2000122070312,
112+
"position_y": 24.80000114440918,
113+
"selected_in_dock": false,
114+
"title": "Viewport",
115+
"visible": false,
116+
"width": 1060.800048828125
117+
},
118+
{
119+
"dock_id": 0,
120+
"height": 896.7999877929688,
121+
"position_x": 59.20000076293945,
122+
"position_y": 3.200000047683716,
123+
"selected_in_dock": false,
124+
"title": "Home Page",
125+
"visible": false,
126+
"width": 1556.800048828125
127+
},
128+
{
129+
"dock_id": 0,
130+
"height": 874.4000244140625,
131+
"position_x": 59.20000076293945,
132+
"position_y": 24.80000114440918,
133+
"selected_in_dock": false,
134+
"title": "Ingestion",
135+
"visible": false,
136+
"width": 1556.800048828125
137+
},
138+
{
139+
"dock_id": 0,
140+
"height": 600.0,
141+
"position_x": 48.0,
142+
"position_y": 48.0,
143+
"selected_in_dock": false,
144+
"title": "Render Settings",
145+
"visible": false,
146+
"width": 600.0
147+
},
148+
{
149+
"dock_id": 0,
150+
"height": 800.0,
151+
"position_x": 48.0,
152+
"position_y": 48.0,
153+
"selected_in_dock": false,
154+
"title": "Property",
155+
"visible": false,
156+
"width": 600.0
157+
},
158+
{
159+
"dock_id": 0,
160+
"height": 540.0,
161+
"position_x": 3.4028234663852886e+38,
162+
"position_y": 3.4028234663852886e+38,
163+
"selected_in_dock": false,
164+
"title": "About",
165+
"visible": false,
166+
"width": 800.0
167+
},
168+
{
169+
"dock_id": 0,
170+
"height": 400.0,
171+
"position_x": 3.4028234663852886e+38,
172+
"position_y": 3.4028234663852886e+38,
173+
"selected_in_dock": false,
174+
"title": "Optional Features",
175+
"visible": false,
176+
"width": 500.0
177+
},
178+
{
179+
"dock_id": 0,
180+
"height": 600.0,
181+
"position_x": 3.4028234663852886e+38,
182+
"position_y": 3.4028234663852886e+38,
183+
"selected_in_dock": false,
184+
"title": "Packaging",
185+
"visible": false,
186+
"width": 400.0
187+
},
188+
{
189+
"dock_id": 0,
190+
"height": 600.0,
191+
"position_x": 3.4028234663852886e+38,
192+
"position_y": 3.4028234663852886e+38,
193+
"selected_in_dock": false,
194+
"title": "Add Attribute...",
195+
"visible": false,
196+
"width": 400.0
197+
},
198+
{
199+
"dock_id": 0,
200+
"height": 600.0,
201+
"position_x": 3.4028234663852886e+38,
202+
"position_y": 3.4028234663852886e+38,
203+
"selected_in_dock": false,
204+
"title": "AI Tools",
205+
"visible": false,
206+
"width": 400.0
207+
},
208+
{
209+
"dock_id": 0,
210+
"height": 600.0,
211+
"position_x": 3.4028234663852886e+38,
212+
"position_y": 3.4028234663852886e+38,
213+
"selected_in_dock": false,
214+
"title": "Capture image bigger",
215+
"visible": false,
216+
"width": 600.0
217+
},
218+
{
219+
"dock_id": 0,
220+
"height": 0.0,
221+
"position_x": 3.4028234663852886e+38,
222+
"position_y": 3.4028234663852886e+38,
223+
"selected_in_dock": false,
224+
"title": "Capture tree window",
225+
"visible": false,
226+
"width": 0.0
227+
},
228+
{
229+
"dock_id": 0,
230+
"height": 114.0,
231+
"position_x": 3.4028234663852886e+38,
232+
"position_y": 3.4028234663852886e+38,
233+
"selected_in_dock": false,
234+
"title": "omni.ui.scene 1966309615952",
235+
"visible": false,
236+
"width": 210.8000030517578
237+
},
238+
{
239+
"dock_id": 0,
240+
"height": 500.0,
241+
"position_x": 408.0,
242+
"position_y": 200.0,
243+
"selected_in_dock": false,
244+
"title": "Select Graph To Open",
245+
"visible": false,
246+
"width": 800.0
247+
},
248+
{
249+
"dock_id": 0,
250+
"height": 575.0,
251+
"position_x": 3.4028234663852886e+38,
252+
"position_y": 3.4028234663852886e+38,
253+
"selected_in_dock": false,
254+
"title": "Scan Directory for Input Files",
255+
"visible": false,
256+
"width": 550.0
257+
},
258+
{
259+
"dock_id": 0,
260+
"height": 102.4000015258789,
261+
"position_x": 508.0,
262+
"position_y": 398.3999938964844,
263+
"selected_in_dock": false,
264+
"title": "Save Project?",
265+
"visible": false,
266+
"width": 600.0
267+
},
268+
{
269+
"dock_id": 0,
270+
"height": 400.0,
271+
"position_x": 3.4028234663852886e+38,
272+
"position_y": 3.4028234663852886e+38,
273+
"selected_in_dock": false,
274+
"title": "Select Targets",
275+
"visible": false,
276+
"width": 400.0
277+
},
278+
{
279+
"dock_id": 0,
280+
"height": 20.0,
281+
"position_x": 359.0,
282+
"position_y": 180.0,
283+
"selected_in_dock": false,
284+
"title": "0",
285+
"visible": false,
286+
"width": 613.6000366210938
287+
}
288+
]

0 commit comments

Comments
 (0)