47 func =
RNA_def_function(srna,
"flip_with_pose",
"rna_Action_flip_with_pose");
52 func,
"object",
"Object",
"",
"The reference armature object to use when flipping");
Blender kernel action and pose functionality.
void BKE_action_flip_with_pose(struct bAction *act, struct Object *ob_arm)
void BKE_report(ReportList *reports, eReportType type, const char *message)
void RNA_api_action(StructRNA *srna)
PropertyRNA * RNA_def_pointer(StructOrFunctionRNA *cont_, const char *identifier, const char *type, const char *ui_name, const char *ui_description)
FunctionRNA * RNA_def_function(StructRNA *srna, const char *identifier, const char *call)
void RNA_def_function_ui_description(FunctionRNA *func, const char *description)
void RNA_def_function_flag(FunctionRNA *func, int flag)
void RNA_def_parameter_flags(PropertyRNA *prop, PropertyFlag flag_property, ParameterFlag flag_parameter)
void WM_main_add_notifier(unsigned int type, void *reference)