Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/transform/transform.c
| Show First 20 Lines • Show All 61 Lines • ▼ Show 20 Lines | |||||
| #include "BLF_api.h" | #include "BLF_api.h" | ||||
| #include "BLT_translation.h" | #include "BLT_translation.h" | ||||
| #include "transform.h" | #include "transform.h" | ||||
| #include "transform_constraints.h" | #include "transform_constraints.h" | ||||
| #include "transform_convert.h" | #include "transform_convert.h" | ||||
| #include "transform_draw_cursors.h" | #include "transform_draw_cursors.h" | ||||
| #include "transform_gizmo.h" | |||||
| #include "transform_mode.h" | #include "transform_mode.h" | ||||
| #include "transform_orientations.h" | #include "transform_orientations.h" | ||||
| #include "transform_snap.h" | #include "transform_snap.h" | ||||
| /* Disabling, since when you type you know what you are doing, | /* Disabling, since when you type you know what you are doing, | ||||
| * and being able to set it to zero is handy. */ | * and being able to set it to zero is handy. */ | ||||
| /* #define USE_NUM_NO_ZERO */ | /* #define USE_NUM_NO_ZERO */ | ||||
| ▲ Show 20 Lines • Show All 1,919 Lines • Show Last 20 Lines | |||||