|
Blender
V3.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_space_types.h"#include "BKE_constraint.h"#include "BKE_lib_id.h"#include "BKE_modifier.h"#include "BKE_object.h"#include "BLI_listbase.h"#include "BLI_math_geom.h"#include "BLI_string.h"#include "BLI_utildefines.h"Go to the source code of this file.
Namespaces | |
| blender | |
| blender::io | |
| 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) |