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:
authorKévin Dietrich <kevin.dietrich@mailoo.org>2016-09-09 06:06:06 +0300
committerKévin Dietrich <kevin.dietrich@mailoo.org>2016-09-09 06:06:06 +0300
commit78ea06fea4a74181c25254ed72d50d8a743b6954 (patch)
tree00db1a293c1f2d5b91a2d8e1eab15cbe654b92cc /source/blender/alembic/intern/abc_exporter.h
parent1558f5b6602ebe8ba31455b1837b2594d5c7f264 (diff)
Alembic, cleanup: split archive opening code in their own classes and
files. Also helps keeping platform specific code in separate from the rest of the code.
Diffstat (limited to 'source/blender/alembic/intern/abc_exporter.h')
-rw-r--r--source/blender/alembic/intern/abc_exporter.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/alembic/intern/abc_exporter.h b/source/blender/alembic/intern/abc_exporter.h
index 6c242f973c4..070eb9ea81a 100644
--- a/source/blender/alembic/intern/abc_exporter.h
+++ b/source/blender/alembic/intern/abc_exporter.h
@@ -24,7 +24,6 @@
#define __ABC_EXPORTER_H__
#include <Alembic/Abc/All.h>
-#include <fstream>
#include <map>
#include <set>
#include <vector>
@@ -76,7 +75,6 @@ class AbcExporter {
const char *m_filename;
- std::ofstream m_out_file;
Alembic::Abc::OArchive m_archive;
unsigned int m_trans_sampling_index, m_shape_sampling_index;