|
Blender V4.3
|
#include <functional>#include <memory>#include "abc_writer_curves.h"#include "intern/abc_axis_conversion.h"#include "BLI_array_utils.hh"#include "BLI_offset_indices.hh"#include "DNA_curve_types.h"#include "DNA_object_types.h"#include "BKE_curve_legacy_convert.hh"#include "BKE_curve_to_mesh.hh"#include "BKE_curves.hh"#include "BKE_lib_id.hh"#include "BKE_mesh.hh"#include "BKE_object.hh"#include "CLG_log.h"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::io |
| namespace | blender::io::alembic |
Functions | |
| const std::string | blender::io::alembic::ABC_CURVE_RESOLUTION_U_PROPNAME ("blender:resolution") |
| static Imath::V3f | blender::io::alembic::to_yup_V3f (float3 v) |
Variables | |
| static CLG_LogRef | LOG = {"io.alembic"} |
|
static |
Definition at line 29 of file abc_writer_curves.cc.