Krakatoa SR Python Build (Windows) - Nov. 3, 2011

[size=150]NOTE: This thread contains builds posted before November 8, 2011, for the latest builds go to the Krakatoa Builds section.[/size]

KRAKATOA SR:
Attached is the beta release of Krakatoa SR. It was built on Windows 7, and built for Python 2.6 64 bit. The current documentation is provided here.

INSTALLATION:
Currently there is no installer. Provided is one zip file which has a KrakatoaSR.pyd file (python module) and its .dll dependencies, as well as a sample scene. Currently the .pyd and .dll files must be in the path pointed at by both the “PYTHONPATH” environment variable or be in the c:\python26\DLLs directory.

RENDERING THE SAMPLE SCENE:
Included in the zip file is a sample scene. To render the sample scene:

  • Unzip the contents to a new folder (let’s call it c:\pathto\krakatoasr).
  • Open a command window and make these three calls:
set PYTHONPATH=c:\pathto\krakatoasr\
cd c:\pathto\krakatoasr\
python sample_scene.py

A “sample_scene_output.exr” rendered image should appear in the current folder.

GENERATING A SCENE FILE:

UPDATE LOG:

  • 2011/11/07 (1.9.90.45809): Fixed bug in multi-thread file I/O code.
  • 2011/11/03 (1.6.80.45658): Added multi-thread file I/O. Exposed Logging level settings. Included support for prt file sequences primarily used for on-the-fly retiming of particle simulations.
  • 2011/10/13 (1.6.80.45538): Initial release.

KrakatoaSR_1.6.80.45658_win64_python26.zip (5.51 MB)
KrakatoaSR_1.6.80.45538_win64_python26.zip (5.48 MB)