Shot Manager is a Blender add-on that introduces a true shot entity in Blender scenes, as well as a wide and powerful set of tools to build and edit sequences in real-time directly in the 3D context.
Blender version, from installer or from zip: 2.93.3
OS: Ubuntu 21.10
Bug was also on previous versions (I don't know / No / Yes, seen on version x.x): IDK
Describe the bug
Error panel popping out when adding the Video Editing tab in Blender.
-------------------------------------------------------
New file loaded
Initializing Shot Manager in the current scene (Scene)... [./config/sm_logging.py:222]
Initializing Shot Manager Preferences...
Initializing new take with name Main Take...
REFRESH JIGGLE LIST
anim drop
Python: [ERROR] mpfb.init ..............................: Unhandled crash
File "/home/pm/.config/blender/2.93/scripts/addons/shotmanager/overlay_tools/interact_shots_stack/shots_stack.py", line 248, in modal
if config.gRedrawShotStack or event_handled:
local variable 'event_handled' referenced before assignment
Traceback (most recent call last):
File "/home/pm/.config/blender/2.93/scripts/addons/shotmanager/overlay_tools/interact_shots_stack/shots_stack.py", line 248, in modal
if config.gRedrawShotStack or event_handled:
UnboundLocalError: local variable 'event_handled' referenced before assignment
location: <unknown location>:-1
Error: Python: [ERROR] mpfb.init ..............................: Unhandled crash
File "/home/pm/.config/blender/2.93/scripts/addons/shotmanager/overlay_tools/interact_shots_stack/shots_stack.py", line 248, in modal
if config.gRedrawShotStack or event_handled:
local variable 'event_handled' referenced before assignment
Traceback (most recent call last):
File "/home/pm/.config/blender/2.93/scripts/addons/shotmanager/overlay_tools/interact_shots_stack/shots_stack.py", line 248, in modal
if config.gRedrawShotStack or event_handled:
UnboundLocalError: local variable 'event_handled' referenced before assignment
location: <unknown location>:-1
Infos on the context
Describe the bug Error panel popping out when adding the Video Editing tab in Blender.
To Reproduce Steps to reproduce the behavior:
Expected behavior no error :smile:
Screenshots