From b06bf220b9c35e97fd48977b89db15544bee1496 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 2 Jul 2025 21:55:05 +0500 Subject: [PATCH] Fix: PyDocs - add missing `Context.copy()` return type Ref !141359 --- scripts/modules/bpy_types.py | 4 ++++ 1 file changed, 4 insertions(+) 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 = (