Skip to content

Commit

Permalink
Merge branch 'RB-10.3' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Apr 1, 2022
2 parents d7b870c + 210c457 commit b782062
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ Breaking Changes
- IECoreGL : Removed `PerspectiveCamera.h` header. The implementation was already removed in a Cortex 10.1.0.0 (#1241).
- StringAlgo : Removed `join()` (#1221).

10.3.4.1 (relative to 10.3.4.0)
========

Build
-----

- IECoreUSD : Support for USD 20.??

10.3.4.0 (relative to 10.3.3.0)
========

Expand Down
4 changes: 4 additions & 0 deletions contrib/IECoreUSD/src/IECoreUSD/ShaderAlgo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
#include "boost/algorithm/string/replace.hpp"
#include "boost/pointer_cast.hpp"

#if PXR_VERSION < 2102
#define IsContainer IsNodeGraph
#endif

namespace
{

Expand Down

0 comments on commit b782062

Please sign in to comment.