|
Blender
V3.3
|
#include <gpencil_io.h>
Public Attributes | |
| bContext * | C |
| ARegion * | region |
| View3D * | v3d |
| Object * | ob |
| uint16_t | mode |
| int32_t | frame_start |
| int32_t | frame_end |
| int32_t | frame_cur |
| uint32_t | flag |
| float | scale |
| uint16_t | select_mode |
| uint16_t | frame_mode |
| float | stroke_sample |
| int32_t | resolution |
| char | filename [128] |
Definition at line 18 of file gpencil_io.h.
| bContext* GpencilIOParams::C |
| char GpencilIOParams::filename[128] |
Filename to be used in new objects.
Definition at line 39 of file gpencil_io.h.
Referenced by blender::io::gpencil::GpencilImporter::create_object().
| uint32_t GpencilIOParams::flag |
Definition at line 29 of file gpencil_io.h.
| int32_t GpencilIOParams::frame_cur |
Definition at line 28 of file gpencil_io.h.
Referenced by blender::io::gpencil::GpencilIO::GpencilIO().
| int32_t GpencilIOParams::frame_end |
Definition at line 27 of file gpencil_io.h.
| uint16_t GpencilIOParams::frame_mode |
Frame mode (see eGpencilExportFrame).
Definition at line 34 of file gpencil_io.h.
| int32_t GpencilIOParams::frame_start |
Definition at line 26 of file gpencil_io.h.
| uint16_t GpencilIOParams::mode |
Mode (see eGpencilIO_Modes).
Definition at line 25 of file gpencil_io.h.
Referenced by gpencil_io_export(), gpencil_io_import_frame(), and blender::io::gpencil::GpencilIO::prepare_camera_params().
| Object* GpencilIOParams::ob |
Grease pencil object.
Definition at line 23 of file gpencil_io.h.
Referenced by blender::io::gpencil::GpencilImporter::create_material(), blender::io::gpencil::GpencilIO::create_object_list(), blender::io::gpencil::GpencilIO::GpencilIO(), and blender::io::gpencil::GpencilImporterSVG::read().
| ARegion* GpencilIOParams::region |
Definition at line 20 of file gpencil_io.h.
Referenced by blender::io::gpencil::GpencilIO::gpencil_3D_point_to_screen_space(), blender::io::gpencil::GpencilIO::GpencilIO(), and blender::io::gpencil::GpencilIO::prepare_camera_params().
| int32_t GpencilIOParams::resolution |
Definition at line 37 of file gpencil_io.h.
| float GpencilIOParams::scale |
Definition at line 30 of file gpencil_io.h.
Referenced by blender::io::gpencil::GpencilImporterSVG::read().
| uint16_t GpencilIOParams::select_mode |
Select mode (see eGpencilExportSelect).
Definition at line 32 of file gpencil_io.h.
Referenced by blender::io::gpencil::GpencilIO::create_object_list().
| float GpencilIOParams::stroke_sample |
Stroke sampling factor.
Definition at line 36 of file gpencil_io.h.
| View3D* GpencilIOParams::v3d |
Definition at line 21 of file gpencil_io.h.
Referenced by blender::io::gpencil::GpencilImporter::create_object(), and blender::io::gpencil::GpencilIO::prepare_camera_params().