|
Blender
V2.93
|
#include <stdlib.h>#include "BLI_math.h"#include "BKE_context.h"#include "BKE_unit.h"#include "ED_screen.h"#include "UI_interface.h"#include "transform.h"#include "transform_constraints.h"#include "transform_mode.h"#include "transform_snap.h"Go to the source code of this file.
Functions | |
Transform (Skin) | |
| static void | applySkinResize (TransInfo *t, const int UNUSED(mval[2])) |
| void | initSkinResize (TransInfo *t) |
|
static |
Definition at line 44 of file transform_mode_skin_resize.c.
References applyNumInput(), applySnapping(), constraintNumInput(), copy_m3_m3(), copy_v3_fl(), copy_v3_v3(), ED_area_status_text(), TransData::factor, FOREACH_TRANS_DATA_CONTAINER, headerResize(), mat3_to_size(), TransData::mtx, mul_m3_m3m3(), NULL, recalcData(), size_to_mat3(), TransData::smtx, str, t, T_EDIT, T_INPUT_IS_VALUES_FINAL, TD_SKIP, transform_snap_increment(), and UI_MAX_DRAW_STR.
Referenced by initSkinResize().
| void initSkinResize | ( | TransInfo * | t | ) |
Definition at line 101 of file transform_mode_skin_resize.c.
References applySkinResize(), B_UNIT_NONE, copy_v3_fl(), initMouseInputMode(), INPUT_SPRING_FLIP, NUM_AFFECT_ALL, NUM_NO_ZERO, NUM_NULL_ONE, t, T_EDIT, T_NO_ZERO, T_NULL_ONE, and TFM_SKIN_RESIZE.
Referenced by transform_mode_init().