Blender
V3.3
|
#include <stdio.h>
#include <stdlib.h>
#include "BLI_utildefines.h"
#include "BKE_report.h"
#include "RNA_define.h"
#include "RNA_enum_types.h"
#include "DNA_windowmanager_types.h"
#include "WM_api.h"
#include "rna_internal.h"
Go to the source code of this file.
Functions | |
void | RNA_api_gizmo (StructRNA *srna) |
void | RNA_api_gizmogroup (StructRNA *UNUSED(srna)) |
Definition at line 193 of file rna_wm_gizmo_api.c.
References FUNC_USE_CONTEXT, FUNC_USE_REPORTS, NULL, PARM_REQUIRED, PARM_RNAPTR, PROP_FLOAT, PROP_MATRIX, PROP_NEVER_NULL, RNA_def_boolean(), RNA_def_enum(), RNA_def_function(), RNA_def_function_flag(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_int(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_property(), RNA_def_property_multi_array(), RNA_def_property_ui_text(), RNA_def_string(), rna_enum_object_axis_items, and rna_matrix_dimsize_4x4.
Referenced by rna_def_gizmo().
Definition at line 323 of file rna_wm_gizmo_api.c.