|
Blender
V3.3
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <time.h>#include "RNA_define.h"#include "rna_internal.h"Go to the source code of this file.
Functions | |
| void | RNA_api_armature_edit_bone (StructRNA *srna) |
| void | RNA_api_bone (StructRNA *srna) |
Definition at line 99 of file rna_armature_api.c.
References NULL, PARM_REQUIRED, RNA_def_float_vector(), RNA_def_function(), RNA_def_function_ui_description(), and RNA_def_parameter_flags().
Referenced by rna_def_edit_bone().
Definition at line 113 of file rna_armature_api.c.
References FUNC_NO_SELF, NULL, PARM_REQUIRED, PROP_FLOAT, PROP_MATRIX, PROP_NEVER_NULL, PROP_NONE, PROP_XYZ, RNA_def_boolean(), RNA_def_float(), RNA_def_float_vector_xyz(), RNA_def_function(), RNA_def_function_flag(), RNA_def_function_output(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_parameter_flags(), RNA_def_property(), RNA_def_property_array(), RNA_def_property_multi_array(), RNA_def_property_ui_text(), rna_matrix_dimsize_3x3, and rna_matrix_dimsize_4x4.
Referenced by rna_def_bone().