LuxBlend_0.1.py
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.
2009-09-18 finished object-check for dof, will reset namefield if not available or typo
2009-09-18 prevent crash if dof-object is not valid, prelimnary fix
2009-09-18 Changed from Windows to Unix style end-of-line encoding.
2009-09-18 Removed initsamples parameter from metropolis and ERPT integrators, changed random sampler default to 4 samples per pixel.
2009-09-12 Added missing redraw for default-output finished
2009-09-11 RC6-versioning
2009-08-31 fix error local variable 'scn' referenced before assignment
2009-08-31 Unify infinite/sunsky gain range.
2009-08-31 Tentative fix for previewing texture with path_mode != absolute.
2009-08-31 Conditional subprocess for windows no longer necessary ?!
2009-08-31 Force precision increase for sunsky gain (only 1 more DP).
2009-08-30 Added bpydoc strings based on info from meta-androcto
2009-08-30 Change random sampler x/y samples into single pixelsamples parameter.
2009-08-27 Quoted path names properly to cope with spaces.
2009-08-27 Gui-refinement makes some fields better to read/identify
2009-08-21 Some GUI Tweaks
2009-08-21 more cleanups for overlapping parameterfields or hidden arrows, RGB-values simply don“t fit in 1 row with others
2009-08-21 Fix the overlapping of dimensionfield for checkerbox
2009-08-20 Use the linear tonemapper for previews.
2009-08-20 Updates to Python 3.1 syntax.
2009-08-18 Fix wrong default pipe values
2009-08-18 Fix pipe issue on linux.
2009-08-18 Fix extra_args persistance (strange python behaviour)
2009-08-18 Fix syntax error with light material/nolg
2009-08-18 Merge with e9f079a090e784240f1955f518848c9b40bd43ac
2009-08-18 Merged latest into LB2
2009-08-18 Remove dead code
2009-08-18 Fix nolg for spotlights + window-redraw for export
2009-08-18 Tidy up run/def/pipe button logic.
2009-08-18 Re-added 'def' button alongside 'pipe' button. Are mutually exclusive.
2009-08-17 Fixed logic error with lxs/m/v/o buttons overriding pipe export.
2009-08-17 Moved pipe buffer constant elsewhere (now correct).