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:
authorCampbell Barton <ideasman42@gmail.com>2019-05-28 09:11:49 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-05-28 09:11:49 +0300
commit8d81a3da37c45d2b61f1616522c7540445312604 (patch)
treef47cf9112ff666257c2b51390e958484f93d0dab /source/blender/collada/BCAnimationSampler.cpp
parent671eb29d43723ac6aa4325128953855a6703e401 (diff)
Cleanup: clang format
Diffstat (limited to 'source/blender/collada/BCAnimationSampler.cpp')
-rw-r--r--source/blender/collada/BCAnimationSampler.cpp2
1 files changed, 1 insertions, 1 deletions
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);
//}