Fix T43324: Shrinkwrap projection issue in editmode.
Nice stupid error in low-level `get_cddm` helper, was probably affecting other modifiers too actualy!
This commit is contained in:
@@ -159,8 +159,8 @@ DerivedMesh *get_cddm(Object *ob, struct BMEditMesh *em, DerivedMesh *dm, float
|
||||
if (dm) {
|
||||
if (dm->type != DM_TYPE_CDDM) {
|
||||
dm = CDDM_copy(dm);
|
||||
CDDM_apply_vert_coords(dm, vertexCos);
|
||||
}
|
||||
CDDM_apply_vert_coords(dm, vertexCos);
|
||||
|
||||
if (use_normals) {
|
||||
DM_ensure_normals(dm);
|
||||
|
||||
Reference in New Issue
Block a user