Blender
V3.3
|
#include "abc_writer_hair.h"
#include "intern/abc_axis_conversion.h"
#include <cstdio>
#include "DNA_mesh_types.h"
#include "DNA_meshdata_types.h"
#include "DNA_modifier_types.h"
#include "DNA_object_types.h"
#include "BLI_math_geom.h"
#include "BKE_customdata.h"
#include "BKE_mesh.h"
#include "BKE_mesh_legacy_convert.h"
#include "BKE_mesh_runtime.h"
#include "BKE_particle.h"
#include "CLG_log.h"
Go to the source code of this file.
Namespaces | |
blender | |
blender::io | |
blender::io::alembic | |
Variables | |
static CLG_LogRef | LOG = {"io.alembic"} |
|
static |
Definition at line 26 of file abc_writer_hair.cc.
Referenced by blender::io::alembic::ABCHairWriter::create_alembic_objects().