We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug Description In __init__.py, the version string is still 0.1, which is then shown in Blender.
bl_info = { 'name': 'Mitsuba-Blender', 'author': 'Baptiste Nicolet, Dorian Ros, Rami Tabbara', -->'version': (0, 1)<--, 'blender': (2, 93, 0), 'category': 'Render', 'location': 'File menu, render engine menu', 'description': 'Mitsuba integration for Blender', 'wiki_url': 'https://github.com/mitsuba-renderer/mitsuba-blender/wiki', 'tracker_url': 'https://github.com/mitsuba-renderer/mitsuba-blender/issues/new/choose', 'warning': 'alpha', }
To Reproduce Steps to reproduce the behavior:
Expected behavior The version should be 0.4
Environment: OS: MacOS Sonoma 14.4.1 Blender Version: 4.0.2 Add-on Version: v0.4.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Description
In __init__.py, the version string is still 0.1, which is then shown in Blender.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The version should be 0.4
Environment:
OS: MacOS Sonoma 14.4.1
Blender Version: 4.0.2
Add-on Version: v0.4.0
The text was updated successfully, but these errors were encountered: