Refactor: Clarify code around scheduling composite nodes
[blender.git] / source / blender / python / intern / bpy_rna_text.hh
blob41f4a813cf3557aa379892655728df1e390ef94e
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 extern PyMethodDef BPY_rna_region_as_string_method_def;
14 extern PyMethodDef BPY_rna_region_from_string_method_def;