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

error install addon #38

Closed
automataIA opened this issue Aug 18, 2020 · 3 comments
Closed

error install addon #38

automataIA opened this issue Aug 18, 2020 · 3 comments

Comments

@automataIA
Copy link

when i was install the addon give me this problem.

Traceback (most recent call last):
  File "C:\Program Files\Blender Foundation\Blender 2.83\2.83\scripts\modules\addon_utils.py", line 351, in enable
    mod = __import__(module_name)
  File "C:\Users\DIO\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\The_Lightmapper-master\__init__.py", line 31, in <module>
    from . addon import operators, panels, properties, preferences, utility, keymap
  File "C:\Users\DIO\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\The_Lightmapper-master\addon\preferences\__init__.py", line 3, in <module>
    from . import addon_preferences
  File "C:\Users\DIO\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\The_Lightmapper-master\addon\preferences\addon_preferences.py", line 1, in <module>
    import bpy, thelightmapper
ModuleNotFoundError: No module named 'thelightmapper'
@Naxela
Copy link
Owner

Naxela commented Aug 18, 2020

Strange, this shouldn't happen - probably an error caused when I merged the branch recently - if you use the latest git now, does it work? : https://github.com/Naxela/The_Lightmapper/archive/master.zip

@automataIA
Copy link
Author

yes. ty

Naxela added a commit that referenced this issue Aug 18, 2020
0.3.0.1 - Fix for #38
0.3.0.2 - Added sound alert on finish
0.3.0.3 - Fix for resolution scale
0.3.0.4 - Begin supersampling, only internal resizing for now
0.3.0.5 - Fix for multiple materials while encoding
Naxela added a commit that referenced this issue Aug 18, 2020
0.3.0.1 - Fix for #38
0.3.0.2 - Added sound alert on finish
0.3.0.3 - Fix for resolution scale
0.3.0.4 - Begin supersampling, only internal resizing for now
0.3.0.5 - Fix for multiple materials while encoding
@Naxela
Copy link
Owner

Naxela commented Aug 19, 2020

Should be fixed in 356553d

@Naxela Naxela closed this as completed Aug 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants