Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/transform/transform_convert.h
| Show First 20 Lines • Show All 89 Lines • ▼ Show 20 Lines | |||||
| /** | /** | ||||
| * This function tests if a point is on the "mouse" side of the cursor/frame-marking. | * This function tests if a point is on the "mouse" side of the cursor/frame-marking. | ||||
| */ | */ | ||||
| bool FrameOnMouseSide(char side, float frame, float cframe); | bool FrameOnMouseSide(char side, float frame, float cframe); | ||||
| void transform_convert_clip_mirror_modifier_apply(TransDataContainer *tc); | void transform_convert_clip_mirror_modifier_apply(TransDataContainer *tc); | ||||
| /** | /** | ||||
| * For the realtime animation recording feature, handle overlapping data. | * For the realtime animation recording feature, handle overlapping data. | ||||
| */ | */ | ||||
| void animrecord_check_state(TransInfo *t, struct Object *ob); | void animrecord_check_state(TransInfo *t, struct ID *id); | ||||
| /* transform_convert_action.c */ | /* transform_convert_action.c */ | ||||
| void createTransActionData(bContext *C, TransInfo *t); | void createTransActionData(bContext *C, TransInfo *t); | ||||
| /* helper for recalcData() - for Action Editor transforms */ | /* helper for recalcData() - for Action Editor transforms */ | ||||
| void recalcData_actedit(TransInfo *t); | void recalcData_actedit(TransInfo *t); | ||||
| void special_aftertrans_update__actedit(bContext *C, TransInfo *t); | void special_aftertrans_update__actedit(bContext *C, TransInfo *t); | ||||
| ▲ Show 20 Lines • Show All 210 Lines • Show Last 20 Lines | |||||