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/ArmatureExporter.h')
-rw-r--r--source/blender/io/collada/ArmatureExporter.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/source/blender/io/collada/ArmatureExporter.h b/source/blender/io/collada/ArmatureExporter.h
index 193dc9cde3a..b994741f342 100644
--- a/source/blender/io/collada/ArmatureExporter.h
+++ b/source/blender/io/collada/ArmatureExporter.h
@@ -22,7 +22,7 @@
#include <list>
#include <string>
-//#include <vector>
+// #include <vector>
#include "COLLADASWInputList.h"
#include "COLLADASWLibraryControllers.h"
@@ -43,16 +43,16 @@
class SceneExporter;
-// XXX exporter writes wrong data for shared armatures. A separate
-// controller should be written for each armature-mesh binding how do
-// we make controller ids then?
+/* XXX exporter writes wrong data for shared armatures. A separate
+ * controller should be written for each armature-mesh binding how do
+ * we make controller ids then? */
class ArmatureExporter : public COLLADASW::LibraryControllers,
protected TransformWriter,
protected InstanceWriter {
public:
- // XXX exporter writes wrong data for shared armatures. A separate
- // controller should be written for each armature-mesh binding how do
- // we make controller ids then?
+ /* XXX exporter writes wrong data for shared armatures. A separate
+ * controller should be written for each armature-mesh binding how do
+ * we make controller ids then? */
ArmatureExporter(BlenderContext &blender_context,
COLLADASW::StreamWriter *sw,
BCExportSettings &export_settings)
@@ -83,8 +83,8 @@ class ArmatureExporter : public COLLADASW::LibraryControllers,
void find_objects_using_armature(Object *ob_arm, std::vector<Object *> &objects, Scene *sce);
#endif
- // Scene, SceneExporter and the list of child_objects
- // are required for writing bone parented objects
+ /* Scene, SceneExporter and the list of child_objects
+ * are required for writing bone parented objects */
void add_bone_node(Bone *bone,
Object *ob_arm,
SceneExporter *se,