Blender
V3.3
|
#include <stdio.h>
#include <stdlib.h>
#include "RNA_define.h"
#include "DNA_customdata_types.h"
#include "BLI_sys_types.h"
#include "BLI_utildefines.h"
#include "rna_internal.h"
Go to the source code of this file.
Functions | |
void | RNA_api_mesh (StructRNA *srna) |
Definition at line 201 of file rna_mesh_api.c.
References FUNC_USE_CONTEXT, FUNC_USE_REPORTS, MAX_CUSTOMDATA_LAYER_NAME, NULL, PARM_OUTPUT, PARM_REQUIRED, PROP_DYNAMIC, RNA_def_boolean(), 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().