Cleanup: split normals: use different varnames for angle and its cosine.
Using same name for two different things is not the best idea ever...
This commit is contained in:
@@ -236,7 +236,7 @@ void BKE_mesh_normals_loop_split(
|
||||
const struct MVert *mverts, const int numVerts, struct MEdge *medges, const int numEdges,
|
||||
struct MLoop *mloops, float (*r_loopnors)[3], const int numLoops,
|
||||
struct MPoly *mpolys, const float (*polynors)[3], const int numPolys,
|
||||
const bool use_split_normals, float split_angle,
|
||||
const bool use_split_normals, const float split_angle,
|
||||
MLoopNorSpaceArray *r_lnors_spacearr, short (*clnors_data)[2], int *r_loop_to_poly);
|
||||
|
||||
void BKE_mesh_normals_loop_custom_set(
|
||||
|
||||
Reference in New Issue
Block a user