|
Blender
V2.93
|
#include "DNA_meta_types.h"#include "MEM_guardedalloc.h"#include "BLI_math.h"#include "BKE_context.h"#include "transform.h"#include "transform_convert.h"Go to the source code of this file.
Functions | |
Meta Elements Transform Creation | |
| void | createTransMBallVerts (TransInfo *t) |
| void createTransMBallVerts | ( | TransInfo * | t | ) |
Definition at line 39 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.
Referenced by createTransData().