hello,
In the curvature_fit.py function i notice one useless line :
line 35 if (i == 175):
print("Debug")
Moreover there are commented lines :
line23-24 . vertex_normals =
faces=
line 44 rotation_matrix =
line 53. neigh =
line 68 parameters =
It's a little confused to have commented lines that defines variable differently,
can we remove this lines ?
thanks for your help