Blender
V3.3
|
#include "abc_writer_curves.h"
#include "intern/abc_axis_conversion.h"
#include "DNA_curve_types.h"
#include "DNA_object_types.h"
#include "BKE_curve.h"
#include "BKE_mesh.h"
#include "BKE_object.h"
#include "CLG_log.h"
Go to the source code of this file.
Namespaces | |
blender | |
blender::io | |
blender::io::alembic | |
Functions | |
const std::string | blender::io::alembic::ABC_CURVE_RESOLUTION_U_PROPNAME ("blender:resolution") |
Variables | |
static CLG_LogRef | LOG = {"io.alembic"} |
|
static |
Definition at line 19 of file abc_writer_curves.cc.
Referenced by blender::io::alembic::ABCCurveWriter::create_alembic_objects().