|
Blender
V2.93
|
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 |
| bool | success |
| bool | was_canceled |
Definition at line 61 of file gpencil_trace_ops.c.
| Base* TraceJob::base_active |
Definition at line 72 of file gpencil_trace_ops.c.
Referenced by gpencil_trace_image_exec().
| Main* TraceJob::bmain |
Definition at line 69 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 67 of file gpencil_trace_ops.c.
Referenced by gpencil_trace_image_exec(), and trace_initialize_job_data().
| short * TraceJob::do_update |
Definition at line 64 of file gpencil_trace_ops.c.
Referenced by trace_start_job().
| int32_t TraceJob::frame_target |
Definition at line 82 of file gpencil_trace_ops.c.
Referenced by gpencil_trace_image_exec(), and trace_start_job().
| bGPdata* TraceJob::gpd |
Definition at line 76 of file gpencil_trace_ops.c.
Referenced by trace_end_job(), and trace_initialize_job_data().
| bGPDlayer* TraceJob::gpl |
Definition at line 77 of file gpencil_trace_ops.c.
Referenced by trace_initialize_job_data(), and trace_start_job().
| Image* TraceJob::image |
Definition at line 74 of file gpencil_trace_ops.c.
Referenced by gpencil_trace_image_exec(), and trace_start_job().
| int32_t TraceJob::mode |
Definition at line 89 of file gpencil_trace_ops.c.
Referenced by gpencil_trace_image_exec(), and trace_start_job().
| Object* TraceJob::ob_active |
Definition at line 73 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 75 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 63 of file gpencil_trace_ops.c.
Referenced by gpencil_trace_image_exec().
| float* TraceJob::progress |
Definition at line 65 of file gpencil_trace_ops.c.
Referenced by trace_start_job().
| int32_t TraceJob::resolution |
Definition at line 86 of file gpencil_trace_ops.c.
Referenced by gpencil_trace_image(), and gpencil_trace_image_exec().
| float TraceJob::sample |
Definition at line 85 of file gpencil_trace_ops.c.
Referenced by gpencil_trace_image(), and gpencil_trace_image_exec().
| float TraceJob::scale |
Definition at line 84 of file gpencil_trace_ops.c.
Referenced by gpencil_trace_image(), and gpencil_trace_image_exec().
| Scene* TraceJob::scene |
Definition at line 70 of file gpencil_trace_ops.c.
Referenced by gpencil_trace_image_exec(), and trace_end_job().
| short* TraceJob::stop |
Definition at line 64 of file gpencil_trace_ops.c.
Referenced by trace_start_job().
| bool TraceJob::success |
Definition at line 91 of file gpencil_trace_ops.c.
Referenced by trace_end_job(), and trace_start_job().
| int32_t TraceJob::thickness |
Definition at line 87 of file gpencil_trace_ops.c.
Referenced by gpencil_trace_image(), and gpencil_trace_image_exec().
| float TraceJob::threshold |
Definition at line 83 of file gpencil_trace_ops.c.
Referenced by gpencil_trace_image(), and gpencil_trace_image_exec().
| int32_t TraceJob::turnpolicy |
Definition at line 88 of file gpencil_trace_ops.c.
Referenced by gpencil_trace_image(), and gpencil_trace_image_exec().
| bool TraceJob::use_current_frame |
Definition at line 80 of file gpencil_trace_ops.c.
Referenced by gpencil_trace_image_exec(), and trace_start_job().
| View3D* TraceJob::v3d |
Definition at line 71 of file gpencil_trace_ops.c.
Referenced by gpencil_trace_image_exec(), and trace_initialize_job_data().
| bool TraceJob::was_canceled |
Definition at line 92 of file gpencil_trace_ops.c.
Referenced by trace_end_job(), and trace_start_job().
| bool TraceJob::was_ob_created |
Definition at line 79 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 68 of file gpencil_trace_ops.c.
Referenced by gpencil_trace_image_exec().