LuxCoreRender Release Notes v2.10: Difference between revisions
Jump to navigation
Jump to search
Create Page |
Initial write of BlendLuxCore release notes |
||
Line 12: | Line 12: | ||
===New Features=== | ===New Features=== | ||
* Compatibility for Blender 4.2 and 4.3 | |||
* Partial compatibility for Blender 4.4 (not a release goal) | |||
* Moved from Blenders addon system to the new extension system | |||
* BlendLuxCore no longer bundles LuxCore binaries, platform specific binaries now distributed via PyPi | |||
* Changed build pipeline from Azure to GitHub CI/CD | |||
* Add square-root option to math node (alias to power 0.5) | |||
* Add a setting to suppress LuxCore console log output | |||
* Glass material now accepts IOR < 1 | |||
* Materials can now be individually excluded from material override | |||
* BlendLuxCore specific menus are marked with an icon | |||
===Fixed Bugs=== | ===Fixed Bugs=== | ||
* Motion blur support for instances | |||
* Improve custom normals export time by utilizing mesh.loops.foreach_get() | |||
* LOL: Changed data access to adapt to new webhosting requirements | |||
===Known Problems=== | ===Known Problems=== |
Revision as of 16:25, 24 April 2025
LuxCore
New Features
Fixed Bugs
Known Problems
BlendLuxCore
New Features
- Compatibility for Blender 4.2 and 4.3
- Partial compatibility for Blender 4.4 (not a release goal)
- Moved from Blenders addon system to the new extension system
- BlendLuxCore no longer bundles LuxCore binaries, platform specific binaries now distributed via PyPi
- Changed build pipeline from Azure to GitHub CI/CD
- Add square-root option to math node (alias to power 0.5)
- Add a setting to suppress LuxCore console log output
- Glass material now accepts IOR < 1
- Materials can now be individually excluded from material override
- BlendLuxCore specific menus are marked with an icon
Fixed Bugs
- Motion blur support for instances
- Improve custom normals export time by utilizing mesh.loops.foreach_get()
- LOL: Changed data access to adapt to new webhosting requirements