|
Blender V4.3
|
#include "abc_writer_hair.h"#include "intern/abc_axis_conversion.h"#include "DNA_mesh_types.h"#include "DNA_meshdata_types.h"#include "DNA_object_types.h"#include "BLI_math_matrix.h"#include "BLI_math_vector.h"#include "BKE_customdata.hh"#include "BKE_mesh_legacy_convert.hh"#include "BKE_mesh_runtime.hh"#include "BKE_object.hh"#include "BKE_particle.h"#include "CLG_log.h"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::io |
| namespace | blender::io::alembic |
Variables | |
| static CLG_LogRef | LOG = {"io.alembic"} |
|
static |
Definition at line 26 of file abc_writer_hair.cc.