Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_transform.h
| Show First 20 Lines • Show All 185 Lines • ▼ Show 20 Lines | struct TransformCalcParams { | ||||
| uint use_local_axis : 1; | uint use_local_axis : 1; | ||||
| /* Use 'Scene.orientation_type' when zero, otherwise subtract one and use. */ | /* Use 'Scene.orientation_type' when zero, otherwise subtract one and use. */ | ||||
| ushort orientation_index; | ushort orientation_index; | ||||
| }; | }; | ||||
| int ED_transform_calc_gizmo_stats(const struct bContext *C, | int ED_transform_calc_gizmo_stats(const struct bContext *C, | ||||
| const struct TransformCalcParams *params, | const struct TransformCalcParams *params, | ||||
| struct TransformBounds *tbounds); | struct TransformBounds *tbounds); | ||||
| void *ED_transform_data_init(struct bContext *C); | |||||
| void ED_transform_data_recalc(void *t); | |||||
| void ED_transform_data_end(struct bContext *C, void *t); | |||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||