Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/transform/transform_convert.h
| Show First 20 Lines • Show All 81 Lines • ▼ Show 20 Lines | |||||
| } eTransConvertType; | } eTransConvertType; | ||||
| /* transform_convert.c */ | /* transform_convert.c */ | ||||
| bool transform_mode_use_local_origins(const TransInfo *t); | bool transform_mode_use_local_origins(const TransInfo *t); | ||||
| void transform_around_single_fallback_ex(TransInfo *t, int data_len_all); | void transform_around_single_fallback_ex(TransInfo *t, int data_len_all); | ||||
| void transform_around_single_fallback(TransInfo *t); | void transform_around_single_fallback(TransInfo *t); | ||||
| void posttrans_fcurve_clean(struct FCurve *fcu, const int sel_flag, const bool use_handle); | void posttrans_fcurve_clean(struct FCurve *fcu, const int sel_flag, const bool use_handle); | ||||
| bool constraints_list_needinv(TransInfo *t, ListBase *list); | bool constraints_list_needinv(TransInfo *t, ListBase *list); | ||||
| void calc_distanceCurveVerts(TransData *head, TransData *tail); | void calc_distanceCurveVerts(TransData *head, TransData *tail, bool cyclic); | ||||
| struct TransDataCurveHandleFlags *initTransDataCurveHandles(TransData *td, struct BezTriple *bezt); | struct TransDataCurveHandleFlags *initTransDataCurveHandles(TransData *td, struct BezTriple *bezt); | ||||
| char transform_convert_frame_side_dir_get(TransInfo *t, float cframe); | char transform_convert_frame_side_dir_get(TransInfo *t, float cframe); | ||||
| bool FrameOnMouseSide(char side, float frame, float cframe); | bool FrameOnMouseSide(char side, float frame, float cframe); | ||||
| void clipMirrorModifier(TransInfo *t); | void clipMirrorModifier(TransInfo *t); | ||||
| void animrecord_check_state(TransInfo *t, struct Object *ob); | void animrecord_check_state(TransInfo *t, struct Object *ob); | ||||
| /* transform_convert_action.c */ | /* transform_convert_action.c */ | ||||
| void createTransActionData(bContext *C, TransInfo *t); | void createTransActionData(bContext *C, TransInfo *t); | ||||
| ▲ Show 20 Lines • Show All 94 Lines • Show Last 20 Lines | |||||