update docstring

This commit is contained in:
Kayla Man 2023-10-24 19:52:54 +08:00
parent 038cdfa80e
commit a320c30d43

View file

@ -501,6 +501,8 @@ def get_plugins() -> list:
@contextlib.contextmanager
def suspended_refresh():
"""Suspended refresh for scene and modify panel redraw.
"""
rt.disableSceneRedraw()
rt.suspendEditing()