Sorry again for a delay, but here are new fresh and shiny weekly builds for your testing pleasure. :D First of all, in the meantime while Dade's been bashing his head on the brightest GPGPU future of Lux, jeanphi polished the new glossy material model even more (so now it's even more glossy than ever! :)), you can see the latest results here. Next was a fix for infinitesample environment to work properly with plain world color. Also he's continuing his work on volumes, but the results aren't exposed yet, so nothing to test here, move along.
And after a long delay the new component is finally included in these builds: pylux, Python module for accessing Lux API. Lets everybody say a big "thank you" to jromang for this great piece of soft. I refer you to this thread for the gory and glory details. The only limitation currently (on my part) is that you need Python 2.6 to run it. Hopefully, for the next release CPython library will be linked statically, so we won't have to depend on a particular version installed on you system. In the same time, build archives should become smaller (jeanphi already commited the required changes, however they are not included in this release).
Additionally, libpng-1.2.42 is also linked statically since this release. Lets hope we won't see any version incompatibilities anymore.
Lux 0.7-dev branch:
32-bit, SSE only
32-bit, SSE, SSE2
32-bit, SSE, SSE2, SSE3
64-bit, SSE, SSE2
64-bit, SSE, SSE2, SSE3
64-bit, SSE, SSE2, SSE3, 3DNow
64-bit, SSE, SSE2, SSE3, SSE4, SSE4.1
(If you get "Illegal instruction" error when starting the program, make sure your CPU supports SSE instructions set this particular build was compiled for.)
LuxBlend 0.7-dev:
LuxBlend snapshot
Changes in LuxRender since the last week included in these builds:
- Code: Select all
35 hours ago jromang Changed the LOG macro to avoid ambiguity in if/else constructs
35 hours ago jromang Merge with d1440e70a7b87f7926303ca8294e9a59e1f27b6b
35 hours ago jromang Asynchronous worldEnd call in python API
47 hours ago Jean-Philippe Grimaldi Tweak to scale texture to remove spurious warnings.
2 days ago Jean-Philippe Grimaldi Put BRDFToBTDF into its own set of files.
2 days ago Jean-Philippe Grimaldi Remove warnings from gcc.
2 days ago jromang Merge with 3a93563c72ad0cad223b8d0c0472c196002c71dc
4 days ago jromang Implementation of new error logger. boost.log
3 days ago Jean-Philippe Grimaldi More tweaks to the Schlick model:
4 days ago Jean-Philippe Grimaldi Begin to implement new VolumeIntegrator interfaces.
4 days ago Jean-Philippe Grimaldi Fix an issue with carpaint (unitialized parameters).
4 days ago Jean-Philippe Grimaldi Remove inadvertently commited debug code.
4 days ago Jean-Philippe Grimaldi Merge with server.
5 days ago Jean-Philippe Grimaldi Really bind volumes to shapes.
5 days ago Jean-Philippe Grimaldi Fix a warning.
5 days ago Jean-Philippe Grimaldi Tighten some includes.
5 days ago Jean-Philippe Grimaldi Proper use of shared pointers and various tweaks:
6 days ago Jean-Philippe Grimaldi Fix infinitesample old interfaces when no map is used.
6 days ago Jean-Philippe Grimaldi Readd a line that should never have been removed.
Changes in LuxBlend since the last week:
- Code: Select all
6 days ago Vlad "SATtva" Miller Material preview param type fix.
Edit: forgot to change date in topic (damn copy&paste).