From d718d6b4493429a1e688e874fd76963f98e3d034 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 31 Aug 2021 13:36:28 +1000 Subject: Cleanup: Use C style comments for descriptive text --- source/blender/io/usd/intern/usd_reader_material.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/io/usd/intern') diff --git a/source/blender/io/usd/intern/usd_reader_material.cc b/source/blender/io/usd/intern/usd_reader_material.cc index 02ed7c35e57..93e433e231c 100644 --- a/source/blender/io/usd/intern/usd_reader_material.cc +++ b/source/blender/io/usd/intern/usd_reader_material.cc @@ -264,7 +264,7 @@ void compute_node_loc(const int column, float *r_locx, float *r_locy, NodePlacem r_ctx->column_offsets[column] += r_ctx->vertical_step + 10.0f; } -} // End anonymous namespace. +} // namespace USDMaterialReader::USDMaterialReader(const USDImportParams ¶ms, Main *bmain) : params_(params), bmain_(bmain) -- cgit v1.2.3