Blender V4.3
transform_convert_object_texspace.cc File Reference
#include "MEM_guardedalloc.h"
#include "BLI_math_matrix.h"
#include "BLI_math_vector.h"
#include "BKE_layer.hh"
#include "BKE_object.hh"
#include "BKE_report.hh"
#include "DNA_mesh_types.h"
#include "transform.hh"
#include "transform_snap.hh"
#include "transform_convert.hh"

Go to the source code of this file.

Functions

Texture Space Transform Creation

Instead of transforming the selection, move the 2D/3D cursor.

static void createTransTexspace (bContext *, TransInfo *t)
 
Recalc Data object
static void recalcData_texspace (TransInfo *t)
 

Variables

TransConvertTypeInfo TransConvertType_ObjectTexSpace
 

Function Documentation

◆ createTransTexspace()

◆ recalcData_texspace()

Variable Documentation

◆ TransConvertType_ObjectTexSpace

TransConvertTypeInfo TransConvertType_ObjectTexSpace
Initial value:
= {
0,
nullptr,
}
static void recalcData_texspace(TransInfo *t)
static void createTransTexspace(bContext *, TransInfo *t)

Definition at line 113 of file transform_convert_object_texspace.cc.

Referenced by convert_type_get(), and ElementResize().