Blender  V3.3
Variables
transform_convert_object_texspace.c File Reference
#include "MEM_guardedalloc.h"
#include "BLI_math.h"
#include "BKE_animsys.h"
#include "BKE_context.h"
#include "BKE_object.h"
#include "BKE_report.h"
#include "DNA_mesh_types.h"
#include "transform.h"
#include "transform_snap.h"
#include "transform_convert.h"

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 *UNUSED(C), TransInfo *t)
 
Recalc Data object
static void recalcData_texspace (TransInfo *t)
 

Variables

TransConvertTypeInfo TransConvertType_ObjectTexSpace
 

Function Documentation

◆ createTransTexspace()

static void createTransTexspace ( bContext UNUSEDC,
TransInfo t 
)
static

◆ recalcData_texspace()

static void recalcData_texspace ( TransInfo t)
static

Variable Documentation

◆ TransConvertType_ObjectTexSpace

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

Definition at line 110 of file transform_convert_object_texspace.c.

Referenced by convert_type_get(), and ElementResize().