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
Merge branch 'blender-v4.4-release'
[blender.git]
/
source
/
blender
/
python
/
intern
/
bpy_rna_data.hh
blob
bcc36682486dff5cb5a29eb7a45fc2d8281c873f
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
int
BPY_rna_data_context_type_ready
();
14
15
extern
PyMethodDef BPY_rna_data_context_method_def
;