BUGProtectionAssociation / Blender-Text-Editor-Essentials-reborn

Old Blender Text Editor Essentials had died. Now it reborn.
GNU Lesser General Public License v2.1
2 stars 0 forks source link

Fix the bug of 4.0+ #1

Open BUGProtectionAssociation opened 6 days ago

BUGProtectionAssociation commented 6 days ago

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
BUGProtectionAssociation commented 3 days ago

2 Have a try?