Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danielseidl committed Nov 19, 2024
1 parent 8cfdae5 commit a05e08d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion exts/innoactive.omniverse/config/extension.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
# Semantic Versioning is used: https://semver.org/
version = "1.0.2"
version = "1.0.3"

# Lists people or organizations that are considered the "authors" of the package.
authors = ["Innoactive"]
Expand Down
3 changes: 3 additions & 0 deletions exts/innoactive.omniverse/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [1.0.3] - 2024-11-19
- Added support for streaming to Apple Vision Pro

## [1.0.2] - 2024-09-19
- Added support for USD Composer 2023.2.5
- Removed support for USD Composer with Cesium
Expand Down
6 changes: 3 additions & 3 deletions exts/innoactive.omniverse/innoactive/omniverse/extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
HSPACING = 5


MODES = ("browser", "VR", "local")
MODES = ("browser", "XR", "local")
MODES_TECHNICAL = ("cloud/browser", "cloud/standalone", "local/windows")

APPS = ("Omniverse USD Explorer 2023.2.1", "Omniverse USD Composer 2023.2.5")
APP_IDS = ("7b0b754a-b90b-4d3b-a043-d9a72f1e4d7f", "48d5be05-49af-41d3-a383-942ebc377c59")
APPS = ("Omniverse USD Explorer", "Omniverse USD Composer", "Omniverse USD Streamer for AVP (XR only)")
APP_IDS = ("7b0b754a-b90b-4d3b-a043-d9a72f1e4d7f", "48d5be05-49af-41d3-a383-942ebc377c59", "0a7b7798-123e-4158-ad66-a09e255a2400")

DEFAULT_BASE_URL = "https://[yourcompany].innoactive.io"
DEFAULT_APP_ID = "7b0b754a-b90b-4d3b-a043-d9a72f1e4d7f"
Expand Down

0 comments on commit a05e08d

Please sign in to comment.