This week we have a few fixes and a nice new addition. Jeanphi has fixed a regression in roughglass material which made it too dark. LordCrc's new experimental feature (outlier rejection dealing with fireflies) now works better in scenes with high intensity lightsources (like sun).
Jeanphi has also brought to us a great new toy -- a band texture similar to colorbands in Blender Internal Renderer. Read here for details (and here are some astonishing tests by neo2068).
Lux 0.8-dev branch (without OpenCL):
32-bit, SSE only
32-bit, SSE, SSE2
64-bit, SSE, SSE2
64-bit, SSE, SSE2, SSE3
(If you get "Illegal instruction" error when starting the program, make sure your CPU supports SSE instructions set this particular build was compiled for.)
Lux 0.8-dev branch (with OpenCL):
32-bit, SSE only
32-bit, SSE, SSE2
64-bit, SSE, SSE2
64-bit, SSE, SSE2, SSE3
(If you get "Illegal instruction" error when starting the program, make sure your CPU supports SSE instructions set this particular build was compiled for. If the program won't start because of libOpenCL missing, make sure you have ATI Stream SDK installed.)
(If you receive "/usr/lib/nvidia-current/libOpenCL.so: no version information available (required by ./luxrender)" warning, ignore it -- everything should work correctly nevertheless.)
LuxBlend 0.8-dev (for Blender 2.49b):
LuxBlend snapshot
Changes in LuxRender since the last weeklies included in these builds:
- Code: Select all
18 hours ago Asbjørn Heid Added error output from ply loader. Made ply loader accept crlf line endings for header.
22 hours ago Tom Bech Added Thomas Ludwig (aka lyc/lycium) to authors list - better late than never I guess
2 days ago Asbjørn Heid Fixed access violation bug in infinitesample.
2 days ago Jean-Philippe Grimaldi Fix "band" texture parameters parsing.
3 days ago Jean-Philippe Grimaldi Fix a typo in photon map loading code.
4 days ago Jean-Philippe Grimaldi Small improvements to the band texture.
4 days ago Jean-Philippe Grimaldi Make sure roughglass roughness is within acceptable bounds.
4 days ago Jean-Philippe Grimaldi Fix roughglass (actually microfacet transmission) material after latest core changes.
5 days ago Jean-Philippe Grimaldi Add a new "band" texture to enable complex gradients.
5 days ago dougal2 Added the actual decoder embedded_filedata
5 days ago dougal2 Starting 'embedded_filedata' branch, with initial implementation embedded_filedata
6 days ago Asbjørn Heid Tweaked outlier rejection to improve results in high intensity scenes (ie sunsky).
8 days ago David Bucciarelli Fixed few GCC warnings
Changes in LuxBlend (for Blender 2.49b) since the last weeklies:
- Code: Select all
4 hours ago Jean-Philippe Grimaldi Very basic band texture interface.
27 hours ago Doug Hammond Add string photonmaps file parameter to exphotonmap advanced settings.
