Skip to content

Commit 86850d4

Browse files
committed
Changes: Updated
1 parent 21d5bf7 commit 86850d4

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Changes

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
10.4.x.x (relative to 10.4.9.0)
22
========
33

4+
Improvements
5+
------------
6+
7+
- IECoreNuke::LiveScene:
8+
- Adding caching to speed up querying Nuke's GeometryList for large hierarchy
9+
- Support for `ParticleSprite`
10+
- `setOp` method to avoid re creating `LiveScene` from scratch
11+
12+
Fixes
13+
-----
14+
15+
- CheckedGILRelease: Safe to call if thread doesn't hold the GIL
16+
- IECoreNuke::SceneCacheReader release GIL during `_validate` to avoid crash with Caribou
17+
- IECoreNuke::LiveScene:
18+
- Fix crash when there is not input `GeoOp`.
19+
- Fix uninitialized bounds
20+
- Fix bug with duplicated parents
21+
- Fix bug when querying children combined between multiple parents
22+
423
10.4.9.0 (relative to 10.4.8.0)
524
========
625

0 commit comments

Comments
 (0)