Commit: d4d00cbc60300903a210100bd391904a9da28554
Author: Sybren A. Stüvel
Date: Tue Nov 26 16:43:08 2019 +0100
Branches: temp-sybren-usd-patch-01
https://developer.blender.org/rBd4d00cbc60300903a210100bd391904a9da28554
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