|
Blender
V3.3
|
#include "abc_writer_points.h"#include "DNA_object_types.h"#include "DNA_particle_types.h"#include "BKE_lattice.h"#include "BKE_particle.h"#include "BLI_math.h"#include "DEG_depsgraph_query.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 21 of file abc_writer_points.cc.
Referenced by blender::io::alembic::ABCPointsWriter::create_alembic_objects().