Skip to content

Commit 7b124eb

Browse files
author
Carlos Anguiano
committed
Merge branch 'dev/canguiano/stagemanager-omnigraph-integration' into 'main'
REMIX-4719 Stage Manager Remix Logic Graph Integration Closes REMIX-4719 See merge request lightspeedrtx/lightspeed-kit!1046
2 parents b0c1a16 + 56eba81 commit 7b124eb

File tree

29 files changed

+329
-17
lines changed

29 files changed

+329
-17
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525
- REMIX-4739: Add support for specific icons for the different logic node categories
2626
- REMIX-4576: Added icon support for prims tab
2727
- Small improvements for Remix Logic: added delete button, hid unused ui, stage manager refresh filtering
28+
- REMIX-4719: Added Stage Manager Remix Logic Graph Interaction Action Plugin, And Logic Graph Filter
2829

2930
### Changed
3031
- Update hdremix and omni_core_materials to ext-822f7b6-main

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.25.0"
2+
version = "1.26.0"
33
authors = ["[email protected]"]
44
repository = "https://gitlab-master.nvidia.com/lightspeedrtx/lightspeed-kit"
55
changelog = "docs/CHANGELOG.md"
Lines changed: 9 additions & 0 deletions
Loading
Lines changed: 9 additions & 0 deletions
Loading
Lines changed: 9 additions & 0 deletions
Loading
Lines changed: 7 additions & 0 deletions
Loading
Lines changed: 7 additions & 0 deletions
Loading
Lines changed: 10 additions & 0 deletions
Loading
Lines changed: 10 additions & 0 deletions
Loading

source/extensions/lightspeed.trex.app.resources/data/stage_manager_schema/default_schema.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,18 @@
44
"context_name": ""
55
},
66
"icons": {
7-
"SkelRoot": "SkeletonRoot",
8-
"Skeleton": "Skeleton",
9-
"Mesh": "Mesh",
10-
"Material": "Material",
117
"CylinderLight": "CylinderLightStatic",
128
"DiskLight": "DiskLightStatic",
139
"DistantLight": "DistantLightStatic",
1410
"DomeLight": "DomeLightStatic",
11+
"Material": "Material",
12+
"Mesh": "Mesh",
13+
"OmniGraph": "LogicGraphStatic",
14+
"OmniGraphNode": "LogicGraphNodeStatic",
1515
"PortalLight": "PortalLightStatic",
1616
"RectLight": "RectLightStatic",
17+
"Skeleton": "Skeleton",
18+
"SkelRoot": "SkeletonRoot",
1719
"SphereLight": "SphereLightStatic"
1820
},
1921
"interactions": [
@@ -114,6 +116,9 @@
114116
},
115117
{
116118
"name": "DeleteRestoreActionWidgetPlugin"
119+
},
120+
{
121+
"name": "LogicGraphWidgetPlugin"
117122
}
118123
]
119124
}
@@ -638,7 +643,7 @@
638643
},
639644
{
640645
"name": "ParticleSystemsActionWidgetPlugin"
641-
},
646+
},
642647
{
643648
"name": "DeleteRestoreActionWidgetPlugin"
644649
}

0 commit comments

Comments
 (0)