From 75fc1c35070e0cf247f2d2e4cffe8a6e711522ff Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 1 Jun 2018 18:19:39 +0200 Subject: Cleanup: trailing whitespace (comment blocks) Strip unindented comment blocks - mainly headers to avoid conflicts. --- source/blender/collada/AnimationExporter.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'source/blender/collada/AnimationExporter.cpp') diff --git a/source/blender/collada/AnimationExporter.cpp b/source/blender/collada/AnimationExporter.cpp index a59665f897f..c891414f088 100644 --- a/source/blender/collada/AnimationExporter.cpp +++ b/source/blender/collada/AnimationExporter.cpp @@ -60,7 +60,7 @@ bool AnimationExporter::is_flat_line(std::vector &values, int channel_cou return true; } /* - * This function creates a complete LINEAR Collada Entry with all needed + * This function creates a complete LINEAR Collada Entry with all needed * , , and entries. * This is is used for creating sampled Transformation Animations for either: * @@ -78,8 +78,8 @@ bool AnimationExporter::is_flat_line(std::vector &values, int channel_cou * axis_name = "" (actually not used) * is_rot = false (see xxx below) * - * xxx: I tried to create a 3 axis rotation animation - * like for translation or scale. But i could not + * xxx: I tried to create a 3 axis rotation animation + * like for translation or scale. But i could not * figure out how to setup the channel for this case. * So for now rotations are exported as 3 separate 1-axis collada animations * See export_sampled_animation() further down. @@ -1035,8 +1035,8 @@ void AnimationExporter::evaluate_anim_with_constraints(Object *ob, float ctime) /* * ob is needed to aply parent inverse information to fcurve. * TODO: Here we have to step over all keyframes for each object and for each fcurve. - * Instead of processing each fcurve one by one, - * step over the animation from keyframe to keyframe, + * Instead of processing each fcurve one by one, + * step over the animation from keyframe to keyframe, * then create adjusted fcurves (and entries) for all affected objects. * Then we would need to step through the scene only once. */ @@ -1571,7 +1571,7 @@ std::string AnimationExporter::get_camera_param_sid(char *rna_path, int tm_type, } /* - * Assign sid of the animated parameter or transform for rotation, + * Assign sid of the animated parameter or transform for rotation, * axis name is always appended and the value of append_axis is ignored */ std::string AnimationExporter::get_transform_sid(char *rna_path, int tm_type, const char *axis_name, bool append_axis) -- cgit v1.2.3