Skip to content

Commit 210c457

Browse files
authored
Merge pull request #1255 from ivanimanishi/usd20Support
IECoreUSD : Maintain support for USD 20
2 parents 95e2995 + 33c8492 commit 210c457

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

Changes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
10.3.4.1 (relative to 10.3.4.0)
2+
========
3+
4+
Build
5+
-----
6+
7+
- IECoreUSD : Support for USD 20.??
8+
19
10.3.4.0 (relative to 10.3.3.0)
210
========
311

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ SConsignFile()
5757
ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all of the below
5858
ieCoreMajorVersion = 3 # backwards-incompatible changes
5959
ieCoreMinorVersion = 4 # new backwards-compatible features
60-
ieCorePatchVersion = 0 # bug fixes
60+
ieCorePatchVersion = 1 # bug fixes
6161
ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.
6262

6363
###########################################################################################

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)