Blender  V3.3
Namespaces | Functions
abc_archive.cc File Reference
#include "abc_archive.h"
#include "BKE_blender_version.h"
#include "BKE_main.h"
#include "BKE_scene.h"
#include "DEG_depsgraph_query.h"
#include "DNA_scene_types.h"
#include <Alembic/AbcCoreOgawa/All.h>
#include <Alembic/AbcGeom/All.h>

Go to the source code of this file.

Namespaces

 blender
 
 blender::io
 
 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 &filename, 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, unsigned int nr_of_samples, std::set< double > &r_frames)