Blender
V3.3
|
#include <stdlib.h>
#include "RNA_define.h"
#include "RNA_enum_types.h"
#include "DNA_simulation_types.h"
#include "rna_internal.h"
Go to the source code of this file.
Functions | |
static void | rna_def_simulation (BlenderRNA *brna) |
void | RNA_def_simulation (BlenderRNA *brna) |
|
static |
Definition at line 20 of file rna_simulation.c.
References NULL, PROP_NONE, PROP_POINTER, PROP_PTR_NO_OWNERSHIP, PROPOVERRIDE_OVERRIDABLE_LIBRARY, rna_def_animdata_common(), RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_override_flag(), RNA_def_property_pointer_sdna(), RNA_def_property_ui_text(), RNA_def_struct(), RNA_def_struct_ui_icon(), and RNA_def_struct_ui_text().
Referenced by RNA_def_simulation().
void RNA_def_simulation | ( | BlenderRNA * | brna | ) |
Definition at line 39 of file rna_simulation.c.
References rna_def_simulation().