Skip to content

Commit

Permalink
Merge pull request #958 from odil24/for_blender_4.2_wheels
Browse files Browse the repository at this point in the history
BlendLuxCore wheels versioning
  • Loading branch information
howetuft authored Jan 10, 2025
2 parents 6d74b8e + 784424d commit 83a3b23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def install_pyluxcore():
"blender": (4, 2, 0),
"category": "Render",
"description": "LuxCoreRender integration for Blender",
"warning": "beta2",
"warning": "alpha3",

"wiki_url": "https://wiki.luxcorerender.org/",
"tracker_url": "https://github.com/LuxCoreRender/BlendLuxCore/issues/new",
Expand All @@ -117,7 +117,7 @@ def register():

from .utils.log import LuxCoreLog
pyluxcore.Init(LuxCoreLog.add)
print(f"BlendLuxCore {version_string} registered (with pyluxcore {pyluxcore.Version()})")
print(f"BlendLuxCore (wheels) {version_string} registered (with pyluxcore {pyluxcore.Version()})")

def unregister():
engine.unregister()
Expand Down
5 changes: 4 additions & 1 deletion blender_manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ schema_version = "1.0.0"
# Example of manifest file for a Blender extension
# Change the values according to your extension
id = "BlendLuxCore"
version = "2.9.0"
# Recommend versioning like MASTER.MAJOR.MINOR.
# E.g.: "2.9.3": master: 2; major: 9; minor: 3.
# BlendLuxCore Wheels version is 2.9.3 "3 is alpha3 here"
version = "2.9.3"
name = "BlendLuxCore"
tagline = "LuxCore"
maintainer = "BlendLuxCore team"
Expand Down

0 comments on commit 83a3b23

Please sign in to comment.