v26.8.2 | OpenUSD v26.08 #43
furbytm
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
SwiftUSD v26.8.2
OpenUSD v26.08, Hotfix Patch
Changelog
Changes
HioOpenVDBplugin since Xcode and Swift toolchains differ in their strictness on imports within namespaces, once OpenVDB imports are removed from within namespaces in MetaverseKit, we can add it back in.UsdImagingGLEngineconstructor params to theHydra.RenderEngine, so users can override the previously hardcoded defaults:Rolling changes since v26.8.1
render()call) off of the main thread, so that application UI's that compose withHydra.Viewportdo not freeze during full stage population, which was especially noticeable when populating large production USD scenes.colorCorrectionModeparameter which defaults to.sRGBforHydra.RenderEngine(stage:colorCorrectionMode:)to support color management features such as.openColorIOconfigurations, this is usually used in tandem with the following Swift code:devbranch, as of commitc32a446.Commits
Rolling changes since v26.5.2
OpenUSDKit, a unified cross-platform Swift API for OpenUSD. It is a direct replacement for thePixarUSDtarget.HydraKit, a composable Hydra viewport with SwiftCrossUI:OpenUSDKitand brings precompiled binaries for Darwin platforms by default, use the environment variableSWIFTUSD_BUILD_FROM_SOURCE=1if you prefer to build from source and match the behavior on all other platforms (Android, Linux, and Microsoft Windows).Thank you
Usage
To use this release of USD in your swift project, add the following to the dependencies section in your Package.swift file:
Linux
For Linux, these are the only dependencies required, as MetaverseKit provides everything else.
Tip
If you are on a distro like Ubuntu there is a good chance you already have most of these installed.
This discussion was created from the release v26.8.2 | OpenUSD v26.08.
Beta Was this translation helpful? Give feedback.
All reactions