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
When opening Light Studio Panel I receive the following error on Blender 4.0 & 4.0.2. The error causes a instant crash or frozen program
On a fresh install the plugin works until you restart blender.
Python: Traceback (most recent call last): File "C:\Users...\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\leomoon-lightstudio-master\operators\modal.py", line 415, in invoke panel_global = Panel(Vector((15, 45)), pw, pw*(9/16)) File "C:\Users...\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\leomoon-lightstudio-master\operators\modal_utils.py", line 340, in init self.button_fast_3d_edit = Button(Vector((0,0)), f'Light Brush [{kmi.type}]') AttributeError: 'NoneType' object has no attribute 'type' # Error
Any assistance would be great Thank you :)
The text was updated successfully, but these errors were encountered:
this should be fixed in LightStudio 2.15.1.
Please make sure the old LightStudio version is removed.
Sorry, something went wrong.
I'm still having this issue
what timezone are you in?
I can give you remote assistance. I'm in PST.
No branches or pull requests
When opening Light Studio Panel I receive the following error on Blender 4.0 & 4.0.2. The error causes a instant crash or frozen program
On a fresh install the plugin works until you restart blender.
Python: Traceback (most recent call last):
File "C:\Users...\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\leomoon-lightstudio-master\operators\modal.py", line 415, in invoke
panel_global = Panel(Vector((15, 45)), pw, pw*(9/16))
File "C:\Users...\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\leomoon-lightstudio-master\operators\modal_utils.py", line 340, in init
self.button_fast_3d_edit = Button(Vector((0,0)), f'Light Brush [{kmi.type}]')
AttributeError: 'NoneType' object has no attribute 'type' # Error
Any assistance would be great
Thank you :)
The text was updated successfully, but these errors were encountered: