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-06-04 03:51:48 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-06-04 03:52:20 +0300
commitc13e10a7404ddae1d2ab9dc3d421ad18e8cb01ac (patch)
tree8906f96fd20a8fe5bd7b973db13fc5dcd663634a /source/blender/collada/AnimationImporter.h
parentd62a749fcf4848958d748a4d5ef5c4f1172cd351 (diff)
Cleanup: clang-format, remove tabs
Diffstat (limited to 'source/blender/collada/AnimationImporter.h')
-rw-r--r--source/blender/collada/AnimationImporter.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/blender/collada/AnimationImporter.h b/source/blender/collada/AnimationImporter.h
index c62ffdbafd3..0043dad7116 100644
--- a/source/blender/collada/AnimationImporter.h
+++ b/source/blender/collada/AnimationImporter.h
@@ -195,7 +195,10 @@ class AnimationImporter : private TransformReader, public AnimationImporterBase
int setAnimType(const COLLADAFW::Animatable *prop, int type, int addition);
- void modify_fcurve(std::vector<FCurve *> *curves, const char *rna_path, int array_index, int scale=1);
+ void modify_fcurve(std::vector<FCurve *> *curves,
+ const char *rna_path,
+ int array_index,
+ int scale = 1);
void unused_fcurve(std::vector<FCurve *> *curves);
// prerequisites:
// animlist_map - map animlist id -> animlist