diff --git a/release/scripts/op/console_python.py b/release/scripts/op/console_python.py index 70b24ddf2fa..8c7f543db36 100644 --- a/release/scripts/op/console_python.py +++ b/release/scripts/op/console_python.py @@ -47,6 +47,7 @@ def get_console(console_id): if consoles is None: consoles = get_console.consoles = {} + get_console.consoles_namespace_hash = hash(bpy.context.manager) else: # check if clearning the namespace is needed to avoid a memory leak. # the window manager is normally loaded with new blend files