LuxBlend_0.1.py
22 months ago Update versions.
22 months ago Fix a check for lightsources in duplis in object analze code (by Qantourisc)
23 months ago Fixes to "Reset settings" tool:
23 months ago Tweaked Mitchell filter default width in advanced mode
23 months ago Added a "Reset settings" tool (System tab)
23 months ago Fix 'Preset' buttons placing in Mediums UI
23 months ago Allow to rename mediums to existing names with overwriting
23 months ago Fail gracefully if installed Blender version doesn't supports hair export
23 months ago Added a switch between "a" and "index" parameters in Fresnel Cauchy texture
23 months ago Translate volume IDs of linked materials on export in batch mode
23 months ago Use "filename" parameter in metal material when .nk file is supplied
23 months ago added sRGB as if-case, to get correct values after colorspacechange
23 months ago Improve glossy materials conversion from Blender material (fallout of the new exponent<->roughness conversion formula).
24 months ago Merge
24 months ago Fix restrictions of group layers
24 months ago Fix nested dupli groups exported multiple times
24 months ago Add support for group particles (patch by Atom)
24 months ago changed 'with' statement back to standard open()/close() calls because of compatibility issue with python 2.5 (OSX)
24 months ago Improvements to network slaves reading from a file (by Qantourisc and zsouthboy)
24 months ago Improvement to volume data linking / volume GC in batch mode
24 months ago Handle switch between Julian and Gregorian calendars in geographic sun
24 months ago Fix scene UID init in batch mode
24 months ago Improvements to the last commit
24 months ago Hashing library fallback in UID generator
24 months ago Added a garbage collector for named volumes, volumes UI updated to more closely resemble Blender's paradigm
24 months ago Additional improvement to volumes import from linked libs:
24 months ago Make volumes/LBM import compatible with scene UID
2010-05-17 Tweak to the last commit
2010-05-17 Additional improvements to volumes import from linked libs:
2010-05-16 Fix to volumes import from linked scene
2010-05-15 Separate infinite light and sun component rotation
2010-05-15 Improvements to geographic sun calculator:
2010-05-15 Fixes to planar material preview: corrected uv mapping, disabled area light
2010-05-15 Make volumes' "color at depth" and absorption texture a contradictory options
2010-05-15 Added a confirmation dialog to the global materials convertion tool; minor correction to Blender spelling
2010-05-15 Fix imagemap clipping with UV map
2010-05-11 Import global volumes data from link libraries when necessary
2010-05-10 Update version string to 0.7RC3
2010-05-10 Batch processing: make end frame parameter not mandatory
2010-05-10 Fix for using a single hair system in multiple objects
2010-05-06 Added description to whitepoint presets (re Abel's proposal)
2010-05-05 Added film and lens presets to linear tonemapping kernel; added f/stop presets to camera DoF
2010-05-05 Allow material assignment to other object types besides a mesh
2010-05-03 Restore erroneously discarded changeset 524
2010-05-03 Fixes to particles and emitters material/volume definition export
2010-05-03 Fix to null vectors check function in hair strands export
2010-05-03 Properly export Exterior/Interior volume definitions for per-instance redefined materials
2010-05-01 Update comment to v0.7RC2 too.
2010-05-01 Fixes to hair export with motion blur: bad performance on export and rendering distortions are resolved
2010-04-30 Put profiler back and changed expensive (though unused) cmp operation according to dougal2
2010-04-30 Check for null strand vectors and cull out point-sized hair strands
2010-04-30 Fixed highly suboptimal code in instanced objects export
2010-04-30 Rolling back previous changes
2010-04-29 optimisation in hair an exportObjects() methods; hair export speed nearly sane; thanks to tomb for link to profiler decorator code
2010-04-29 fix deprecated warning on getCurrentCamera() and 'warning object Camera has no material assigned'
2010-04-28 A few small optimisations to the hair export functions; still very slow.
2010-04-28 Hair particles export (still some problems with motion blur)
2010-04-27 Merge
2010-04-27 Small tweak to objects instancing threshold
2010-04-26 fix for bug #635; start luxconsole animation minimised.