|
Blender V4.3
|
#include "abc_reader_object.h"#include "abc_axis_conversion.h"#include "abc_util.h"#include "DNA_cachefile_types.h"#include "DNA_constraint_types.h"#include "DNA_modifier_types.h"#include "DNA_object_types.h"#include "BKE_constraint.h"#include "BKE_lib_id.hh"#include "BKE_modifier.hh"#include "BKE_object.hh"#include "BKE_object_types.hh"#include "BLI_listbase.h"#include "BLI_math_matrix.h"#include "BLI_math_rotation.h"#include "BLI_math_vector.h"#include "BLI_string.h"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::io |
| namespace | blender::io::alembic |
Functions | |
| static Imath::M44d | blender::io::alembic::blend_matrices (const Imath::M44d &m0, const Imath::M44d &m1, const double weight) |
| Imath::M44d | blender::io::alembic::get_matrix (const IXformSchema &schema, const chrono_t time) |