Blender V4.3
abc_archive.cc File Reference
#include "abc_archive.h"
#include "BKE_blender_version.h"
#include "BKE_main.hh"
#include "DNA_scene_types.h"
#include <Alembic/Abc/ArchiveInfo.h>
#include <Alembic/Abc/ErrorHandler.h>
#include <Alembic/Abc/Foundation.h>
#include <Alembic/Abc/OArchive.h>
#include <Alembic/AbcCoreAbstract/MetaData.h>
#include <Alembic/AbcCoreAbstract/TimeSampling.h>
#include <Alembic/AbcCoreAbstract/TimeSamplingType.h>
#include <Alembic/AbcCoreOgawa/ReadWrite.h>
#include <Alembic/AbcGeom/ArchiveBounds.h>

Go to the source code of this file.

Namespaces

namespace  blender
 
namespace  blender::io
 
namespace  blender::io::alembic
 

Functions

static MetaData blender::io::alembic::create_abc_metadata (const Main *bmain, double scene_fps)
 
static OArchive * blender::io::alembic::create_archive (std::ofstream *abc_ostream, const std::string &filepath, MetaData &abc_metadata)
 
static void blender::io::alembic::get_shutter_samples (double scene_fps, const AlembicExportParams &params, int nr_of_samples, bool time_relative, std::vector< double > &r_samples)
 
static TimeSamplingPtr blender::io::alembic::create_time_sampling (double scene_fps, const AlembicExportParams &params, int nr_of_samples)
 
static void blender::io::alembic::get_frames (double scene_fps, const AlembicExportParams &params, uint nr_of_samples, std::set< double > &r_frames)