Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/transform/transform_convert.c
| Show First 20 Lines • Show All 73 Lines • ▼ Show 20 Lines | |||||
| #include "RNA_access.h" | #include "RNA_access.h" | ||||
| #include "DEG_depsgraph.h" | #include "DEG_depsgraph.h" | ||||
| #include "DEG_depsgraph_build.h" | #include "DEG_depsgraph_build.h" | ||||
| #include "transform.h" | #include "transform.h" | ||||
| #include "transform_convert.h" | #include "transform_convert.h" | ||||
| #include "transform_mode.h" | |||||
| /** | /** | ||||
| * Transforming around ourselves is no use, fallback to individual origins, | * Transforming around ourselves is no use, fallback to individual origins, | ||||
| * useful for curve/armatures. | * useful for curve/armatures. | ||||
| */ | */ | ||||
| void transform_around_single_fallback(TransInfo *t) | void transform_around_single_fallback(TransInfo *t) | ||||
| { | { | ||||
| if ((t->data_len_all == 1) && | if ((t->data_len_all == 1) && | ||||
| ▲ Show 20 Lines • Show All 2,664 Lines • Show Last 20 Lines | |||||