Blender V2.61 - r43446
|
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_register |
PyObject * | bpy_intern_str_unregister |
PyObject * | bpy_intern_str_bl_rna |
PyObject * | bpy_intern_str_order |
PyObject * | bpy_intern_str_attr |
PyObject * | bpy_intern_str___slots__ |
Definition in file bpy_intern_string.h.
void bpy_intern_string_exit | ( | void | ) |
Definition at line 52 of file bpy_intern_string.c.
References bpy_intern_str___slots__, bpy_intern_str_attr, bpy_intern_str_bl_rna, bpy_intern_str_order, bpy_intern_str_register, and bpy_intern_str_unregister.
Referenced by BPY_python_end().
void bpy_intern_string_init | ( | void | ) |
Definition at line 42 of file bpy_intern_string.c.
References bpy_intern_str___slots__, bpy_intern_str_attr, bpy_intern_str_bl_rna, bpy_intern_str_order, bpy_intern_str_register, and bpy_intern_str_unregister.
Referenced by BPY_python_start().
PyObject* bpy_intern_str___slots__ |
Definition at line 40 of file bpy_intern_string.c.
Referenced by bpy_intern_string_exit(), bpy_intern_string_init(), and pyrna_srna_ExternalType().
PyObject* bpy_intern_str_attr |
Definition at line 39 of file bpy_intern_string.c.
Referenced by bpy_intern_string_exit(), bpy_intern_string_init(), and deferred_register_prop().
PyObject* bpy_intern_str_bl_rna |
Definition at line 37 of file bpy_intern_string.c.
Referenced by bpy_class_free(), bpy_intern_string_exit(), bpy_intern_string_init(), pyrna_register_class(), pyrna_struct_as_srna(), pyrna_subtype_set_rna(), and pyrna_unregister_class().
PyObject* bpy_intern_str_order |
Definition at line 38 of file bpy_intern_string.c.
Referenced by bpy_intern_string_exit(), bpy_intern_string_init(), and pyrna_deferred_register_props().
PyObject* bpy_intern_str_register |
Definition at line 35 of file bpy_intern_string.c.
Referenced by bpy_intern_string_exit(), bpy_intern_string_init(), and pyrna_register_class().
PyObject* bpy_intern_str_unregister |
Definition at line 36 of file bpy_intern_string.c.
Referenced by bpy_intern_string_exit(), bpy_intern_string_init(), and pyrna_unregister_class().