Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/transform/transform.c
- This file is larger than 256 KB, so syntax highlighting is disabled by default.
| Show First 20 Lines • Show All 89 Lines • ▼ Show 20 Lines | |||||
| #include "RNA_access.h" | #include "RNA_access.h" | ||||
| #include "RNA_define.h" | #include "RNA_define.h" | ||||
| #include "BLF_api.h" | #include "BLF_api.h" | ||||
| #include "BLT_translation.h" | #include "BLT_translation.h" | ||||
| #include "transform.h" | #include "transform.h" | ||||
| #include "transform_convert.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 | ||||
| static void drawTransformApply(const struct bContext *C, ARegion *ar, void *arg); | static void drawTransformApply(const struct bContext *C, ARegion *ar, void *arg); | ||||
| static void doEdgeSlide(TransInfo *t, float perc); | static void doEdgeSlide(TransInfo *t, float perc); | ||||
| static void doVertSlide(TransInfo *t, float perc); | static void doVertSlide(TransInfo *t, float perc); | ||||
| ▲ Show 20 Lines • Show All 9,753 Lines • Show Last 20 Lines | |||||