|
Blender V5.0
|
#include "DNA_screen_types.h"#include "DNA_space_types.h"#include "MEM_guardedalloc.h"#include "BLI_math_matrix.h"#include "BLI_math_rotation.h"#include "BLI_math_vector.h"#include "BKE_library.hh"#include "BKE_report.hh"#include "transform.hh"#include "transform_convert.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::transform |
Functions | |
Shared 2D Cursor Utilities | |
| static void | blender::ed::transform::createTransCursor_2D_impl (TransInfo *t, float cursor_location[2]) |
| static void | blender::ed::transform::recalcData_cursor_2D_impl (TransInfo *t) |
Image Cursor | |
| static void | blender::ed::transform::createTransCursor_image (bContext *, TransInfo *t) |
| static void | blender::ed::transform::recalcData_cursor_image (TransInfo *t) |
Sequencer Cursor | |
| static void | blender::ed::transform::createTransCursor_sequencer (bContext *, TransInfo *t) |
| static void | blender::ed::transform::recalcData_cursor_sequencer (TransInfo *t) |
View 3D Cursor | |
| static void | blender::ed::transform::createTransCursor_view3d (bContext *, TransInfo *t) |
| static void | blender::ed::transform::recalcData_cursor_view3d (TransInfo *t) |
Instead of transforming the selection, move the 2D/3D cursor.
Definition in file transform_convert_cursor.cc.