Skip to content

Commit

Permalink
Add folder paths to all .kit files
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed Oct 3, 2023
1 parent 088c916 commit 3300656
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/cesium.omniverse.dev.python.debug.kit
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,11 @@ app = true

[settings]
app.window.title = "Cesium For Omniverse Python Debugging App"

[settings.app.exts]
folders.'++' = [
"${app}", # Find other applications in this folder
"${app}/exts", # Find extensions in this folder
"${app}/../exts", # Find cesium.omniverse and cesium.usd.schemas
"${app}/../extern/nvidia/app/extscache" # Find omni.kit.window.material_graph
]
8 changes: 8 additions & 0 deletions apps/cesium.omniverse.dev.trace.kit
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,11 @@ app = true
[settings]
app.window.title = "Cesium For Omniverse Performance Tracing App"
app.fastShutdown = false

[settings.app.exts]
folders.'++' = [
"${app}", # Find other applications in this folder
"${app}/exts", # Find extensions in this folder
"${app}/../exts", # Find cesium.omniverse and cesium.usd.schemas
"${app}/../extern/nvidia/app/extscache" # Find omni.kit.window.material_graph
]

0 comments on commit 3300656

Please sign in to comment.