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_operator.hh
blob
a374c5e9ac3f8ac2791eb6134640768bf36dff0f
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_operator_poll_message_set_method_def
;