|
Blender V4.3
|
#include <cstdio>#include <cstdlib>#include <cstring>#include <ctime>#include "BLI_math_matrix.h"#include "BLI_utildefines.h"#include "RNA_define.hh"#include "DNA_object_types.h"#include "rna_internal.hh"Go to the source code of this file.
Functions | |
| void | RNA_api_pose (StructRNA *srna) |
| void | RNA_api_pose_channel (StructRNA *srna) |
| void RNA_api_pose | ( | StructRNA * | srna | ) |
Definition at line 198 of file rna_pose_api.cc.
References FLT_MAX, FUNC_NO_SELF, FUNC_USE_CONTEXT, FUNC_USE_SELF_ID, PARM_REQUIRED, RNA_def_boolean(), RNA_def_float(), RNA_def_function(), RNA_def_function_flag(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_parameter_flags(), and RNA_def_pointer().
Referenced by rna_def_pose().
| void RNA_api_pose_channel | ( | StructRNA * | srna | ) |
Definition at line 284 of file rna_pose_api.cc.
References FLT_MAX, FUNC_USE_REPORTS, PARM_REQUIRED, PROP_FLOAT, PROP_INT, PROP_MATRIX, 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_int(), RNA_def_parameter_flags(), RNA_def_property(), RNA_def_property_array(), RNA_def_property_multi_array(), RNA_def_property_ui_text(), and rna_matrix_dimsize_4x4.
Referenced by rna_def_pose_channel().