These builds, as usual, contain LuxRender, LuxConsole, LuxMerger, Pylux for Python2 and Pylux for Python3.
Win 64 http://www.luxrender.net/release/luxren ... nCL_64.exe
Win 32 SSE1 http://www.luxrender.net/release/luxren ... 2_SSE1.exe
Win 32 SSE2 http://www.luxrender.net/release/luxren ... 2_SSE2.exe
Built with Visual Studio Express 2008 + Windows 7 SDK on Win 7 64bit, using ATI Stream SDK 2.2.
Changes since the last windows weeklies:
- Code: Select all
23 hours ago jeanphi Check for some out of bounds conditions in sampling functions and optimize Lerp.
24 hours ago jensverwiebe Check for .lxs .flm rather than without period
26 hours ago jensverwiebe OSX: moved doubleclick/drag-stuff to mainwindow.cpp/hxx
46 hours ago dougal2 Cleaned up StatsData class; removed most stored values and added prediction char (~) to % Complete stats when needed.
47 hours ago dougal2 Moved StatsData implementation into new file core/stats.cpp; allows cleaner code in Context::PrintableStatistics; made necessary CMakeLists adjustments (also copy pyluxconsole to build dir).
2 days ago jensverwiebe OSX: Hopefully the final fix to get rid of redundant QEvent:OpenFile + a little cleanup
2 days ago jensverwiebe OSX: cleanup of drag'n-drop-code and another bugfix
2 days ago jensverwiebe OSX: second try get rid of redundant QEvent
2 days ago jensverwiebe OSX:try to fix the the sometimes occuring hang when rendering from luxblend
2 days ago jensverwiebe OSX: change ordering for window is brought to front
3 days ago jensverwiebe OSX: handle doubleclicked or dragged scenefiles (.lxs) as if opened in filemenue
6 days ago jensverwiebe Better naming for completion stats bool: timebased (true = time, false = spp )
6 days ago jensverwiebe Corrects case in stats when no haltcondition is set --> also no percentage then
6 days ago jensverwiebe whitespace clean
6 days ago jensverwiebe Keep completion stats at 100% max and make sure they don´t get broken at stopping
7 days ago jensverwiebe OSX:initial commit bring GUI-app to front when started by LuxBlend
7 days ago dougal2 fix code ordering in qtgui/luxapp.hxx
7 days ago jensverwiebe Optimize lines in header
7 days ago jensverwiebe OSX: enabled doubleclick or dragging in Finder to render
8 days ago dougal2 fix completion_samples calculation if not networking or add_total==false.
8 days ago dougal2 fix error in completion_samples calculation (use total not local)
8 days ago dougal2 Added % render completion to statistics if haltspp or halttime set (greatest will be shown if both set); Also added haltspp and halttime to queryable data in film.
8 days ago jensverwiebe Intermediate crashfix until imagepipelinerefactor is done
11 days ago dougal2 Fix queryable.h for build on linux/osx
11 days ago Lord Crc Queryable API changes. StringValue() returns const reference, fixed writing to fields.
13 days ago jensverwiebe Spinbox_Threads minumum set to 0
13 days ago jensverwiebe Handle renderthreads with a spinbox ( initial commit )
13 days ago jensverwiebe Fixed leaving render in undefined state by readding needed samples/sec statistic
13 days ago dougal2 refactored StatsData to use template strings; changed the GUI to use luxPrintableStats().
2 weeks ago dougal2 Minor cleanups and add comments to StatsData class definition.
2 weeks ago dougal2 Moved stats formatting for PrintableStatistics out of Context class and into StatsData class in stats.h
2 weeks ago dougal2 Fix gcc var init order warnings
2 weeks ago dougal2 Further updates to stats formatting to reduce line length and predict network progress
2 weeks ago jensverwiebe Add postbuild copy flm-icon to app-bundle for OSX
2 weeks ago tomb Use native menubar on MacOS
2 weeks ago tomb Disable native menubar by default - need to add macos specific stuff in the code for this, it made the menubar dissapear on linux+qt4.7
2 weeks ago tomb Applied patch from Seth Berrier
2 weeks ago Dade Fixed a gcc warnning
2 weeks ago dougal2 Small fix to allow efficiency stat without first getting samplesPx stat; added efficiency to printableStatistics()
2 weeks ago dougal2 Fix and improve pyluxconsole final stats and halt conditions
2 weeks ago dougal2 Add local thread count to printableStatistics() via new statistic() 'threadCount'
2 weeks ago dougal2 Fix printableStatistics() unreliability
2 weeks ago dougal2 Restored rendering check in renderserver stats output
2 weeks ago dougal2 Implement printableStatistics method in Context to unify output across the engine; also callable with C API luxPrintableStatistics().
2 weeks ago dougal2 Prevent RenderingServerInfo construction via pylux
2 weeks ago dougal2 Restored clobbered pylux changes
2 weeks ago jeanphi Fix a typo in latest queryable changes.
2 weeks ago jeanphi Fix a typo when porting PBRT fixes.
2 weeks ago Lord Crc Moved more statistics to use queryable api. Extended queryable attributes further.
