Skip to content

Commit

Permalink
Disable /omnihydra/parallelHydraSprimSync
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed Oct 4, 2023
1 parent e5aa976 commit 23d393d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/cesium.omniverse.dev.kit
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ app.window.title = "Cesium for Omniverse Testing App"
app.useFabricSceneDelegate = true
app.usdrt.scene_delegate.enableProxyCubes = false
app.usdrt.scene_delegate.geometryStreaming.enabled = false
omnihydra.parallelHydraSprimSync = false
app.fastShutdown = true
# Both searchPaths settings must be set in order for material graph to find cesium mdl exports
renderer.mdl.searchPaths.custom = "${app}/../exts/cesium.omniverse/mdl"
Expand Down
1 change: 1 addition & 0 deletions exts/cesium.omniverse/cesium/omniverse/ui/fabric_modal.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def _on_yes_click(self):
carb.settings.get_settings().set_bool("/app/useFabricSceneDelegate", True)
carb.settings.get_settings().set_bool("/app/usdrt/scene_delegate/enableProxyCubes", False)
carb.settings.get_settings().set_bool("/app/usdrt/scene_delegate/geometryStreaming/enabled", False)
carb.settings.get_settings().set_bool("/omnihydra/parallelHydraSprimSync", False)
omni.kit.window.file.new()
self.visible = False

Expand Down

0 comments on commit 23d393d

Please sign in to comment.