Blender
V3.3
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "BLI_utildefines.h"
#include "RNA_define.h"
#include "DNA_object_types.h"
#include "rna_internal.h"
Go to the source code of this file.
Functions | |
void | RNA_api_pose (StructRNA *srna) |
void | RNA_api_pose_channel (StructRNA *srna) |
Definition at line 113 of file rna_pose_api.c.
References FUNC_NO_SELF, FUNC_USE_CONTEXT, FUNC_USE_SELF_ID, PARM_REQUIRED, RNA_def_float(), RNA_def_function(), RNA_def_function_flag(), RNA_def_function_ui_description(), RNA_def_parameter_flags(), and RNA_def_pointer().
Referenced by rna_def_pose().
Definition at line 139 of file rna_pose_api.c.
References FUNC_USE_REPORTS, NULL, PARM_REQUIRED, PROP_FLOAT, PROP_MATRIX, 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().