From ae573836483d6acc56761918336cb8d2b0486d08 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 2 Sep 2018 18:28:27 +1000 Subject: Cleanup: comment blocks --- source/blender/collada/AnimationExporter.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/collada/AnimationExporter.cpp') diff --git a/source/blender/collada/AnimationExporter.cpp b/source/blender/collada/AnimationExporter.cpp index 31d0dde567b..0f9d439a454 100644 --- a/source/blender/collada/AnimationExporter.cpp +++ b/source/blender/collada/AnimationExporter.cpp @@ -65,9 +65,9 @@ bool AnimationExporter::is_flat_line(std::vector &values, int channel_cou return true; } /* - * This function creates a complete LINEAR Collada Entry with all needed - * , , and entries. - * This is is used for creating sampled Transformation Animations for either: + * This function creates a complete LINEAR Collada Entry with all needed + * , , and entries. + * This is is used for creating sampled Transformation Animations for either: * * 1-axis animation: * times contains the time points in seconds from within the timeline -- cgit v1.2.3