Difference between revisions of "LuxCoreRender Release Notes v2.1"

From LuxCoreRender Wiki
Jump to navigation Jump to search
Line 1: Line 1:
=LuxCore=
New features:
New features:


Line 19: Line 21:
* [https://github.com/LuxCoreRender/LuxCore/issues/2 accelerator.bvh.builder.type = EMBREE_MORTON doesn't work with the latest Embree]
* [https://github.com/LuxCoreRender/LuxCore/issues/2 accelerator.bvh.builder.type = EMBREE_MORTON doesn't work with the latest Embree]
* [https://github.com/LuxCoreRender/LuxCore/issues/29 Python crashes when calling sys.exit()]
* [https://github.com/LuxCoreRender/LuxCore/issues/29 Python crashes when calling sys.exit()]
=BlendLuxCore=
New features:
* [https://github.com/LuxCoreRender/BlendLuxCore/commit/7462f6ed0efbc9809fd78cdaa0635dde20653d9f show a label in the UI if OpenCL engine is selected in build without OpenCL support]
* [https://github.com/LuxCoreRender/BlendLuxCore/commit/321e330e2adaebf466423c593fbc5b9574c5785b Allow random sampler to be used with Bidir (for better denoising results), show a warning if Metropolis is combined with the denoiser]
* [https://github.com/LuxCoreRender/BlendLuxCore/commit/d84e439090b76616756872bfac4671663e21413d do not create a lightgroup pass if only the default lightgroup is used]
* [https://github.com/LuxCoreRender/BlendLuxCore/commit/d13cc59dcf1b24dcecf33b573f740bc744a08840 add operator to import multiple images at once (node editor), restructure node categories]
* [https://github.com/LuxCoreRender/BlendLuxCore/commit/49b66f7d2969419fc5c3a271d0b00b5cb85e2b60 make LuxCore nodes work with reroutes]
* [https://github.com/LuxCoreRender/BlendLuxCore/commit/1de72035ed76c6343e44cef90368e02d3ec40283 add support for smoke velocity channel]
* [https://github.com/LuxCoreRender/BlendLuxCore/commit/eb059f09216abb3956972606078da3c28f6b18df add lightgroup support for volumes]
Fixed bugs:
* [https://github.com/LuxCoreRender/BlendLuxCore/commit/f8f83b70abaa575e3f4dd0eeb54c0b252dba5dcd
fix incorrect halt condition check]
* [https://github.com/LuxCoreRender/BlendLuxCore/commit/0d63f067af2b1a0232cfd49b8fe3cd313625f46e fix exception when updating light attributes from Python console]
* [https://github.com/LuxCoreRender/BlendLuxCore/issues/152 Unsaved generated images do not work as imagemap textures]
* [https://github.com/LuxCoreRender/BlendLuxCore/commit/432b1ba020b07f46758fd19b4b3af91cca0c90ff fix ColorMix node having min/max sockets instead of scalars in clamp mode]
* [https://github.com/LuxCoreRender/BlendLuxCore/commit/c908acbbe991d7ace8ec8ba15e3ef32f06ec5000 fix broken material preview]
* [https://github.com/LuxCoreRender/BlendLuxCore/commit/fff2d4ee2fcab39a67fe534634929ff26d363a79 fix backface sockets being visible by default]
* [https://github.com/LuxCoreRender/BlendLuxCore/issues/157 Blender interface lags a lot when rendering large resolutions]
* [https://github.com/LuxCoreRender/BlendLuxCore/commit/c51cb8bdea78fd7202b99547ac4ea1ef364207c9 fix some errors if no there is no world]
* [https://github.com/LuxCoreRender/BlendLuxCore/commit/c1e925b0557c03d1c9247561265250d93c1f555e fix various bugs in world update logic when deleting/switching worlds]
Known problems:
* [https://github.com/LuxCoreRender/BlendLuxCore/issues/167 Inserted keyframes in material node graph don't show up in graph editor or anywhere else]
* [https://github.com/LuxCoreRender/BlendLuxCore/issues/148 Blender crashes when Ctrl+C is pressed to copy an object with a material]

Revision as of 10:41, 30 May 2018

LuxCore

New features:

  • Denoiser
  • Updated to VisualStudio C++ 2017
  • Updated to Boost v1.67
  • Updated to OpenImageIO v1.8.11
  • Updated to OpenEXR v2.2.0
  • Updated to Embree v3.2.0

Fixed bugs:

  • Fixed few errors in pyluxcoretools
  • Fixed infinite lights emission for BIDIRCPU/LIGTHCPU
  • Normal mesh now have a local space like instanced mesh (for animation and procedural textures)

Known problems:

BlendLuxCore

New features:

Fixed bugs:

fix incorrect halt condition check]

Known problems: