Skip to content

Commit b782062

Browse files
committed
Merge branch 'RB-10.3' into main
2 parents d7b870c + 210c457 commit b782062

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Changes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ Breaking Changes
3636
- IECoreGL : Removed `PerspectiveCamera.h` header. The implementation was already removed in a Cortex 10.1.0.0 (#1241).
3737
- StringAlgo : Removed `join()` (#1221).
3838

39+
10.3.4.1 (relative to 10.3.4.0)
40+
========
41+
42+
Build
43+
-----
44+
45+
- IECoreUSD : Support for USD 20.??
46+
3947
10.3.4.0 (relative to 10.3.3.0)
4048
========
4149

contrib/IECoreUSD/src/IECoreUSD/ShaderAlgo.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
#include "boost/algorithm/string/replace.hpp"
4545
#include "boost/pointer_cast.hpp"
4646

47+
#if PXR_VERSION < 2102
48+
#define IsContainer IsNodeGraph
49+
#endif
50+
4751
namespace
4852
{
4953

0 commit comments

Comments
 (0)