Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge fix-7.2.5 to master #1858

Merged
merged 23 commits into from
Feb 15, 2024
Merged

Conversation

sebastienblor
Copy link
Collaborator

No description provided.

sebastienblor and others added 18 commits November 30, 2023 10:47
…render delegate (Autodesk#1777)

* add test for Autodesk#1776

* Initialize the rotation matrix with the quad directly

* update changelog for Autodesk#1776
… by Arnold (Autodesk#1813)

* Improve material network creation by caching the nodes returned by arnold

* optimize further by first checking if the shader is an arnold shader

* move shader node entry and osl code cache in the render delegate and use lock/mutex

* cache materialx nodes only
* fix build with older versions of arnold

* fix compatibility with older versions of arnold

* convert AtString to string

* allow materialx for versions > 7.1.4

* fix ifdef versions for materialx

* compatibility with older arnold versions
…todesk#1830)

* make the UsdArnoldReaderRegistry non static

* register readers before reading
…procedural code (Autodesk#1832)

* read the matrix in the ArnoldProceduralCustom procedural reader

* update test_0739 reference image
* update fix-7.2.5 changelog for 7.2.5.2

* correct version
@@ -415,6 +415,36 @@ void _RemoveArnoldGlobalPrefix(const TfToken& key, TfToken& key_new)

} // namespace

#if ARNOLD_VERSION_NUM > 70203
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was added in material_utils.h/cpp , I don't think we need it here

@@ -220,7 +219,7 @@ void HdArnoldVolume::Sync(
const auto materialId = sceneDelegate->GetMaterialId(id);
// Ensure the reference from this shape to its material is properly tracked
// by the render delegate
_renderDelegate->TrackDependencies(id, HdArnoldRenderDelegate::PathSetWithDirtyBits {{materialId, HdChangeTracker::DirtyMaterialId}});
_renderDelegate->TrackDependencies(id, HdArnoldRenderDelegate::PathSetWithDirtyBits {{materialId, HdChangeTracker::DirtyMaterialId}});
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not important but there is an extra space, the indentation not the same

CHANGELOG.md Show resolved Hide resolved
@sebastienblor sebastienblor merged commit 04409d3 into Autodesk:master Feb 15, 2024
9 checks passed
@sebastienblor sebastienblor deleted the merge_fix_150224 branch February 15, 2024 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants