Blender
V3.3
|
#include "DNA_meta_types.h"
#include "MEM_guardedalloc.h"
#include "BLI_math.h"
#include "BKE_context.h"
#include "transform.h"
#include "transform_snap.h"
#include "transform_convert.h"
Go to the source code of this file.
Functions | |
Meta Elements Transform Creation | |
static void | createTransMBallVerts (bContext *UNUSED(C), TransInfo *t) |
Recalc Meta Ball | |
static void | recalcData_mball (TransInfo *t) |
Variables | |
TransConvertTypeInfo | TransConvertType_MBall |
Definition at line 25 of file transform_convert_mball.c.
References copy_m3_m3(), copy_m3_m4(), copy_qt_qt(), copy_v3_v3(), count, MetaBall::editelems, ListBase::first, FOREACH_TRANS_DATA_CONTAINER, MB_SCALE_RAD, MEM_callocN, NULL, PSEUDOINVERSE_EPSILON, pseudoinverse_m3_m3(), quat_to_mat3(), SELECT, t, T_PROP_CONNECTED, T_PROP_EDIT, TD_SELECTED, TD_SINGLESIZE, and TD_USEQUAT.
Definition at line 122 of file transform_convert_mball.c.
References applySnappingIndividual(), DEG_id_tag_update(), FOREACH_TRANS_DATA_CONTAINER, ID_RECALC_GEOMETRY, t, and TRANS_CANCEL.
TransConvertTypeInfo TransConvertType_MBall |
Definition at line 136 of file transform_convert_mball.c.
Referenced by convert_type_get(), init_proportional_edit(), and init_TransDataContainers().