We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7b870c + 210c457 commit b782062Copy full SHA for b782062
Changes
@@ -36,6 +36,14 @@ Breaking Changes
36
- IECoreGL : Removed `PerspectiveCamera.h` header. The implementation was already removed in a Cortex 10.1.0.0 (#1241).
37
- StringAlgo : Removed `join()` (#1221).
38
39
+10.3.4.1 (relative to 10.3.4.0)
40
+========
41
+
42
+Build
43
+-----
44
45
+- IECoreUSD : Support for USD 20.??
46
47
10.3.4.0 (relative to 10.3.3.0)
48
========
49
contrib/IECoreUSD/src/IECoreUSD/ShaderAlgo.cpp
@@ -44,6 +44,10 @@
#include "boost/algorithm/string/replace.hpp"
#include "boost/pointer_cast.hpp"
+#if PXR_VERSION < 2102
+#define IsContainer IsNodeGraph
+#endif
50
51
namespace
52
{
53
0 commit comments