Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/transform/transform.h
| Show First 20 Lines • Show All 701 Lines • ▼ Show 20 Lines | |||||
| void applyAspectRatio(TransInfo *t, float vec[2]); | void applyAspectRatio(TransInfo *t, float vec[2]); | ||||
| void removeAspectRatio(TransInfo *t, float vec[2]); | void removeAspectRatio(TransInfo *t, float vec[2]); | ||||
| struct wmKeyMap *transform_modal_keymap(struct wmKeyConfig *keyconf); | struct wmKeyMap *transform_modal_keymap(struct wmKeyConfig *keyconf); | ||||
| /** \} */ | /** \} */ | ||||
| /* -------------------------------------------------------------------- */ | /* -------------------------------------------------------------------- */ | ||||
| /** \name Gizmo | |||||
| * \{ */ | |||||
| /* transform_gizmo.c */ | |||||
| #define GIZMO_AXIS_LINE_WIDTH 2.0f | |||||
| bool gimbal_axis(struct Object *ob, float gmat[3][3]); | |||||
| void drawDial3d(const TransInfo *t); | |||||
| /** \} */ | |||||
| /* -------------------------------------------------------------------- */ | |||||
| /** \name TransData Creation and General Handling | /** \name TransData Creation and General Handling | ||||
| * \{ */ | * \{ */ | ||||
| bool transdata_check_local_islands(TransInfo *t, short around); | bool transdata_check_local_islands(TransInfo *t, short around); | ||||
| /** \} */ | /** \} */ | ||||
| /* -------------------------------------------------------------------- */ | /* -------------------------------------------------------------------- */ | ||||
| ▲ Show 20 Lines • Show All 102 Lines • Show Last 20 Lines | |||||