Blender V4.3
object_warp.cc File Reference
#include "DNA_object_types.h"
#include "DNA_scene_types.h"
#include "DNA_view3d_types.h"
#include "BKE_context.hh"
#include "BLI_math_matrix.h"
#include "BLI_math_rotation.h"
#include "BLI_math_vector.h"
#include "RNA_access.hh"
#include "RNA_define.hh"
#include "WM_api.hh"
#include "WM_types.hh"
#include "ED_object.hh"
#include "ED_transverts.hh"
#include "object_intern.hh"

Go to the source code of this file.

Namespaces

namespace  blender
 
namespace  blender::ed
 
namespace  blender::ed::object
 

Functions

static void blender::ed::object::object_warp_calc_view_matrix (float r_mat_view[4][4], float r_center_view[3], Object *obedit, const float viewmat[4][4], const float center[3], const float offset_angle)
 
static void blender::ed::object::object_warp_transverts_minmax_x (TransVertStore *tvs, const float mat_view[4][4], const float center_view[3], float *r_min, float *r_max)
 
static void blender::ed::object::object_warp_transverts (TransVertStore *tvs, const float mat_view[4][4], const float center_view[3], const float angle_, const float min, const float max)
 
static int blender::ed::object::object_warp_verts_exec (bContext *C, wmOperator *op)
 
void blender::ed::object::TRANSFORM_OT_vertex_warp (wmOperatorType *ot)