|
Blender V4.3
|
#include <grease_pencil_io.hh>
Public Member Functions | |
| IOContext (bContext &C, const ARegion *region, const View3D *v3d, const RegionView3D *rv3d, ReportList *reports) | |
Public Attributes | |
| ReportList * | reports |
| bContext & | C |
| const ARegion * | region |
| const View3D * | v3d |
| const RegionView3D * | rv3d |
| Scene * | scene |
| Depsgraph * | depsgraph |
Definition at line 24 of file grease_pencil_io.hh.
| blender::io::grease_pencil::IOContext::IOContext | ( | bContext & | C, |
| const ARegion * | region, | ||
| const View3D * | v3d, | ||
| const RegionView3D * | rv3d, | ||
| ReportList * | reports ) |
Definition at line 88 of file grease_pencil_io.cc.
| bContext& blender::io::grease_pencil::IOContext::C |
| Depsgraph* blender::io::grease_pencil::IOContext::depsgraph |
Definition at line 31 of file grease_pencil_io.hh.
Referenced by blender::io::grease_pencil::PDFExporter::export_grease_pencil_objects(), blender::io::grease_pencil::SVGExporter::export_grease_pencil_objects(), blender::io::grease_pencil::PDFExporter::export_scene(), and blender::io::grease_pencil::GreasePencilExporter::prepare_render_params().
| const ARegion* blender::io::grease_pencil::IOContext::region |
Definition at line 27 of file grease_pencil_io.hh.
Referenced by blender::io::grease_pencil::GreasePencilExporter::prepare_render_params(), and blender::io::grease_pencil::GreasePencilExporter::project_to_screen().
| ReportList* blender::io::grease_pencil::IOContext::reports |
Definition at line 25 of file grease_pencil_io.hh.
Referenced by blender::io::grease_pencil::SVGImporter::read().
| const RegionView3D* blender::io::grease_pencil::IOContext::rv3d |
| Scene* blender::io::grease_pencil::IOContext::scene |
Definition at line 30 of file grease_pencil_io.hh.
Referenced by blender::io::grease_pencil::GreasePencilImporter::create_object(), and blender::io::grease_pencil::SVGImporter::read().
| const View3D* blender::io::grease_pencil::IOContext::v3d |
Definition at line 28 of file grease_pencil_io.hh.
Referenced by blender::io::grease_pencil::GreasePencilImporter::create_object(), and blender::io::grease_pencil::GreasePencilExporter::prepare_render_params().