Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/transform/transform_orientations.c
| Show First 20 Lines • Show All 50 Lines • ▼ Show 20 Lines | |||||
| #include "BLT_translation.h" | #include "BLT_translation.h" | ||||
| #include "ED_armature.h" | #include "ED_armature.h" | ||||
| #include "SEQ_select.h" | #include "SEQ_select.h" | ||||
| #include "transform.h" | #include "transform.h" | ||||
| #include "transform_gizmo.h" | |||||
| #include "transform_orientations.h" | #include "transform_orientations.h" | ||||
| /* *********************** TransSpace ************************** */ | /* *********************** TransSpace ************************** */ | ||||
| void BIF_clearTransformOrientation(bContext *C) | void BIF_clearTransformOrientation(bContext *C) | ||||
| { | { | ||||
| Scene *scene = CTX_data_scene(C); | Scene *scene = CTX_data_scene(C); | ||||
| ListBase *transform_orientations = &scene->transform_spaces; | ListBase *transform_orientations = &scene->transform_spaces; | ||||
| ▲ Show 20 Lines • Show All 1,293 Lines • Show Last 20 Lines | |||||