Blender  V2.93
transform_mode_shear.c File Reference
#include <stdlib.h>
#include "DNA_gpencil_types.h"
#include "BLI_math.h"
#include "BLI_string.h"
#include "BKE_context.h"
#include "BKE_unit.h"
#include "ED_screen.h"
#include "WM_types.h"
#include "UI_interface.h"
#include "BLT_translation.h"
#include "transform.h"
#include "transform_mode.h"
#include "transform_snap.h"

Go to the source code of this file.

Functions

Transform (Shear)
static void initShear_mouseInputMode (TransInfo *t)
 
static eRedrawFlag handleEventShear (TransInfo *t, const wmEvent *event)
 
static void applyShear (TransInfo *t, const int UNUSED(mval[2]))
 
void initShear (TransInfo *t)
 

Function Documentation

◆ applyShear()

static void applyShear ( TransInfo t,
const int   UNUSEDmval[2] 
)
static

◆ handleEventShear()

static eRedrawFlag handleEventShear ( TransInfo t,
const wmEvent event 
)
static

◆ initShear()

void initShear ( TransInfo t)

◆ initShear_mouseInputMode()

static void initShear_mouseInputMode ( TransInfo t)
static