Skip to content

Commit 016d195

Browse files
author
Lucio Moser
committed
Updating Changes file for next tag 8.0.0-a13.
1 parent 8bf5c2f commit 016d195

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Changes

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
8.0.0-a13 :
2+
3+
- General :
4+
- Ubuntu compilation issues.
5+
6+
- IECore :
7+
- SceneCache changed to store samples index as a IndexedIO::Directory which is loaded once as opposed to a integer value. Improved performance on large environments.
8+
- Improvements and bug fixes in LinkedScene associated to the usage of tags and the link attribute. The link attributes are now separated and can be queried in readers such as SceneShape to obtain the actual file,location and the time.
9+
- Adding constructor for InternedString that accepts a signed 64bit integer for quick conversion from numbers to strings. Used in SceneCache.
10+
11+
- IECoreMaya :
12+
- Several improvements on the SceneShape node (SceneShapeInterface) and bug fixes.
13+
14+
- IECoreGL :
15+
- Reverting some optimizations done in the convertion of Meshes to IECoreGL which were not really effective.
16+
17+
8.0.0 (up to a12) :
18+
119
Additions :
220
* Added IECoreNuke::SceneCacheReader, which allows inspection of scene cache files and the selective display of it's geometry.
321
* Renderer::Procedural classes must now implement a hash() method, which provides a hash of their input data. This is so renderers that support procedural caching can make use of the hash, allowing entire procedurals to be instanced.

0 commit comments

Comments
 (0)