LuxBlend_0.1.py
2009-12-16 Backported the fix for max. value of network_interval
2009-12-13 Merge with v0.6.x
2009-12-13 SATtva's fix for bug 674
2009-12-11 Merge with v06x
2009-12-11 Update preview mode to match the material preview (keep the old one available).
2009-12-08 Merge with v06x.
2009-12-08 Update version to 0.6.1
2009-12-08 Merge with v06x.
2009-12-08 Don't use the noopengl option with luxconsole.
2009-12-07 Disable console print for every object exported.
2009-12-03 Increase max network interval
2009-11-30 Merge with v0.6.x
2009-11-30 Feature 661, SAVTtva's patch: Add halttime option
2009-11-27 Tweak textures so that color blender textures are exported as a float blender texture and a color mix.
2009-11-25 Fixed the version
2009-11-25 Merge
2009-11-25 Merge
2009-11-19 Fixed BUG 655: Syntax error in some Blender procedural texture parameter name
2009-11-24 Linked linear_gamma to film gamma, removed linear gamma control.
2009-11-24 Disable linear TM gamma parameter.
2009-11-24 Disabled all 'sub-process' progress indicator updates.
2009-11-22 Disabled progress indicator update on mesh update.
2009-11-22 Merge with v0.6.x
2009-11-22 Fixed BUG 658: 'optimize mesh' option button doesn't work
2009-11-22 Created v0.6.x branch
2009-11-21 Add support for obj.restrictRender.
2009-11-18 Improved export progress indicator.
2009-11-17 #634: applied patch by SATva. Appending his comment verbatim: "With basic settings the supersampling is always turned on, the filter width is fixed at 1.5, and the user is free to adjust filter sharpness (0.3333 by default). In advanced mode the supersampling can be switched on and off, and sharpness and width can be configured as desired. In addition render presets are updated for the same defaults: width=1.5, sharp=0.3333, supersample=true .. If the supersample option is turned off (in advanced mode), then the formula is reverted back to the original B+2C=1."
2009-11-11 patched in renderEmitter test from Atom.
2009-11-10 Fixed a couple of more parameters to exphotonmap that had been renamed in lux but not in luxblend
2009-11-08 Renamed obsolete exphotonmap option "maxdirectphotons" to "directphotons". Added debug options under "advanced". These are used for visually inspecting various maps/components of the integrator to ease tweaking of the integrator parameters. See http://www.luxrender.net/forum/viewtopic.php?f=16&t=3025 for a discussion of their meaning.
2009-11-08 Mantis #610. Integrated patch for particles and enabling infinitesample option. Patch by Grasshopper and Felix Thaler.
2009-10-13 tagging for v0.6
2009-10-07 Fix indent in previous commit
2009-10-07 Handle the case where os.getenv() returns None
2009-10-06 Add LUXRENDER_ROOT env var detection for setting path to Lux.
2009-10-05 Fix for def/pipe button exclusion error.
2009-09-29 make planar-mapping convert correctly from blender(WYSIWYG)
2009-09-29 Add tooltip explaining bumpmap scale is in meters (and that consequently 0.01 = 1 cm)
2009-09-28 Bug #0000558 - Don't crash on non-existing output dir
2009-09-28 Export faces with "none"/missing materials with a dummy matte-material
2009-09-28 Handle objects with only empty material slots the same way as objects without materials (assign a dummy matte material on export)
2009-09-28 Disabled threaded export - reverted to UI blocking behaviour.
2009-09-28 Better export threading. Run/Pipe/Anim/Threaded combo on win32 can crash still.
2009-09-28 Improved pipe export threading for unblocking Blender UI.
2009-09-28 Fix for win32 anim; wait for luxconsole process.
2009-09-28 Small cleanup: remove redundant code.
2009-09-28 Added missing cmd to win anim clause
2009-09-27 Render the IOR pop-up menu slightly better. It seems blender calculates the width of the pop-up menu based on where it finds the first non-whitespace character in the first level of the menu.
2009-09-27 Handle the combination of animation and pipe - wait for the pipe-thread to finish before returning from export
2009-09-27 Use luxconsole for animations when "run" flag is switched on, test for haltspp > 0 in this case
2009-09-26 Implemented eyerrthreshold and lightrrthreshold for bidir advanced.
2009-09-25 change for render cmd, else... instead of explicitly linux and darwin
2009-09-25 Fix for the animation OS-type-error, still some oddites left
2009-09-24 Merge with upstream.
2009-09-24 Correctly clean up exporting when no light source has been defined.
2009-09-21 Rearrange planar-hack only working for planar, pls uncomment and review
2009-09-21 added descriptions for new parameters
2009-09-21 Finished Blender.Image.Get - only lists usable images and informs about unsaved/generated present
2009-09-19 Preliminary code for using Blender.Image.Get() for imagemap filename.