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
+38-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,44 @@
1
-
10.5.x.x (relative to 10.5.4.1)
1
+
10.5.x.x (relative to 10.5.6.0)
2
2
========
3
3
4
+
10.5.6.0 (relative to 10.5.5.0)
5
+
========
6
+
7
+
Improvements
8
+
------------
9
+
10
+
- `IECoreGL::Selector`: Added constructor overload that accepts a boolean indicating a more precise, camera-space depth sample will be used to sample depth instead of OpenGL's depth buffer.
11
+
- `IECoreGL::ColorTexture`: Added new constructor that accepts an argument specifying the internal storage format to use.
12
+
13
+
14
+
15
+
10.5.5.0 (relative to 10.5.4.2)
16
+
========
17
+
18
+
Features
19
+
--------
20
+
21
+
- PyBindConverter : Added new class providing interoperability between Boost Python bindings and PyBind11 bindings.
22
+
23
+
Improvements
24
+
------------
25
+
26
+
- USDScene : Added basic loading of UsdGeomNurbsCurves, converting them to CurvesPrimitives.
27
+
- OStreamMessageHandler : Added level prefix to every line.
28
+
29
+
Fixes
30
+
-----
31
+
32
+
- CompoundObject : Fixed crashes in Python bindings caused by passing `None` as a key.
33
+
- VDBObject : Fixed Python bindings for OpenVDB 10.1.
34
+
35
+
10.5.4.2 (relative to 10.5.4.1)
36
+
========
37
+
38
+
Fixes
39
+
-----
4
40
41
+
- ExceptionAlgo : Fixed memory leak in `translatePythonException()`, which was failing to manage the reference count for exceptions bound by `IECorePython::ExceptionClass`.
0 commit comments