Commit: 5cb1f63e095cd95a15f4f21b65a36bcb4f74fe21
Author: Sybren A. Stüvel
Date:   Tue Nov 26 16:43:08 2019 +0100
Branches: temp-sybren-usd-patch-02
https://developer.blender.org/rB5cb1f63e095cd95a15f4f21b65a36bcb4f74fe21

USD: removed dead code

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

M       source/blender/usd/intern/usd_writer_hair.cc

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

diff --git a/source/blender/usd/intern/usd_writer_hair.cc 
b/source/blender/usd/intern/usd_writer_hair.cc
index d250ae0ec7a..47fd4325fac 100644
--- a/source/blender/usd/intern/usd_writer_hair.cc
+++ b/source/blender/usd/intern/usd_writer_hair.cc
@@ -58,7 +58,6 @@ void USDHairWriter::do_write(HierarchyContext &context)
 
     int point_count = strand->segments + 1;
     curve_point_counts.push_back(point_count);
-    // colors.push_back(pxr::GfVec3f(strand->col));
 
     for (int point_index = 0; point_index < point_count; ++point_index, 
++strand) {
       points.push_back(pxr::GfVec3f(strand->co));

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to