Skip to content

Bugfix: poll() error messages when run from adv. drawing workspace

Félix David requested to merge Tilix4/stax:bf_cancel_adv.drawing into 2.0

Description of change

Specified bpy.data.scenes["Scene"] to get the master scene instead of context.scene which is invalid in Adv. Drawing mode. Fix #181 (closed)

How to test it

  • Use Adv. Drawing

Checklist

Please check if your MR fulfills the following requirements:

  • Unit tests have been added, if needed
  • Documentation have been updated, if needed
  • Build was run locally and any changes were pushed
  • Lint has passed locally without error
  • Package.py have been updated, if needed
  • CHANGELOG.md have been updated, if needed
  • Version numer has been tagged, if needed

FYI: @awesome_dev_too

Merge request reports