Py Docs: Document delayed setting of UI data

Blender may not apply certain UI data changes immediately when done via BPY.
This is a rather typical gotcha, better to have it documented.

Reviewed By: campbellbarton

Differential Revision: https://developer.blender.org/D15614
This commit is contained in:
2022-09-01 15:01:51 +02:00
parent 06d2dc6be2
commit 00d2bda241
2 changed files with 33 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
"""
.. _modal_operator:
Modal Execution
+++++++++++++++