Skip to content

Commit

Permalink
Fix: Incorrect data type of bpy.app.handlers.depsgraph_update_(pre|post)
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Nov 10, 2024
1 parent 005b53f commit d4592fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mods/common/analyzer/update/bpy.app.handlers.mod.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

.. data:: depsgraph_update_pre

:type: list[collections.abc.Callable[[`bpy.types.Scene`], None]]
:type: list[collections.abc.Callable[[:class:`bpy.types.Scene`], None]]
:mod-option: skip-refine

.. data:: depsgraph_update_post

:type function: list[collections.abc.Callable[[`bpy.types.Scene`, `bpy.types.Depsgraph`], None]]
:type: list[collections.abc.Callable[[:class:`bpy.types.Scene`, :class:`bpy.types.Depsgraph`], None]]
:mod-option: skip-refine

0 comments on commit d4592fd

Please sign in to comment.