Skip to content

Commit 5275ff4

Browse files
committed
Bump version info to 2.10.0, adapt readme to stable release
1 parent b6f11a6 commit 5275ff4

File tree

3 files changed

+9
-16
lines changed

3 files changed

+9
-16
lines changed

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"blender": (4, 2, 0),
2929
"category": "Render",
3030
"description": "LuxCoreRender integration for Blender",
31-
"warning": "rc.1",
31+
#"warning": "rc.1",
3232

3333
"wiki_url": "https://wiki.luxcorerender.org/",
3434
"tracker_url": "https://github.com/LuxCoreRender/BlendLuxCore/issues/new",

blender_manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ id = "BlendLuxCore"
77
# I.e. MAJOR.MINOR.PATCH
88
# E.g.: "2.9.4": major: 2; minor: 9; patch: 3.
99
# or for pre-release versions: "2.9.4-alpha.1": major: 2; minor: 9; patch: 3; pre-release: alpha.1
10-
version = "2.10.0-rc.1"
10+
version = "2.10.0"
1111
name = "BlendLuxCore"
1212
tagline = "LuxCore"
1313
maintainer = "BlendLuxCore team"

readme.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,14 @@
1111

1212
This addon integrates the LuxCore render engine into Blender. It offers advanced features like accelerated rendering of indirect light and efficient rendering of caustics.
1313

14-
## BlendLuxCore Wheels
15-
16-
**As of 2025, the LuxCoreRender codebase is being reworked to support the latest features and integrate with Blender versions 4.2+.**
17-
18-
**The current version is a release-candidate, based on LuxCore Python wheels.**
19-
20-
**This version is not recommended for production use.**
21-
22-
**In case of questions or support, please open an issue here on GitHub or get in touch on our Discord server: https://discord.com/invite/chPGsKV**
2314

2415
## Supported Blender Versions
2516

26-
* Blender versions 4.2LTS and 4.3 are supported by the latest version.
27-
* Support for Blender 4.4+ is experimental and not currently recommended!
17+
* BlendLuxCore v2.10.x supports Blender versions 4.2LTS and 4.3.
18+
* Support for Blender 4.4+ is experimental and not recommended for production use!
2819
* Supported platforms are Windows, Linux, MacOS Intel, MacOS ARM
2920

30-
**Old BlendLuxCore releases (non-wheel):**
21+
**Previous BlendLuxCore releases:**
3122
* Blender 2.93 is supported by BlendLuxCore v2.6.
3223
* Blender 2.83-2.92 are supported by BlendLuxCore v2.5.
3324
* Blender 2.83 is supported by BlendLuxCore v2.4.
@@ -71,8 +62,10 @@ Beforehand, you may want to uninstall previous version of BlendLuxCore: look in
7162
## Important Links
7263

7364
**Homepage:** **https://luxcorerender.org/**
74-
**Forums:** **https://forums.luxcorerender.org/**
7565
**Wiki:** **https://wiki.luxcorerender.org/**
66+
**Forums:** **https://forums.luxcorerender.org/**
7667
**Discord:** **https://discord.com/invite/chPGsKV**
7768
**Gallery:** **https://luxcorerender.org/gallery/**
78-
**Example Scenes:** **https://luxcorerender.org/example-scenes/**
69+
**Example Scenes:** **https://luxcorerender.org/example-scenes/**
70+
71+
**In case of questions or support, please open an issue here on GitHub, or get in touch via the Forums or our Discord server.**

0 commit comments

Comments
 (0)