Post #5122: Hi @Pluglug I found one case that will cause an error - changing
π Metadata
- Author: fjg3d
- Date: 2024-05-02 22:02:29
- Type:
bug_report - Quality Score: 8/10
- Reply to: post_05119
- Replies (1): post_05123
π·οΈ Tags
modal viewport intermediate unsolved
βοΈ Related PME Features
- Modal Editor
π¬ Content
Hi @Pluglug I found one case that will cause an error - changing the viewport size while playing the animation. After expanding the view, stopping the animation (esc) will cause the error. For anyone else who may use this, the error can be prevented by checking Block UI option in the modal settings (gear icon). You canβt rotate the view during playback, though.
Here is the error if you think there is a solution that doesnβt block UI, but this is already great, so no worries.
error
"operators.py", line 1091, in modal
self.do_cancel(True)
"operators.py", line 935, in do_cancel
self.stop()
"operators.py", line 913, in stop
area_header_text_set()
"pie_menu_editor\bl_utils.py", line 803, in area_header_text_set
area.header_text_set(text=None)
^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'header_text_set'
Thanks!
James