From ffd0fee97c364866d387718a9ee172466054133b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 11 Feb 2019 10:51:25 +1100 Subject: Cleanup: comment indentation & spelling --- source/blender/collada/BCAnimationSampler.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source/blender/collada/BCAnimationSampler.cpp') diff --git a/source/blender/collada/BCAnimationSampler.cpp b/source/blender/collada/BCAnimationSampler.cpp index c22a5d5f175..10a5bb8b031 100644 --- a/source/blender/collada/BCAnimationSampler.cpp +++ b/source/blender/collada/BCAnimationSampler.cpp @@ -394,11 +394,11 @@ void BCAnimationSampler::generate_transforms(Object *ob, Bone *bone, BCAnimation generate_transforms(ob, child, curves); } -/* -* Collect all keyframes from all animation curves related to the object -* The bc_get... functions check for NULL and correct object type -* The add_keyframes_from() function checks for NULL -*/ +/** + * Collect all keyframes from all animation curves related to the object + * The bc_get... functions check for NULL and correct object type + * The add_keyframes_from() function checks for NULL + */ void BCAnimationSampler::initialize_keyframes(BCFrameSet &frameset, Object *ob) { frameset.clear(); -- cgit v1.2.3