repo.or.cz
/
blender.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Refactor: Clarify code around scheduling composite nodes
[blender.git]
/
source
/
blender
/
python
/
intern
/
bpy_rna_text.hh
blob
41f4a813cf3557aa379892655728df1e390ef94e
1
/* SPDX-FileCopyrightText: 2023 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
5
/** \file
6
* \ingroup pythonintern
7
*/
8
9
#pragma once
10
11
#include <Python.h>
12
13
extern
PyMethodDef BPY_rna_region_as_string_method_def
;
14
extern
PyMethodDef BPY_rna_region_from_string_method_def
;