BUGProtectionAssociation/Blender-Text-Editor-Essentials-reborn

Fix the bug of 4.0+

Opened this issue · 1 comments

Fix type error

Traceback (most recent call last):
  File "\addons\Blender-Text-Editor-Essentials\code_editor.py", line 1091, in <lambda>
    bpy.app.timers.register(lambda: timer(func, *args, init=True),
  File "\addons\Blender-Text-Editor-Essentials\code_editor.py", line 1089, in timer
    func(*args)
TypeError: _bpy.ops.call() argument 3 must be str, not dict