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
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,18 @@ Breaking Changes
8
8
- Python : Removed support for Python 2.
9
9
- Primitive : Changed `variableIndexedView()` return type from `boost::optional` to `std::optional`.
10
10
11
-
10.4.x.x (relative to 10.4.7.0)
11
+
10.4.x.x (relative to 10.4.7.1)
12
12
========
13
13
14
+
10.4.7.1 (relative to 10.4.7.0)
15
+
========
16
+
17
+
Fixes
18
+
-----
19
+
20
+
- USDScene :
21
+
- The UsdShadeMaterialBindingAPI schema is now applied to all prims with material bindings, making the written files compatible with `USD_SHADE_MATERIAL_BINDING_API_CHECK=strict` mode.
22
+
- Fixed loading of USDGeomXformable's `ResetXformStack` operator.
0 commit comments