Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorJacques Lucke <jacques@blender.org>2021-01-12 22:57:39 +0300
committerJacques Lucke <jacques@blender.org>2021-01-12 22:57:39 +0300
commitcb55872cdac9d0bff19aca6d89be7de0177f0815 (patch)
tree9dd1c113f898ec3949a81176e762452a3d2d5371 /source
parent3e59cd213edd9a9d324d96d0b3e935ff12bcbb08 (diff)
cleanup
Diffstat (limited to 'source')
-rw-r--r--source/blender/nodes/geometry/nodes/node_geo_point_distribute.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/nodes/geometry/nodes/node_geo_point_distribute.cc b/source/blender/nodes/geometry/nodes/node_geo_point_distribute.cc
index ea51668519a..5f11e316c42 100644
--- a/source/blender/nodes/geometry/nodes/node_geo_point_distribute.cc
+++ b/source/blender/nodes/geometry/nodes/node_geo_point_distribute.cc
@@ -280,7 +280,6 @@ BLI_NOINLINE static void compute_remaining_point_data(const Mesh &mesh,
const float3 v2_pos = mesh.mvert[v2_index].co;
r_ids[i] = (int)(bary_coord.hash()) + looptri_index;
-
normal_tri_v3(r_normals[i], v0_pos, v1_pos, v2_pos);
}
}