| 2009-12-16 |
David Bucciarelli |
Backported the fix for max. value of network_interval
v06x v061
|
changeset |
files
|
| 2009-12-13 |
David Bucciarelli |
Merge with v0.6.x
|
changeset |
files
|
| 2009-12-13 |
David Bucciarelli |
SATtva's fix for bug 674
v06x
|
changeset |
files
|
| 2009-12-11 |
Jean-Philippe Grimaldi |
Merge with v06x
|
changeset |
files
|
| 2009-12-11 |
Jean-Philippe Grimaldi |
Update preview mode to match the material preview (keep the old one available).
v06x
|
changeset |
files
|
| 2009-12-08 |
Jean-Philippe Grimaldi |
Merge with v06x.
|
changeset |
files
|
| 2009-12-08 |
Jean-Philippe Grimaldi |
Update version to 0.6.1
v06x
|
changeset |
files
|
| 2009-12-08 |
Jean-Philippe Grimaldi |
Merge with v06x.
|
changeset |
files
|
| 2009-12-08 |
Jean-Philippe Grimaldi |
Don't use the noopengl option with luxconsole.
v06x
|
changeset |
files
|
| 2009-12-07 |
doug |
Disable console print for every object exported.
|
changeset |
files
|
| 2009-12-03 |
dougal2 |
Increase max network interval
|
changeset |
files
|
| 2009-11-30 |
David Bucciarelli |
Merge with v0.6.x
|
changeset |
files
|
| 2009-11-30 |
David Bucciarelli |
Feature 661, SAVTtva's patch: Add halttime option
v06x
|
changeset |
files
|
| 2009-11-27 |
Jean-Philippe Grimaldi |
Tweak textures so that color blender textures are exported as a float blender texture and a color mix.
|
changeset |
files
|
| 2009-11-25 |
David Bucciarelli |
Fixed the version
|
changeset |
files
|
| 2009-11-25 |
David Bucciarelli |
Merge
|
changeset |
files
|
| 2009-11-25 |
David Bucciarelli |
Merge
|
changeset |
files
|
| 2009-11-19 |
David Bucciarelli |
Fixed BUG 655: Syntax error in some Blender procedural texture parameter name
|
changeset |
files
|
| 2009-11-24 |
Doug Hammond |
Linked linear_gamma to film gamma, removed linear gamma control.
|
changeset |
files
|
| 2009-11-24 |
doug |
Disable linear TM gamma parameter.
|
changeset |
files
|
| 2009-11-24 |
doug |
Disabled all 'sub-process' progress indicator updates.
|
changeset |
files
|
| 2009-11-22 |
doug |
Disabled progress indicator update on mesh update.
|
changeset |
files
|
| 2009-11-22 |
David Bucciarelli |
Merge with v0.6.x
|
changeset |
files
|
| 2009-11-22 |
David Bucciarelli |
Fixed BUG 658: 'optimize mesh' option button doesn't work
v06x
|
changeset |
files
|
| 2009-11-22 |
David Bucciarelli |
Created v0.6.x branch
v06x
|
changeset |
files
|
| 2009-11-21 |
doug |
Add support for obj.restrictRender.
|
changeset |
files
|
| 2009-11-18 |
Doug Hammond |
Improved export progress indicator.
|
changeset |
files
|
| 2009-11-17 |
Tom Bech |
#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."
|
changeset |
files
|
| 2009-11-11 |
Doug Hammond |
patched in renderEmitter test from Atom.
|
changeset |
files
|
| 2009-11-10 |
Tom Bech |
Fixed a couple of more parameters to exphotonmap that had been renamed in lux but not in luxblend
|
changeset |
files
|
| 2009-11-08 |
Tom Bech |
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.
|
changeset |
files
|
| 2009-11-08 |
Tom Bech |
Mantis #610. Integrated patch for particles and enabling infinitesample option. Patch by Grasshopper and Felix Thaler.
|
changeset |
files
|
| 2009-10-14 |
Jean-Philippe Grimaldi |
Added tag v06 for changeset bc1e3bef1607
|
changeset |
files
|
| 2009-10-13 |
jensverwiebe |
tagging for v0.6
v06
|
changeset |
files
|
| 2009-10-07 |
Tom Bech |
Fix indent in previous commit
|
changeset |
files
|
| 2009-10-07 |
Tom Bech |
Handle the case where os.getenv() returns None
|
changeset |
files
|
| 2009-10-06 |
doug |
Add LUXRENDER_ROOT env var detection for setting path to Lux.
|
changeset |
files
|
| 2009-10-05 |
doug |
Fix for def/pipe button exclusion error.
|
changeset |
files
|
| 2009-09-29 |
jensverwiebe |
make planar-mapping convert correctly from blender(WYSIWYG)
|
changeset |
files
|
| 2009-09-29 |
Tom Bech |
Add tooltip explaining bumpmap scale is in meters (and that consequently 0.01 = 1 cm)
|
changeset |
files
|
| 2009-09-28 |
Tom Bech |
Bug #0000558 - Don't crash on non-existing output dir
|
changeset |
files
|
| 2009-09-28 |
Tom Bech |
Export faces with "none"/missing materials with a dummy matte-material
|
changeset |
files
|
| 2009-09-28 |
Tom Bech |
Handle objects with only empty material slots the same way as objects without materials (assign a dummy matte material on export)
|
changeset |
files
|
| 2009-09-28 |
doug |
Disabled threaded export - reverted to UI blocking behaviour.
|
changeset |
files
|
| 2009-09-28 |
doug |
Better export threading. Run/Pipe/Anim/Threaded combo on win32 can crash still.
|
changeset |
files
|
| 2009-09-28 |
doug |
Improved pipe export threading for unblocking Blender UI.
|
changeset |
files
|
| 2009-09-28 |
doug |
Fix for win32 anim; wait for luxconsole process.
|
changeset |
files
|
| 2009-09-28 |
doug |
Small cleanup: remove redundant code.
|
changeset |
files
|
| 2009-09-28 |
tomb |
Added missing cmd to win anim clause
|
changeset |
files
|
| 2009-09-27 |
Tom Bech |
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.
|
changeset |
files
|
| 2009-09-27 |
Tom Bech |
Handle the combination of animation and pipe - wait for the pipe-thread to finish before returning from export
|
changeset |
files
|
| 2009-09-27 |
Tom Bech |
Use luxconsole for animations when "run" flag is switched on, test for haltspp > 0 in this case
|
changeset |
files
|
| 2009-09-26 |
doug |
Implemented eyerrthreshold and lightrrthreshold for bidir advanced.
|
changeset |
files
|
| 2009-09-25 |
jensverwiebe |
change for render cmd, else... instead of explicitly linux and darwin
|
changeset |
files
|
| 2009-09-25 |
jensverwiebe |
Fix for the animation OS-type-error, still some oddites left
|
changeset |
files
|
| 2009-09-24 |
Jean-Philippe Grimaldi |
Merge with upstream.
|
changeset |
files
|
| 2009-09-24 |
Jean-Philippe Grimaldi |
Correctly clean up exporting when no light source has been defined.
|
changeset |
files
|
| 2009-09-21 |
jensverwiebe |
Rearrange planar-hack only working for planar, pls uncomment and review
|
changeset |
files
|
| 2009-09-21 |
jensverwiebe |
added descriptions for new parameters
|
changeset |
files
|
| 2009-09-21 |
jensverwiebe |
Finished Blender.Image.Get - only lists usable images and informs about unsaved/generated present
|
changeset |
files
|