Blender  V2.93
Functions | Variables
bpy_intern_string.h File Reference

Go to the source code of this file.

Functions

void bpy_intern_string_init (void)
 
void bpy_intern_string_exit (void)
 

Variables

PyObject * bpy_intern_str___annotations__
 
PyObject * bpy_intern_str___doc__
 
PyObject * bpy_intern_str___main__
 
PyObject * bpy_intern_str___module__
 
PyObject * bpy_intern_str___name__
 
PyObject * bpy_intern_str___slots__
 
PyObject * bpy_intern_str_attr
 
PyObject * bpy_intern_str_bl_property
 
PyObject * bpy_intern_str_bl_rna
 
PyObject * bpy_intern_str_bl_target_properties
 
PyObject * bpy_intern_str_bpy_types
 
PyObject * bpy_intern_str_frame
 
PyObject * bpy_intern_str_properties
 
PyObject * bpy_intern_str_register
 
PyObject * bpy_intern_str_self
 
PyObject * bpy_intern_str_unregister
 

Function Documentation

◆ bpy_intern_string_exit()

void bpy_intern_string_exit ( void  )

Definition at line 82 of file bpy_intern_string.c.

References ARRAY_SIZE, and bpy_intern_str_arr.

Referenced by BPY_python_end().

◆ bpy_intern_string_init()

void bpy_intern_string_init ( void  )

Variable Documentation

◆ bpy_intern_str___annotations__

PyObject* bpy_intern_str___annotations__
extern

Definition at line 33 of file bpy_intern_string.c.

Referenced by bpy_intern_string_init(), and pyrna_deferred_register_props().

◆ bpy_intern_str___doc__

PyObject* bpy_intern_str___doc__
extern

Definition at line 34 of file bpy_intern_string.c.

Referenced by bpy_class_validate_recursive(), and bpy_intern_string_init().

◆ bpy_intern_str___main__

PyObject* bpy_intern_str___main__
extern

Definition at line 35 of file bpy_intern_string.c.

Referenced by bpy_intern_string_init(), and python_script_exec().

◆ bpy_intern_str___module__

PyObject* bpy_intern_str___module__
extern

Definition at line 36 of file bpy_intern_string.c.

Referenced by bpy_intern_string_init(), and pyrna_srna_Subtype().

◆ bpy_intern_str___name__

PyObject* bpy_intern_str___name__
extern

Definition at line 37 of file bpy_intern_string.c.

Referenced by bpy_class_validate_recursive(), and bpy_intern_string_init().

◆ bpy_intern_str___slots__

PyObject* bpy_intern_str___slots__
extern

◆ bpy_intern_str_attr

PyObject* bpy_intern_str_attr
extern

Definition at line 39 of file bpy_intern_string.c.

Referenced by bpy_intern_string_init(), and deferred_register_prop().

◆ bpy_intern_str_bl_property

PyObject* bpy_intern_str_bl_property
extern

Definition at line 40 of file bpy_intern_string.c.

Referenced by bpy_intern_string_init(), and operator_properties_init().

◆ bpy_intern_str_bl_rna

PyObject* bpy_intern_str_bl_rna
extern

◆ bpy_intern_str_bl_target_properties

PyObject* bpy_intern_str_bl_target_properties
extern

Definition at line 42 of file bpy_intern_string.c.

Referenced by bpy_intern_string_init(), and gizmo_properties_init().

◆ bpy_intern_str_bpy_types

PyObject* bpy_intern_str_bpy_types
extern

Definition at line 43 of file bpy_intern_string.c.

Referenced by bpy_intern_string_init(), and pyrna_srna_Subtype().

◆ bpy_intern_str_frame

PyObject* bpy_intern_str_frame
extern

◆ bpy_intern_str_properties

PyObject* bpy_intern_str_properties
extern

Definition at line 45 of file bpy_intern_string.c.

Referenced by bpy_intern_string_init(), and pyrna_py_to_prop().

◆ bpy_intern_str_register

PyObject* bpy_intern_str_register
extern

Definition at line 46 of file bpy_intern_string.c.

Referenced by bpy_intern_string_init(), and pyrna_register_class().

◆ bpy_intern_str_self

PyObject* bpy_intern_str_self
extern

◆ bpy_intern_str_unregister

PyObject* bpy_intern_str_unregister
extern

Definition at line 48 of file bpy_intern_string.c.

Referenced by bpy_intern_string_init(), and pyrna_unregister_class().