Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Lucke <jacques@blender.org>2020-07-03 18:07:01 +0300
committerJacques Lucke <jacques@blender.org>2020-07-03 18:07:13 +0300
commit4a5389816b4240eb9f06bb469bf5b308a4b7f13c (patch)
treef7f2656b7797b5d6d87e40ba2c4fbd0bc609e511 /source/blender/io/usd/intern/usd_writer_hair.cc
parentfac2e63bc0545301bd57cb082ed003063dc9ce0f (diff)
Clang-Tidy: enable readability-named-parameter
Diffstat (limited to 'source/blender/io/usd/intern/usd_writer_hair.cc')
-rw-r--r--source/blender/io/usd/intern/usd_writer_hair.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/io/usd/intern/usd_writer_hair.cc b/source/blender/io/usd/intern/usd_writer_hair.cc
index 0e0256bdb69..0fd5c4ce727 100644
--- a/source/blender/io/usd/intern/usd_writer_hair.cc
+++ b/source/blender/io/usd/intern/usd_writer_hair.cc
@@ -82,7 +82,7 @@ void USDHairWriter::do_write(HierarchyContext &context)
}
}
-bool USDHairWriter::check_is_animated(const HierarchyContext &) const
+bool USDHairWriter::check_is_animated(const HierarchyContext &UNUSED(context)) const
{
return true;
}