Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps usd-core from 25.8 to 25.11.

Release notes

Sourced from usd-core's releases.

v25.11

Version 25.11

Changelog

Sourced from usd-core's changelog.

[25.11] - 2025-10-24

UsdImaging now defaults to using the Hydra 2 scene index code path. USDIMAGINGGL_ENGINE_ENABLE_SCENE_INDEX is now enabled by default.

Build

  • Various fixes and changes to build_usd.py:

    • Updated to ensure use of the TBB library built by the script. (Issue: #3610)
    • Updated OpenSubdiv version to 3.6.1
  • Updated the Vulkan SDK version to 1.4.321.0

  • Enabled building a subset of OpenUSD with the emscripten compiler. Current support is limited to pxr/base and a subset of the C++ based tests. Work in this area is ongoing and will continue in forthcoming releases.

  • Restructured monolithic build to avoid building a static library first, which could fail due to library size constraints on Windows. Monolithic builds now respect the value of BUILD_SHARED_LIBS. (Issue: #2396, #3462, #3747)

  • Various changes to default gcc/clang compiler flags.

    • Updated to ignore class-memaccess warning.
    • Updated to include -Wmismatch-tag flag.
  • Removed oneTBB & Embree build guard and obsolete patches for older Embree3 version.

  • Updated some libraries to use TBB::tbb target for linking to TBB. (PR: #3783)

  • Added previously missing source files to the explicit lists of source files in various CMakeLists.txt. (PR: #3278)

USD

  • Important: Removed deprecated Usd file format related items: UsdCrateInfo, UsdUsdFileFormat, UsdUsdaFileFormat, UsdUsdcFileFormat, UsdUsdzFileFormat, UsdZipFile. Clients should use Sdf counterparts for these objects.

  • Important: Deprecated APIs for displayName, displayGroup, and hidden metadata. These values are relocating into the new uiHints dictionary. Client code should start using UsdUIObjectHints and UsdUIPropertyHints to read and write these values instead. The following environment variables were added to support this deprecation.

... (truncated)

Commits
  • 363a7c8 Merge release v25.11
  • b8dbd19 Updated Changelogs to reflect correct release date.
  • b699878 Fix missing Nested Articulation example from the overview documentation.
  • f415f3e gf: Disable warning C4804 in GfIntegerCompareLess
  • 0f096d4 [usdGeom] Doc change only -- remove broken link
  • 2f6a3e0 Updates to contributing to usd page
  • 6eca6ce Add missing usdLux doc screenshot
  • 6282f7e Documentation updates for openExec system overview to remove lingering
  • d34c093 Release notes for 25.11 release
  • 8310fdb gf: Temporarily suppress warning C4018 in GfIntegerCompareLess
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [usd-core](https://github.com/PixarAnimationStudios/OpenUSD) from 25.8 to 25.11.
- [Release notes](https://github.com/PixarAnimationStudios/OpenUSD/releases)
- [Changelog](https://github.com/PixarAnimationStudios/OpenUSD/blob/dev/CHANGELOG.md)
- [Commits](PixarAnimationStudios/OpenUSD@v25.08...v25.11)

---
updated-dependencies:
- dependency-name: usd-core
  dependency-version: '25.11'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner October 27, 2025 19:47
@dependabot dependabot bot added dependabot Related to dependabot dependencies Related with project dependencies maintenance Package and maintenance related labels Oct 27, 2025
@pyansys-ci-bot pyansys-ci-bot enabled auto-merge (squash) October 27, 2025 19:48
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Oct 27, 2025
@codacy-production
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-0.12% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (74364c9) 2590 2122 81.93%
Head commit (428d9f3) 2590 (+0) 2119 (-3) 81.81% (-0.12%)

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 details
Coverable lines Covered lines Diff coverage
Pull request (#1365) 0 0 ∅ (not applicable)

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%

See your quality gate settings    Change summary preferences

@codecov
Copy link

codecov bot commented Oct 27, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.81%. Comparing base (74364c9) to head (428d9f3).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1365      +/-   ##
==========================================
- Coverage   81.93%   81.81%   -0.12%     
==========================================
  Files          39       39              
  Lines        2590     2590              
==========================================
- Hits         2122     2119       -3     
- Misses        468      471       +3     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@pyansys-ci-bot pyansys-ci-bot merged commit cfa3b70 into main Oct 27, 2025
57 checks passed
@pyansys-ci-bot pyansys-ci-bot deleted the dependabot/pip/usd-core-25.11 branch October 27, 2025 20:09
@github-actions
Copy link

Pull request documentation preview limit (10) reached: skipping documentation deployment for this pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot Related to dependabot dependencies Related with project dependencies documentation Improvements or additions to documentation maintenance Package and maintenance related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants