Blender
V3.3
|
#include <stdlib.h>
#include "BLI_math.h"
#include "BLI_string.h"
#include "BKE_context.h"
#include "BKE_unit.h"
#include "ED_screen.h"
#include "UI_interface.h"
#include "BLT_translation.h"
#include "transform.h"
#include "transform_convert.h"
#include "transform_snap.h"
#include "transform_mode.h"
Go to the source code of this file.
Functions | |
Transform (Mask Shrink/Fatten) | |
static void | applyMaskShrinkFatten (TransInfo *t, const int UNUSED(mval[2])) |
void | initMaskShrinkFatten (TransInfo *t) |
Definition at line 32 of file transform_mode_maskshrinkfatten.c.
References applyNumInput(), BLI_snprintf(), Freestyle::c, ED_area_status_text(), TransData::factor, FOREACH_TRANS_DATA_CONTAINER, hasNumInput(), interpf(), TransData::ival, NUM_STR_REP_LEN, outputNumInput(), recalcData(), str, t, TD_SKIP, TIP_, transform_snap_increment(), UI_MAX_DRAW_STR, and TransData::val.
Referenced by initMaskShrinkFatten().
Definition at line 106 of file transform_mode_maskshrinkfatten.c.
References applyMaskShrinkFatten(), B_UNIT_NONE, copy_v3_fl(), initMouseInputMode(), INPUT_SPRING, NUM_NO_ZERO, t, T_NO_CONSTRAINT, and TFM_MASK_SHRINKFATTEN.
Referenced by transform_mode_init().