Blender
V3.3
|
#include <rna_internal_types.h>
Public Attributes | |
ListBase | structs |
struct GHash * | structs_map |
unsigned int | structs_len |
Definition at line 577 of file rna_internal_types.h.
ListBase BlenderRNA::structs |
Definition at line 578 of file rna_internal_types.h.
Referenced by rna_brna_structs_add(), RNA_exit(), RNA_free(), rna_generate_blender(), rna_generate_external_property_prototypes(), rna_generate_struct_rna_prototypes(), RNA_init(), and rna_sort().
unsigned int BlenderRNA::structs_len |
Definition at line 583 of file rna_internal_types.h.
Referenced by rna_brna_structs_add(), and RNA_init().
struct GHash* BlenderRNA::structs_map |
Definition at line 581 of file rna_internal_types.h.
Referenced by rna_brna_structs_add(), RNA_create(), RNA_def_struct(), RNA_def_struct_identifier(), RNA_def_struct_nested(), RNA_free(), RNA_init(), and RNA_struct_find().