|
Blender V5.0
|
#include "MEM_guardedalloc.h"#include "BLI_math_matrix.h"#include "BLI_math_rotation.h"#include "BLI_math_vector.h"#include "BLI_math_vector_types.hh"#include "DNA_object_types.h"#include "DNA_screen_types.h"#include "DNA_sequence_types.h"#include "DNA_space_types.h"#include "DNA_view3d_types.h"#include "BKE_context.hh"#include "BKE_global.hh"#include "BKE_layer.hh"#include "RNA_access.hh"#include "UI_resources.hh"#include "UI_view2d.hh"#include "WM_api.hh"#include "WM_message.hh"#include "WM_types.hh"#include "ED_gizmo_library.hh"#include "ED_gizmo_utils.hh"#include "ED_image.hh"#include "ED_mask.hh"#include "ED_screen.hh"#include "ED_uvedit.hh"#include "SEQ_channels.hh"#include "SEQ_iterator.hh"#include "SEQ_sequencer.hh"#include "SEQ_transform.hh"#include "transform.hh"#include "transform_gizmo.hh"Go to the source code of this file.
Classes | |
| struct | blender::ed::transform::GizmoGroup2D |
| struct | blender::ed::transform::GizmoGroup_Resize2D |
| struct | blender::ed::transform::GizmoGroup_Rotate2D |
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::transform |