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
Copy file name to clipboardExpand all lines: Changes
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,21 @@
1
+
10.4.0.0a2 (relative to 10.4.0.0a1)
2
+
==========
3
+
4
+
> Note : None of these changes need to be mentioned in the release notes for the final release version of `10.4.0.0`. They are all inherited from `10.3.4.0`.
5
+
6
+
Improvements
7
+
------------
8
+
9
+
- USDScene :
10
+
- Improved loading speed for stages where the same material is bound to many prims (#1253).
11
+
- Added support for `SdfAssetPath` attributes, which are now loaded as StringData containing the resolved asset path (#1252).
12
+
13
+
Fixes
14
+
-----
15
+
16
+
- CurvesAlgo : Fixed `resamplePrimitiveVariable()` to support vertex-to-varying and varying-to-vertex conversion for V2f primitive variables (#1251).
17
+
- USDScene : Fixed loading of materials containing shaders with exposed inputs (#1252).
0 commit comments