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>2018-11-25 00:01:30 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-11-25 00:01:53 +0300
commit059c119719e04283808d3c7076886e1a58874f6b (patch)
tree5296776b81111ef62e33687d4a9b4c6ab5e297ff /source/blender/collada/AnimationExporter.h
parentfa0fcbe4d6ca3f183f02395fe9ba18fb5ea87748 (diff)
parente742e0934de6384eeaf271ca4cfe99922ddbe3fb (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/collada/AnimationExporter.h')
-rw-r--r--source/blender/collada/AnimationExporter.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/source/blender/collada/AnimationExporter.h b/source/blender/collada/AnimationExporter.h
index 2240449f7ba..969669ef11d 100644
--- a/source/blender/collada/AnimationExporter.h
+++ b/source/blender/collada/AnimationExporter.h
@@ -167,8 +167,8 @@ protected:
/* step through the bone hierarchy */
void export_bone_animations_recursive(
- Object *ob_arm,
- Bone *bone,
+ Object *ob_arm,
+ Bone *bone,
BCAnimationSampler &sampler);
/* Export for one bone */
@@ -205,10 +205,10 @@ protected:
std::string collada_source_from_values(
BC_animation_source_type tm_channel,
COLLADASW::InputSemantic::Semantics semantic,
- std::vector<float> &values,
- const std::string& anim_id,
+ std::vector<float> &values,
+ const std::string& anim_id,
const std::string axis_name);
-
+
/* Output sources (matrix data) */
std::string collada_source_from_values(
BCMatrixSampleMap &samples,
@@ -216,7 +216,7 @@ protected:
/* Interpolation sources */
std::string collada_linear_interpolation_source(
- int tot,
+ int tot,
const std::string& anim_id);
/* source ID = animation_name + semantic_suffix */
@@ -239,7 +239,7 @@ protected:
const std::string axis_name);
std::string collada_interpolation_source(const BCAnimationCurve &curve, const std::string& anim_id, std::string axis_name, bool *has_tangents);
-
+
std::string get_axis_name(std::string channel, int id);
const std::string get_collada_name(std::string channel_target) const;
std::string get_collada_sid(const BCAnimationCurve &curve, const std::string axis_name);