diff --git a/scripts/modules/bpy_types.py b/scripts/modules/bpy_types.py index dbf1b816379..85464efab90 100644 --- a/scripts/modules/bpy_types.py +++ b/scripts/modules/bpy_types.py @@ -86,6 +86,10 @@ class Context(_StructRNA): return value def copy(self): + """Get context members as a dictionary. + + :rtype: dict[str, Any] + """ from types import BuiltinMethodType new_context = {} generic_attrs = (