Blender  V2.93
transform_mode_shrink_fatten.c File Reference
#include <stdlib.h>
#include "BLI_math.h"
#include "BLI_string.h"
#include "BKE_context.h"
#include "BKE_unit.h"
#include "ED_screen.h"
#include "WM_api.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 (Shrink-Fatten)
static eRedrawFlag shrinkfatten_handleEvent (struct TransInfo *t, const wmEvent *event)
 
static void applyShrinkFatten (TransInfo *t, const int UNUSED(mval[2]))
 
void initShrinkFatten (TransInfo *t)
 

Function Documentation

◆ applyShrinkFatten()

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

◆ initShrinkFatten()

void initShrinkFatten ( TransInfo t)

◆ shrinkfatten_handleEvent()

static eRedrawFlag shrinkfatten_handleEvent ( struct TransInfo t,
const wmEvent event 
)
static