Refactor: Clarify code around scheduling composite nodes
[blender.git] / source / blender / python / intern / bpy_app_handlers.hh
blobe5202ef10ed9c5d23ae3663309ff03f1293139f8
1 /* SPDX-FileCopyrightText: 2023 Blender Authors
3 * SPDX-License-Identifier: GPL-2.0-or-later */
5 /** \file
6 * \ingroup pythonintern
7 */
9 #pragma once
11 #include <Python.h>
13 PyObject *BPY_app_handlers_struct();