You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zlib dependency now removed for Linux and macOS builds when explicitly
requested. Also added zlib as a requiredDependency if HDF5 is enabled.
(PR: #3501,
#3551)
Fixed Blosc (required for OpenVDB) builds for Xcode 16.3.
(Issue: #3600)
Added "--vulkan" param to build script to expose building with Vulkan
support enabled.
(PR: #2849)
Updated to build with MaterialX v1.39.3.
Updated to use '-j' cmake parameter for parallel builds, instead of handling
multiproc logic explicitly for each platform.
(Issue: #2486,
#2722,
PR: #2755)
Bumped CMake minimum to 3.26 on all platforms.
Added support for building on Windows ARM64 devices.
(PR: #3430)
Removed deprecated boost::python support. Python bindings now exclusively use
the internal pxr_boost::python library. As noted in an earlier release, the
PXR_USE_BOOST_PYTHON CMake option has been removed.
Removed dependency on the deprecated distutils package.
(Issue: #3389,
PR: #3417)
Removed usage of Boost_NO_BOOST_CMAKE from USD builds, except for OpenImageIO,
which requires Boost_NO_BOOST_CMAKE to be set, otherwise it sets it to ON.
(Issue: #3601,
PR: #3485)
Replaced find_package with find_dependency calls in pxrConfig.cmake.in.
(PR: #3205)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%
❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps usd-core from 25.2 to 25.5.
Release notes
Sourced from usd-core's releases.
Changelog
Sourced from usd-core's changelog.
... (truncated)
Commits
25f3d3dMerge release v25.05822f0aeUpdate VERSIONS.md to reflect OpenImageIO 2.5.16.0.6010c4cAdd UIPropertyValueSourceColor for Usd.ResolveInfoSourceSpline35f3caeUpdate release notes to provide regression fixes contributions for 25.059bda500Add tests for ArchGetFileName with utf8 pathbdbf7c4Fix ArchGetFileName on windows for file paths with special characters4b201cdAttempting to fix embedded line break in 25.05 release notes8de23df- Update GitHub Actions pypi workflow to accommodate removal of Ubuntu 20.04 ...c41945c[hioAvif] Fixed reading of raw image data6ebc75frelease notes for 25.05 releaseDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)