-
Notifications
You must be signed in to change notification settings - Fork 31
Description
Blender 5.0 beta is here, and I decided to launch ABNormal.
However, I hit this error:
Python: Traceback (most recent call last):
File "C:\Users\3DCompositor\AppData\Roaming\Blender Foundation\Blender\5.0\scripts\addons\Abnormal-master\operators_modal.py", line 236, in invoke
self._container = ABNContainer(
^^^^^^^^^^^^^
File "C:\Users\3DCompositor\AppData\Roaming\Blender Foundation\Blender\5.0\scripts\addons\Abnormal-master\classes.py", line 15, in init
self.create_shader()
File "C:\Users\3DCompositor\AppData\Roaming\Blender Foundation\Blender\5.0\scripts\addons\Abnormal-master\classes.py", line 114, in create_shader
self.shader = gpu.types.GPUShader(vertex_shader, fragment_shader)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: cannot create 'GPUShader' instances
Please help.