[Bf-blender-cvs] [cb55872cdac] temp-point-distribution-refactor-experiment: cleanup

Jacques Lucke noreply at git.blender.org
Tue Jan 12 21:27:33 CET 2021


Commit: cb55872cdac9d0bff19aca6d89be7de0177f0815
Author: Jacques Lucke
Date:   Tue Jan 12 20:57:39 2021 +0100
Branches: temp-point-distribution-refactor-experiment
https://developer.blender.org/rBcb55872cdac9d0bff19aca6d89be7de0177f0815

cleanup

===================================================================

M	source/blender/nodes/geometry/nodes/node_geo_point_distribute.cc

===================================================================

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);
   }
 }



More information about the Bf-blender-cvs mailing list