From 992d44131d0a71297a6f3519b6b1e94459c2a5ed Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Tue, 21 Jan 2025 10:27:06 +0100 Subject: [PATCH] Second attempt at fixing warning --- doc/python_api/rst/info_overview.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/python_api/rst/info_overview.rst b/doc/python_api/rst/info_overview.rst index f24807a9ecc..141363a97ff 100644 --- a/doc/python_api/rst/info_overview.rst +++ b/doc/python_api/rst/info_overview.rst @@ -212,9 +212,10 @@ otherwise Blender's internal initialization won't happen properly: internal data, and may change depending on the implementation. Unfortunately, the error message, generated in case the expected constructor is not called, can - be fairly cryptic and unhelping. Generally they should be about failure to create a (python) object: + be fairly cryptic and unhelping. Generally they should be about failure to create a (python) + object: - MemoryError: couldn't create bpy_struct object_ + MemoryError: couldn't create bpy_struct object\_ With Operators, it might be something like that: