Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/transform/transform_convert.h
| Show First 20 Lines • Show All 43 Lines • ▼ Show 20 Lines | |||||
| bool clipUVTransform(TransInfo *t, float vec[2], const bool resize); | bool clipUVTransform(TransInfo *t, float vec[2], const bool resize); | ||||
| void clipUVData(TransInfo *t); | void clipUVData(TransInfo *t); | ||||
| /* transform_convert_mesh.c */ | /* transform_convert_mesh.c */ | ||||
| void mesh_customdatacorrect_init(TransInfo *t); | void mesh_customdatacorrect_init(TransInfo *t); | ||||
| /* transform_convert_sequencer.c */ | /* transform_convert_sequencer.c */ | ||||
| int transform_convert_sequencer_get_snap_bound(TransInfo *t); | int transform_convert_sequencer_get_snap_bound(TransInfo *t); | ||||
| int *transform_convert_sequencer_get_selection_channel_range(TransInfo *t); | |||||
| /********************* intern **********************/ | /********************* intern **********************/ | ||||
| typedef enum eTransConvertType { | typedef enum eTransConvertType { | ||||
| TC_NONE = 0, | TC_NONE = 0, | ||||
| TC_ACTION_DATA, | TC_ACTION_DATA, | ||||
| TC_POSE, | TC_POSE, | ||||
| TC_ARMATURE_VERTS, | TC_ARMATURE_VERTS, | ||||
| ▲ Show 20 Lines • Show All 184 Lines • Show Last 20 Lines | |||||