Hi All,
After a bit of troubles between compiling Blender with Collada support and Mitsuba I finally able to test it a bit on my Ubuntu 10.10 64 bit.
A big thanks to Wenzel Jakob for this fantastic project.
I did a small change on the python script to make it work on my machine:
replace this line
(mts_path, tail) = os.path.split(bpy.path.abspath(scene.mitsuba_engine.binary_path))
with this one
mts_path = bpy.path.abspath(scene.mitsuba_engine.binary_path)
in few python files.
I did my first test:
Hi All,
If someone want to try this amazing renderer integrated with Blender I packed Blender and Mitsuba in an easy to start pack.
It’s an self-extract archive of Blender (Rev 33182 32bit) and Mitsuba (3e297cda0281).
Download and double click to extract it.
Please extract in C:\ because the archive will create a folder blender and the settings are ready to use without any configurations. www.mediafire.com/?9ecp2hx79eaa4of
PS: Wenzel if you don’t want that I packed your software please let me know I’ll remove it straight away.