refresh_ui_data note

This commit is contained in:
Andrej730
2024-08-01 16:09:44 +05:00
parent cb80081473
commit 3fd8be72c2
+5
View File
@@ -170,6 +170,11 @@ def subscribe_to(obj, data_path, callback):
def refresh_ui_data(): def refresh_ui_data():
"""Refresh cached UI data.
Note that calling non-ifc-operators by itself doesn't refresh the UI data
and it need to be refreshed manually if needed.
"""
from blenderbim.bim import modules from blenderbim.bim import modules
for name, value in modules.items(): for name, value in modules.items():