Blender V5.0
grease_pencil_io.cc File Reference
#include "BLI_bounds.hh"
#include "BLI_color.hh"
#include "BLI_listbase.h"
#include "BLI_math_matrix.hh"
#include "BLI_math_vector.h"
#include "BLI_math_vector.hh"
#include "BKE_attribute.hh"
#include "BKE_camera.h"
#include "BKE_context.hh"
#include "BKE_crazyspace.hh"
#include "BKE_curves.hh"
#include "BKE_grease_pencil.hh"
#include "BKE_layer.hh"
#include "BKE_material.hh"
#include "BKE_scene.hh"
#include "DNA_grease_pencil_types.h"
#include "DNA_material_types.h"
#include "DNA_object_types.h"
#include "DNA_scene_types.h"
#include "DNA_view3d_types.h"
#include "DEG_depsgraph_query.hh"
#include "GEO_resample_curves.hh"
#include "ED_grease_pencil.hh"
#include "ED_object.hh"
#include "ED_view3d.hh"
#include "UI_view2d.hh"
#include "grease_pencil_io_intern.hh"
#include <fmt/format.h>
#include <numeric>
#include <optional>

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::io
namespace  blender::io::grease_pencil

Functions

static float blender::io::grease_pencil::get_average (const Span< float > values)
static ColorGeometry4f blender::io::grease_pencil::get_average (const Span< ColorGeometry4f > values)
static float4x4 blender::io::grease_pencil::persmat_from_camera_object (Scene &scene)