From 6e721acbd033cd0f66aa6fabd3be11f6efb8cb2a Mon Sep 17 00:00:00 2001 From: nutti Date: Sun, 10 Nov 2024 20:48:04 +0900 Subject: [PATCH] Fix: Incorrect data type of bpy.app.handlers.depsgraph_update_(pre|post) --- src/mods/common/analyzer/update/bpy.app.handlers.mod.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mods/common/analyzer/update/bpy.app.handlers.mod.rst b/src/mods/common/analyzer/update/bpy.app.handlers.mod.rst index c61c7b51..66b01acc 100644 --- a/src/mods/common/analyzer/update/bpy.app.handlers.mod.rst +++ b/src/mods/common/analyzer/update/bpy.app.handlers.mod.rst @@ -4,7 +4,7 @@ .. data:: depsgraph_update_pre - :type: list[collections.abc.Callable[[:class:`bpy.types.Scene`], None]] + :type: list[collections.abc.Callable[[:class:`bpy.types.Scene`, None], None]] :mod-option: skip-refine .. data:: depsgraph_update_post