Skip to content

Releases: ImageEngine/cortex

Version 8.0.0 alpha 13

31 Jul 21:56
Compare
Choose a tag to compare
Pre-release
  • General :
    • Ubuntu compilation issues.
  • IECore :
    • 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.
    • 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.
    • Adding constructor for InternedString that accepts a signed 64bit integer for quick conversion from numbers to strings. Used in SceneCache.
  • IECoreMaya :
    • Several improvements on the SceneShape node (SceneShapeInterface) and bug fixes.
  • IECoreGL :
    • Reverting some optimizations done in the convertion of Meshes to IECoreGL which were not really effective.