Second attempt at fixing warning

This commit is contained in:
Bastien Montagne
2025-01-21 10:27:06 +01:00
parent 9fe2ab3f34
commit 992d44131d

View File

@@ -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: