Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/transform/transform_conversions.c
| Context not available. | |||||
| } | } | ||||
| } | } | ||||
| #include "bmesh_tools.h" | |||||
| static void createTransEditVerts(TransInfo *t) | static void createTransEditVerts(TransInfo *t) | ||||
| { | { | ||||
| TransData *tob = NULL; | TransData *tob = NULL; | ||||
| Context not available. | |||||
| pseudoinverse_m3_m3(smtx, mtx, PSEUDOINVERSE_EPSILON); | pseudoinverse_m3_m3(smtx, mtx, PSEUDOINVERSE_EPSILON); | ||||
| if (propmode & T_PROP_CONNECTED) { | if (propmode & T_PROP_CONNECTED) { | ||||
| editmesh_set_connectivity_distance(em->bm, mtx, dists); | BM_calc_connectivity_distance(em->bm, mtx, dists); | ||||
| } | } | ||||
| if (t->around == V3D_LOCAL) { | if (t->around == V3D_LOCAL) { | ||||
| Context not available. | |||||