nutti / Screencast-Keys

Blender Add-on: Screencast Keys
GNU General Public License v3.0
1.27k stars 112 forks source link

Doesn't work on macos apple M2 blender 4.1 #200

Closed westNeighbor closed 6 months ago

westNeighbor commented 6 months ago

System Information

Description about the bug**

No problem installation, but doesn't show anything, lanuch from terminal and it gives the following errors

Traceback (most recent call last): File "/Users/mhzhao/Library/Application Support/Blender/4.1/scripts/addons/screencast_keys/ops.py", line 1432, in draw_callback draw_rect(0, 0, 0, 0, [0.0, 0.0, 0.0, 0.0]) File "/Users/mhzhao/Library/Application Support/Blender/4.1/scripts/addons/screencast_keys/ops.py", line 282, in draw_rect imm.immEnd() File "/Users/mhzhao/Library/Application Support/Blender/4.1/scripts/addons/screencast_keys/gpu_utils/imm.py", line 262, in immEnd batch = batch_for_shader(shader, 'TRIS', data, indices=indices) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Applications/Blender.app/Contents/Resources/4.1/scripts/modules/gpu_extras/batch.py", line 61, in batch_for_shader attrs_info = shader.attrs_info_get() ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'attrs_info_get'

Additional comments

nutti commented 6 months ago

@westNeighbor

It seems the same issue #194 . Please use the unstable version for now. https://github.com/nutti/Screencast-Keys/issues/194#issuecomment-1943591734

westNeighbor commented 6 months ago

@westNeighbor

It seems the same issue #194 . Please use the unstable version for now. #194 (comment)

Cool, thx.