maybites/TextureSharing

Undoing in object mode or pose mode breaks Share Texture in blender 4.0.2

Opened this issue · 1 comments

Any time I undo in object mode or pose mode, the feed breaks. I can reenable it by unchecking and rechecking Share Texture on the camera.

I found the following error in the console:
TypeError: expected 'Scene' type found 'Scene' instead
Traceback (most recent call last):
File "[...]addons\blender-texture-sharing\operators.py", line 89, in texshare_capture
offscreen.draw_view3d(
TypeError: expected 'Scene' type found 'Scene' instead

I too get this same issue.