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
Todo: Update addon for Blender 4.0
The text was updated successfully, but these errors were encountered:
I was able to get it working, i think, in 4.1 by changing line 31 of this file:
The_Lightmapper/addon/utility/gui/Viewport.py
Line 31 in 6e9e3a8
To:
self.shader = gpu.shader.from_builtin('IMAGE')
Ref: https://projects.blender.org/blender/blender/issues/114359
Sorry, something went wrong.
I also got an error: AttributeError: 'RenderSettings' object has no attribute 'tile_x'
AttributeError: 'RenderSettings' object has no attribute 'tile_x'
But i saw this has been fixed on this line already, just not included in the latest packaged .zip yet:
The_Lightmapper/addon/utility/cycles/prepare.py
Line 823 in 6e9e3a8
Yep! Very nice, thank u!
No branches or pull requests
Todo: Update addon for Blender 4.0
The text was updated successfully, but these errors were encountered: