Blender V4.3
transform_mode_maskshrinkfatten.cc File Reference
#include <cstdlib>
#include "BLI_math_vector.h"
#include "BLI_string.h"
#include "BKE_unit.hh"
#include "ED_screen.hh"
#include "UI_interface.hh"
#include "BLT_translation.hh"
#include "transform.hh"
#include "transform_convert.hh"
#include "transform_snap.hh"
#include "transform_mode.hh"

Go to the source code of this file.

Functions

Transform (Mask Shrink/Fatten)
static void applyMaskShrinkFatten (TransInfo *t)
 
static void initMaskShrinkFatten (TransInfo *t, wmOperator *)
 

Variables

TransModeInfo TransMode_maskshrinkfatten
 

Function Documentation

◆ applyMaskShrinkFatten()

◆ initMaskShrinkFatten()

Variable Documentation

◆ TransMode_maskshrinkfatten

TransModeInfo TransMode_maskshrinkfatten
Initial value:
= {
nullptr,
nullptr,
nullptr,
nullptr,
nullptr,
}
@ T_NO_CONSTRAINT
Definition transform.hh:95
static void initMaskShrinkFatten(TransInfo *t, wmOperator *)
static void applyMaskShrinkFatten(TransInfo *t)

Definition at line 128 of file transform_mode_maskshrinkfatten.cc.

Referenced by mode_info_get().