Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/transform/transform_mode_vert_slide.c
| Show First 20 Lines • Show All 42 Lines • ▼ Show 20 Lines | |||||
| #include "UI_interface.h" | #include "UI_interface.h" | ||||
| #include "UI_resources.h" | #include "UI_resources.h" | ||||
| #include "BLT_translation.h" | #include "BLT_translation.h" | ||||
| #include "transform.h" | #include "transform.h" | ||||
| #include "transform_convert.h" | #include "transform_convert.h" | ||||
| #include "transform_data.h" | |||||
| #include "transform_mode.h" | #include "transform_mode.h" | ||||
| #include "transform_snap.h" | #include "transform_snap.h" | ||||
| /* -------------------------------------------------------------------- */ | /* -------------------------------------------------------------------- */ | ||||
| /* Transform (Vert Slide) */ | /* Transform (Vert Slide) */ | ||||
| /** \name Transform Vert Slide | /** \name Transform Vert Slide | ||||
| * \{ */ | * \{ */ | ||||
| ▲ Show 20 Lines • Show All 608 Lines • Show Last 20 Lines | |||||