From 11bb8a806ce594161e09dd5a3389d6cec38830c4 Mon Sep 17 00:00:00 2001 From: Sean Lilley Date: Thu, 1 Feb 2024 14:15:14 -0500 Subject: [PATCH] 0.17.0 release --- CMakeLists.txt | 2 +- .../cesium/performance/app/extension.py | 2 +- extern/cesium-native | 2 +- exts/cesium.omniverse/config/extension.toml | 4 ++-- exts/cesium.usd.plugins/config/extension.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f5e36a059..1940d4cdd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ endif() # Both CXX and C need to be given otherwise Conan may ignore the CMAKE_C_COMPILER flag project( CesiumOmniverse - VERSION 0.16.0 + VERSION 0.17.0 DESCRIPTION "Cesium for Omniverse" LANGUAGES CXX C) diff --git a/apps/exts/cesium.performance.app/cesium/performance/app/extension.py b/apps/exts/cesium.performance.app/cesium/performance/app/extension.py index 8547c3a0d..51a3ae0b4 100644 --- a/apps/exts/cesium.performance.app/cesium/performance/app/extension.py +++ b/apps/exts/cesium.performance.app/cesium/performance/app/extension.py @@ -23,7 +23,7 @@ Tokens as CesiumTokens, ) -ION_ACCESS_TOKEN = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJkZGM4NWEyZC01ZTIxLTRkNDQtOTQzYS02NWZiODc5YTQxOTIiLCJpZCI6MjU5LCJpYXQiOjE3MDQyMDQ5MTN9.xOGuCBTMV66OCBDuMADUgrV7O1zM22OcaKGl-uev61E" # noqa: E501 +ION_ACCESS_TOKEN = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJhM2EyMmQ4MC05M2JmLTQ2ZGMtOTc2Yi0yZjM4NjlhNThkNGUiLCJpZCI6MjU5LCJpYXQiOjE3MDY4MTMxMTl9.9dHK1knCPu6lY-OFTah2mfH-XaT3mE944S2BBEanod0" # noqa: E501 GOOGLE_3D_TILES_ION_ID = 2275207 CESIUM_DATA_PRIM_PATH = "/Cesium" diff --git a/extern/cesium-native b/extern/cesium-native index 65aaa77b1..fe54002df 160000 --- a/extern/cesium-native +++ b/extern/cesium-native @@ -1 +1 @@ -Subproject commit 65aaa77b1370d707c28c0d9b92aeaa82b9c67078 +Subproject commit fe54002dfb25f7c177e1166e9abf344653615f94 diff --git a/exts/cesium.omniverse/config/extension.toml b/exts/cesium.omniverse/config/extension.toml index eea804636..1d05692b3 100644 --- a/exts/cesium.omniverse/config/extension.toml +++ b/exts/cesium.omniverse/config/extension.toml @@ -1,5 +1,5 @@ [package] -version = "0.16.0" +version = "0.17.0" category = "simulation" feature = false app = false @@ -33,7 +33,7 @@ python = false # Which extensions this extension depends on [dependencies] -"cesium.usd.plugins" = { version = "0.2.0" } +"cesium.usd.plugins" = { version = "0.3.0" } "usdrt.scenegraph" = {} "omni.ui" = {} "omni.usd" = {} diff --git a/exts/cesium.usd.plugins/config/extension.toml b/exts/cesium.usd.plugins/config/extension.toml index 005fb1c66..220adb789 100644 --- a/exts/cesium.usd.plugins/config/extension.toml +++ b/exts/cesium.usd.plugins/config/extension.toml @@ -4,7 +4,7 @@ order = -100 [package] -version = "0.2.0" +version = "0.3.0" category = "simulation" feature = false app = false