From 8d81a3da37c45d2b61f1616522c7540445312604 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 28 May 2019 16:11:49 +1000 Subject: Cleanup: clang format --- source/blender/collada/BCAnimationSampler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/collada/BCAnimationSampler.cpp') diff --git a/source/blender/collada/BCAnimationSampler.cpp b/source/blender/collada/BCAnimationSampler.cpp index 7b0c6c41a01..1e6ff79f132 100644 --- a/source/blender/collada/BCAnimationSampler.cpp +++ b/source/blender/collada/BCAnimationSampler.cpp @@ -157,7 +157,7 @@ void BCAnimationSampler::update_animation_curves(BCAnimation &animation, BCSample &BCAnimationSampler::sample_object(Object *ob, int frame_index, bool for_opensim) { BCSample &ob_sample = sample_data.add(ob, frame_index); - //if (export_settings.get_apply_global_orientation()) { + // if (export_settings.get_apply_global_orientation()) { // const BCMatrix &global_transform = export_settings.get_global_transform(); // ob_sample.get_matrix(global_transform); //} -- cgit v1.2.3