Skip to content

Cortex 10.4.3.0

Compare
Choose a tag to compare
@ivanimanishi ivanimanishi released this 04 Nov 21:58
· 162 commits to RB-10.4 since this release
c6c8336

Features

  • IECoreNuke : Add LiveScene support for Nuke (#1310).
    • LiveSceneKnob : Knob to interface with LiveScene from Python.
    • LiveSceneHolder : Node to hold LiveSceneKnob to provide a Python interface with LiveScene.
  • IECoreMaya : Add non-drawable ieSceneShapeProxy subclassed from ieSceneShape (#1311).

Improvements

  • Added string constructor and static fromString function to IECore.MurmurHash.

Fixes

  • IECoreUSD : Fixed error in pluginfo.json preventing USD on Windows from loading IECoreUSD.dll.
  • IECoreScene : Fixed MeshPrimitiveEvaluator assert typo.

Build

  • Updated Windows dependencies to 6.2.0.
  • Added WITH_OIIO_UTIL option.