Blender V4.3
abc_writer_nurbs.cc File Reference
#include "abc_writer_nurbs.h"
#include "intern/abc_axis_conversion.h"
#include "DNA_curve_types.h"
#include "DNA_object_types.h"
#include "BLI_listbase.h"
#include "BKE_curve.hh"
#include "BKE_object_types.hh"
#include "CLG_log.h"

Go to the source code of this file.

Namespaces

namespace  blender
 
namespace  blender::io
 
namespace  blender::io::alembic
 

Functions

static void blender::io::alembic::get_knots (std::vector< float > &knots, const int num_knots, float *nu_knots)
 

Variables

static CLG_LogRef LOG = {"io.alembic"}
 

Variable Documentation

◆ LOG

CLG_LogRef LOG = {"io.alembic"}
static

Definition at line 21 of file abc_writer_nurbs.cc.