Blender V4.3
LineartBakeJob Struct Reference

Public Attributes

wmWindowManagerwm
 
void * owner
 
bool * stop
 
bool * do_update
 
floatprogress
 
bContextC
 
blender::Vector< Object * > objects
 
Scenescene
 
Depsgraph * dg
 
int frame
 
int frame_begin
 
int frame_end
 
int frame_orig
 
int frame_increment
 
bool overwrite_frames
 

Detailed Description

Definition at line 102 of file grease_pencil_lineart.cc.

Member Data Documentation

◆ C

bContext* LineartBakeJob::C

◆ dg

Depsgraph* LineartBakeJob::dg

◆ do_update

bool * LineartBakeJob::do_update

Definition at line 105 of file grease_pencil_lineart.cc.

Referenced by lineart_bake_startjob().

◆ frame

int LineartBakeJob::frame

Definition at line 113 of file grease_pencil_lineart.cc.

◆ frame_begin

int LineartBakeJob::frame_begin

Definition at line 114 of file grease_pencil_lineart.cc.

Referenced by lineart_bake_common(), and lineart_bake_startjob().

◆ frame_end

int LineartBakeJob::frame_end

Definition at line 115 of file grease_pencil_lineart.cc.

Referenced by lineart_bake_common(), and lineart_bake_startjob().

◆ frame_increment

int LineartBakeJob::frame_increment

Definition at line 117 of file grease_pencil_lineart.cc.

Referenced by lineart_bake_common(), and lineart_bake_startjob().

◆ frame_orig

int LineartBakeJob::frame_orig

Definition at line 116 of file grease_pencil_lineart.cc.

Referenced by lineart_bake_common(), and lineart_bake_startjob().

◆ objects

◆ overwrite_frames

bool LineartBakeJob::overwrite_frames

Definition at line 118 of file grease_pencil_lineart.cc.

Referenced by bake_single_target(), and lineart_bake_common().

◆ owner

void* LineartBakeJob::owner

Definition at line 104 of file grease_pencil_lineart.cc.

◆ progress

float* LineartBakeJob::progress

Definition at line 106 of file grease_pencil_lineart.cc.

Referenced by lineart_bake_startjob().

◆ scene

Scene* LineartBakeJob::scene

◆ stop

bool* LineartBakeJob::stop

Definition at line 105 of file grease_pencil_lineart.cc.

Referenced by lineart_bake_startjob().

◆ wm

wmWindowManager* LineartBakeJob::wm

Definition at line 103 of file grease_pencil_lineart.cc.


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