|
Blender V4.3
|
#include <cstdio>#include <cstdlib>#include "RNA_define.hh"#include "DNA_customdata_types.h"#include "BLI_math_base.h"#include "BLI_sys_types.h"#include "BLI_utildefines.h"#include "rna_internal.hh"Go to the source code of this file.
Functions | |
| void | RNA_api_mesh (StructRNA *srna) |
| void RNA_api_mesh | ( | StructRNA * | srna | ) |
Definition at line 212 of file rna_mesh_api.cc.
References FLT_MAX, FUNC_USE_CONTEXT, FUNC_USE_REPORTS, M_PI, MAX_CUSTOMDATA_LAYER_NAME_NO_PREFIX, PARM_OUTPUT, PARM_REQUIRED, PROP_DYNAMIC, RNA_def_boolean(), RNA_def_float(), RNA_def_float_array(), RNA_def_float_factor(), RNA_def_float_matrix(), RNA_def_function(), RNA_def_function_flag(), RNA_def_function_output(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_int(), RNA_def_int_array(), RNA_def_int_vector(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_property_multi_array(), and RNA_def_string().
Referenced by rna_def_mesh().