Commit: 390d29a4f816f2988061cfc738dbd937399ec7ba
Author: makowalski
Date:   Sun Jul 18 20:35:49 2021 -0400
Branches: usd-importer-T81257-merge
https://developer.blender.org/rB390d29a4f816f2988061cfc738dbd937399ec7ba

USD import: remove obsolete comments.

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

M       source/blender/io/usd/intern/usd_reader_mesh.cc

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

diff --git a/source/blender/io/usd/intern/usd_reader_mesh.cc 
b/source/blender/io/usd/intern/usd_reader_mesh.cc
index 1340483ec68..283f0971508 100644
--- a/source/blender/io/usd/intern/usd_reader_mesh.cc
+++ b/source/blender/io/usd/intern/usd_reader_mesh.cc
@@ -308,8 +308,8 @@ void USDMeshReader::read_mpolys(Mesh *mesh)
     poly.totloop = face_size;
     poly.mat_nr = 0;
 
-    /* Polygons are always assumed to be smooth-shaded. If the Alembic mesh 
should be flat-shaded,
-     * this is encoded in custom loop normals. See T71246. */
+    /* Polygons are always assumed to be smooth-shaded. If the mesh should be 
flat-shaded,
+     * this is encoded in custom loop normals. */
     poly.flag |= ME_SMOOTH;
 
     rev_loop_index = loop_index + (face_size - 1);

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to