Skip to content

Commit e936e5f

Browse files
author
Carlos Anguiano
committed
Merge branch 'dev/canguiano/hide-ov-property-window' into 'main'
REMIX-4812 hide OV Property Window in release build Closes REMIX-4812 See merge request lightspeedrtx/lightspeed-kit!1056
2 parents 7fcdab3 + e8682a4 commit e936e5f

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4343
- Centralized prim type icon mappings in omni.flux.utils.common for reuse across extensions
4444
- Update hdremix and omni_core_materials to ext-a9cbe4d-main
4545
- REMIX-4798: Logic Graph Editor: Improved node + port tooltips and added documentation links
46+
- REMIX-4812: OV Property Window is no longer accessible via the Windows/Property sub menu button
4647

4748
### Fixed
4849
- Improved Pyright configuration by generating a list of search paths

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.1"
2+
version = "1.26.2"
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/menubar_ignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ Edit/*
55
Rendering/*
66

77
Window/Browsers/
8-
Window/Profiler
98
Window/Extensions
9+
Window/Profiler
10+
Window/Property
1011

1112
Create/
1213

source/extensions/lightspeed.trex.app.resources/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.26.2]
5+
### Changed
6+
- Updated menubar_ignore so the Ov Property Window options is no longer visible
7+
48
## [1.26.1]
59
### Changed
610
- Added styling for StagePrimPicker UI components

0 commit comments

Comments
 (0)