Skip to content
New issue

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

Plugin: Blender version string is outdated #100

Open
pablode opened this issue May 1, 2024 · 0 comments
Open

Plugin: Blender version string is outdated #100

pablode opened this issue May 1, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@pablode
Copy link

pablode commented May 1, 2024

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:

  1. Open Blender Preferences -> Add-ons -> Mitsuba-Blender
  2. See 0.1 being shown

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

@pablode pablode added the bug Something isn't working label May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant