Blender V5.0
abc_util.cc File Reference
#include "abc_util.h"
#include "abc_reader_camera.h"
#include "abc_reader_curves.h"
#include "abc_reader_mesh.h"
#include "abc_reader_points.h"
#include "abc_reader_transform.h"
#include <Alembic/AbcGeom/ILight.h>
#include <Alembic/AbcGeom/INuPatch.h>
#include <Alembic/AbcMaterial/IMaterial.h>
#include <algorithm>

Go to the source code of this file.

Namespaces

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

Typedefs

using blender::io::alembic::index_time_pair_t = std::pair<Alembic::AbcCoreAbstract::index_t, Alembic::AbcGeom::chrono_t>

Functions

std::string blender::io::alembic::get_valid_abc_name (const char *name)
Imath::M44d blender::io::alembic::convert_matrix_datatype (const float mat[4][4])
void blender::io::alembic::convert_matrix_datatype (const Imath::M44d &xform, float r_mat[4][4])
void blender::io::alembic::split (const std::string &s, const char delim, std::vector< std::string > &tokens)
bool blender::io::alembic::has_property (const Alembic::Abc::ICompoundProperty &prop, const std::string &name)
V3fArraySamplePtr blender::io::alembic::get_velocity_prop (const Alembic::Abc::ICompoundProperty &schema, const Alembic::AbcGeom::ISampleSelector &selector, const std::string &name)
std::optional< SampleInterpolationSettingsblender::io::alembic::get_sample_interpolation_settings (const Alembic::AbcGeom::ISampleSelector &selector, const Alembic::AbcCoreAbstract::TimeSamplingPtr &time_sampling, size_t samples_number)
AbcObjectReaderblender::io::alembic::create_reader (const Alembic::AbcGeom::IObject &object, ImportSettings &settings)