Post #5122: Hi @Pluglug I found one case that will cause an error - changing

πŸ“‹ Metadata

🏷️ Tags

modal viewport intermediate unsolved

  • 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


πŸ”— View on Blender Artists