Blender
V3.3
|
Public Attributes | |
struct Object * | owner |
short * | stop |
short * | do_update |
float * | progress |
bContext * | C |
wmWindowManager * | wm |
Main * | bmain |
Scene * | scene |
View3D * | v3d |
Base * | base_active |
Object * | ob_active |
Image * | image |
Object * | ob_gpencil |
bGPdata * | gpd |
bGPDlayer * | gpl |
bool | was_ob_created |
bool | use_current_frame |
int32_t | frame_target |
float | threshold |
float | scale |
float | sample |
int32_t | resolution |
int32_t | thickness |
int32_t | turnpolicy |
int32_t | mode |
int32_t | frame_num |
bool | success |
bool | was_canceled |
Definition at line 45 of file gpencil_trace_ops.c.
Base* TraceJob::base_active |
Definition at line 56 of file gpencil_trace_ops.c.
Referenced by gpencil_trace_image_exec().
Main* TraceJob::bmain |
Definition at line 53 of file gpencil_trace_ops.c.
Referenced by gpencil_trace_image(), gpencil_trace_image_exec(), and trace_end_job().
bContext* TraceJob::C |
Definition at line 51 of file gpencil_trace_ops.c.
Referenced by gpencil_trace_image_exec(), and trace_initialize_job_data().
short * TraceJob::do_update |
Definition at line 48 of file gpencil_trace_ops.c.
Referenced by trace_start_job().
int32_t TraceJob::frame_num |
Frame to render to be used by python API. Not exposed in UI. This feature is only used in Studios to run custom video trace for selected frames.
Definition at line 76 of file gpencil_trace_ops.c.
Referenced by gpencil_trace_image_exec(), and trace_start_job().
int32_t TraceJob::frame_target |
Definition at line 66 of file gpencil_trace_ops.c.
Referenced by gpencil_trace_image_exec(), and trace_start_job().
bGPdata* TraceJob::gpd |
Definition at line 60 of file gpencil_trace_ops.c.
Referenced by trace_end_job(), and trace_initialize_job_data().
bGPDlayer* TraceJob::gpl |
Definition at line 61 of file gpencil_trace_ops.c.
Referenced by trace_initialize_job_data(), and trace_start_job().
Image* TraceJob::image |
Definition at line 58 of file gpencil_trace_ops.c.
Referenced by gpencil_trace_image_exec(), and trace_start_job().
int32_t TraceJob::mode |
Definition at line 73 of file gpencil_trace_ops.c.
Referenced by gpencil_trace_image_exec(), and trace_start_job().
Object* TraceJob::ob_active |
Definition at line 57 of file gpencil_trace_ops.c.
Referenced by gpencil_trace_image_exec(), trace_initialize_job_data(), and trace_start_job().
Object* TraceJob::ob_gpencil |
Definition at line 59 of file gpencil_trace_ops.c.
Referenced by gpencil_trace_image(), gpencil_trace_image_exec(), trace_end_job(), and trace_initialize_job_data().
struct Object* TraceJob::owner |
Definition at line 47 of file gpencil_trace_ops.c.
Referenced by gpencil_trace_image_exec().
float* TraceJob::progress |
Definition at line 49 of file gpencil_trace_ops.c.
Referenced by trace_start_job().
int32_t TraceJob::resolution |
Definition at line 70 of file gpencil_trace_ops.c.
Referenced by gpencil_trace_image(), and gpencil_trace_image_exec().
float TraceJob::sample |
Definition at line 69 of file gpencil_trace_ops.c.
Referenced by gpencil_trace_image(), and gpencil_trace_image_exec().
float TraceJob::scale |
Definition at line 68 of file gpencil_trace_ops.c.
Referenced by gpencil_trace_image(), and gpencil_trace_image_exec().
Scene* TraceJob::scene |
Definition at line 54 of file gpencil_trace_ops.c.
Referenced by gpencil_trace_image_exec(), and trace_end_job().
short* TraceJob::stop |
Definition at line 48 of file gpencil_trace_ops.c.
Referenced by trace_start_job().
bool TraceJob::success |
Definition at line 78 of file gpencil_trace_ops.c.
Referenced by trace_end_job(), and trace_start_job().
int32_t TraceJob::thickness |
Definition at line 71 of file gpencil_trace_ops.c.
Referenced by gpencil_trace_image(), and gpencil_trace_image_exec().
float TraceJob::threshold |
Definition at line 67 of file gpencil_trace_ops.c.
Referenced by gpencil_trace_image(), and gpencil_trace_image_exec().
int32_t TraceJob::turnpolicy |
Definition at line 72 of file gpencil_trace_ops.c.
Referenced by gpencil_trace_image(), and gpencil_trace_image_exec().
bool TraceJob::use_current_frame |
Definition at line 64 of file gpencil_trace_ops.c.
Referenced by gpencil_trace_image_exec(), and trace_start_job().
View3D* TraceJob::v3d |
Definition at line 55 of file gpencil_trace_ops.c.
Referenced by gpencil_trace_image_exec(), and trace_initialize_job_data().
bool TraceJob::was_canceled |
Definition at line 79 of file gpencil_trace_ops.c.
Referenced by trace_end_job(), and trace_start_job().
bool TraceJob::was_ob_created |
Definition at line 63 of file gpencil_trace_ops.c.
Referenced by gpencil_trace_image_exec(), trace_end_job(), and trace_initialize_job_data().
wmWindowManager* TraceJob::wm |
Definition at line 52 of file gpencil_trace_ops.c.
Referenced by gpencil_trace_image_exec().