Blender  V2.93
bpy_intern_string.h
Go to the documentation of this file.
1 /*
2  * This program is free software; you can redistribute it and/or
3  * modify it under the terms of the GNU General Public License
4  * as published by the Free Software Foundation; either version 2
5  * of the License, or (at your option) any later version.
6  *
7  * This program is distributed in the hope that it will be useful,
8  * but WITHOUT ANY WARRANTY; without even the implied warranty of
9  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10  * GNU General Public License for more details.
11  *
12  * You should have received a copy of the GNU General Public License
13  * along with this program; if not, write to the Free Software Foundation,
14  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15  */
16 
17 #pragma once
18 
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26 
27 void bpy_intern_string_init(void);
28 void bpy_intern_string_exit(void);
29 
30 extern PyObject *bpy_intern_str___annotations__;
31 extern PyObject *bpy_intern_str___doc__;
32 extern PyObject *bpy_intern_str___main__;
33 extern PyObject *bpy_intern_str___module__;
34 extern PyObject *bpy_intern_str___name__;
35 extern PyObject *bpy_intern_str___slots__;
36 extern PyObject *bpy_intern_str_attr;
37 extern PyObject *bpy_intern_str_bl_property;
38 extern PyObject *bpy_intern_str_bl_rna;
40 extern PyObject *bpy_intern_str_bpy_types;
41 extern PyObject *bpy_intern_str_frame;
42 extern PyObject *bpy_intern_str_properties;
43 extern PyObject *bpy_intern_str_register;
44 extern PyObject *bpy_intern_str_self;
45 extern PyObject *bpy_intern_str_unregister;
46 
47 #ifdef __cplusplus
48 }
49 #endif
PyObject * bpy_intern_str_bpy_types
PyObject * bpy_intern_str___name__
PyObject * bpy_intern_str_register
PyObject * bpy_intern_str_bl_rna
PyObject * bpy_intern_str_self
PyObject * bpy_intern_str___module__
void bpy_intern_string_init(void)
PyObject * bpy_intern_str_bl_target_properties
PyObject * bpy_intern_str_bl_property
PyObject * bpy_intern_str___doc__
PyObject * bpy_intern_str_attr
PyObject * bpy_intern_str___annotations__
PyObject * bpy_intern_str___main__
PyObject * bpy_intern_str_unregister
PyObject * bpy_intern_str___slots__
PyObject * bpy_intern_str_properties
void bpy_intern_string_exit(void)
PyObject * bpy_intern_str_frame