Mesh: Replace auto smooth with node group #108014

Merged
Hans Goudey merged 149 commits from HooglyBoogly/blender:refactor-mesh-corner-normals-lazy into main 2023-10-20 16:54:20 +02:00
1 changed files with 0 additions and 4 deletions
Showing only changes of commit 4ee088cb79 - Show all commits

View File

@ -204,10 +204,6 @@ void RNA_api_mesh(StructRNA *srna)
"Invert winding of all polygons "
"(clears tessellation, does not handle custom normals)");
func = RNA_def_function(srna, "calc_normals", "rna_Mesh_calc_normals");
RNA_def_function_ui_description(
func, "Deprecated. Has no effect. Normals are calculated upon retrieval");
func = RNA_def_function(srna, "set_sharp_from_angle", "ED_mesh_sharp_from_angle_set");
RNA_def_function_ui_description(
func, "Set the sharp edge status for edges based on the angle of incident faces");