Blender  V3.3
Public Attributes | List of all members
GpencilIOParams Struct Reference

#include <gpencil_io.h>

Public Attributes

bContextC
 
ARegionregion
 
View3Dv3d
 
Objectob
 
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]
 

Detailed Description

Definition at line 18 of file gpencil_io.h.

Member Data Documentation

◆ C

bContext* GpencilIOParams::C

◆ filename

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().

◆ flag

uint32_t GpencilIOParams::flag

Definition at line 29 of file gpencil_io.h.

◆ frame_cur

int32_t GpencilIOParams::frame_cur

Definition at line 28 of file gpencil_io.h.

Referenced by blender::io::gpencil::GpencilIO::GpencilIO().

◆ frame_end

int32_t GpencilIOParams::frame_end

Definition at line 27 of file gpencil_io.h.

◆ frame_mode

uint16_t GpencilIOParams::frame_mode

Frame mode (see eGpencilExportFrame).

Definition at line 34 of file gpencil_io.h.

◆ frame_start

int32_t GpencilIOParams::frame_start

Definition at line 26 of file gpencil_io.h.

◆ mode

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().

◆ ob

Object* GpencilIOParams::ob

◆ region

ARegion* GpencilIOParams::region

◆ resolution

int32_t GpencilIOParams::resolution

Definition at line 37 of file gpencil_io.h.

◆ scale

float GpencilIOParams::scale

Definition at line 30 of file gpencil_io.h.

Referenced by blender::io::gpencil::GpencilImporterSVG::read().

◆ select_mode

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().

◆ stroke_sample

float GpencilIOParams::stroke_sample

Stroke sampling factor.

Definition at line 36 of file gpencil_io.h.

◆ v3d

View3D* GpencilIOParams::v3d

The documentation for this struct was generated from the following file: