|
Blender
V2.93
|
Public Attributes | |
| bAnimContext | ac |
| Scene * | scene |
| ScrArea * | area |
| ARegion * | region |
| PropertyRNA * | percentage_prop |
| ListBase | bezt_arr_list |
| NumInput | num |
Definition at line 85 of file graph_slider_ops.c.
| bAnimContext tDecimateGraphOp::ac |
Definition at line 86 of file graph_slider_ops.c.
Referenced by decimate_reset_bezts(), graphkeys_decimate_invoke(), and graphkeys_decimate_modal_update().
| ScrArea* tDecimateGraphOp::area |
Definition at line 88 of file graph_slider_ops.c.
Referenced by decimate_draw_status_header(), decimate_exit(), and graphkeys_decimate_invoke().
| ListBase tDecimateGraphOp::bezt_arr_list |
The original bezt curve data (used for restoring fcurves).
Definition at line 95 of file graph_slider_ops.c.
Referenced by decimate_exit(), decimate_reset_bezts(), and graphkeys_decimate_invoke().
| NumInput tDecimateGraphOp::num |
Definition at line 97 of file graph_slider_ops.c.
Referenced by decimate_draw_status_header(), and graphkeys_decimate_modal().
| PropertyRNA* tDecimateGraphOp::percentage_prop |
A 0-1 value for determining how much we should decimate.
Definition at line 92 of file graph_slider_ops.c.
Referenced by decimate_draw_status_header(), decimate_mouse_update_percentage(), graphkeys_decimate_invoke(), graphkeys_decimate_modal(), and graphkeys_decimate_modal_update().
| ARegion* tDecimateGraphOp::region |
Definition at line 89 of file graph_slider_ops.c.
Referenced by decimate_mouse_update_percentage(), and graphkeys_decimate_invoke().
| Scene* tDecimateGraphOp::scene |
Definition at line 87 of file graph_slider_ops.c.
Referenced by decimate_draw_status_header(), and graphkeys_decimate_invoke().