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:
Diffstat (limited to 'source/blender/io/collada/AnimationExporter.h')
-rw-r--r--source/blender/io/collada/AnimationExporter.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/blender/io/collada/AnimationExporter.h b/source/blender/io/collada/AnimationExporter.h
index 2d38a541347..fd691184e8b 100644
--- a/source/blender/io/collada/AnimationExporter.h
+++ b/source/blender/io/collada/AnimationExporter.h
@@ -39,7 +39,7 @@
#include "BLI_utildefines.h"
#include "BIK_api.h"
-#include "BKE_action.h" // pose functions
+#include "BKE_action.h" /* pose functions */
#include "BKE_armature.h"
#include "BKE_constraint.h"
#include "BKE_fcurve.h"
@@ -69,7 +69,7 @@
#include "IK_solver.h"
-#include <algorithm> // std::find
+#include <algorithm> /* std::find */
#include <map>
#include <vector>
@@ -100,7 +100,7 @@ class AnimationExporter : COLLADASW::LibraryAnimations {
bool exportAnimations();
- // called for each exported object
+ /* called for each exported object */
void operator()(Object *ob);
protected:
@@ -129,8 +129,8 @@ class AnimationExporter : COLLADASW::LibraryAnimations {
Object *ob_arm,
bPoseChannel *pChan);
- // dae_bone_animation -> add_bone_animation
- // (blend this into dae_bone_animation)
+ /* dae_bone_animation -> add_bone_animation
+ * (blend this into dae_bone_animation) */
void dae_bone_animation(std::vector<float> &fra,
float *v,
int tm_type,