OS X - http://www.indigorenderer.com/dist/priv ... _3.4.4.dmg
Password as per usual. Email me or Yves if you don't have it.
Code: Select all
3.4.4
* The SDK now includes libraries and binaries built with both Visual Studio 2008 and Visual Studio 2010.
The lib directories have thus changed:
The directory named e.g. lib_2008_32 contains the libraries built with Visual Studio 2008, generating 32 bit code.
* Indigo::Renderer has a new cancelBuild() method.
* Fixed most thread leaks caused by OpenMP. Aperture diffraction may still leak some threads.
3.4.1
* Reference class has been improved. Reference::upcast() is now not needed, but is kept for backwards compatibility.
Conversions of references from derived classes to base classes are now automatic.
* Strings (material names etc..) will be wrapped in CDATA sections if necessary when writing to XML,
to preserve whitespace that may be removed during XML parsing.
* Added IndigoHardwareInfo interface. It can be used to query the available GPU devices.