|
Blender V4.3
|
#include "BKE_attribute.hh"#include "BKE_curves.hh"#include "BKE_grease_pencil.hh"#include "BKE_material.h"#include "BKE_scene.hh"#include "DEG_depsgraph_query.hh"#include "DNA_grease_pencil_types.h"#include "DNA_material_types.h"#include "DNA_scene_types.h"#include "ED_view3d.hh"#include "grease_pencil_io.hh"#include "grease_pencil_io_intern.hh"#include "hpdf.h"#include <iostream>Go to the source code of this file.
Classes | |
| class | blender::io::grease_pencil::PDFExporter |
Namespaces | |
| namespace | blender |
| namespace | blender::io |
| namespace | blender::io::grease_pencil |
Functions | |
| static bool | blender::io::grease_pencil::is_selected_frame (const GreasePencil &grease_pencil, const int frame_number) |
| bool | blender::io::grease_pencil::export_pdf (const IOContext &context, const ExportParams ¶ms, Scene &scene, StringRefNull filepath) |