Blender  V2.93
Public Attributes | List of all members
tDecimateGraphOp Struct Reference

Public Attributes

bAnimContext ac
 
Scenescene
 
ScrAreaarea
 
ARegionregion
 
PropertyRNApercentage_prop
 
ListBase bezt_arr_list
 
NumInput num
 

Detailed Description

Definition at line 85 of file graph_slider_ops.c.

Member Data Documentation

◆ ac

bAnimContext tDecimateGraphOp::ac

◆ area

ScrArea* tDecimateGraphOp::area

◆ bezt_arr_list

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

◆ num

NumInput tDecimateGraphOp::num

Definition at line 97 of file graph_slider_ops.c.

Referenced by decimate_draw_status_header(), and graphkeys_decimate_modal().

◆ percentage_prop

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

◆ region

ARegion* tDecimateGraphOp::region

◆ scene

Scene* tDecimateGraphOp::scene

Definition at line 87 of file graph_slider_ops.c.

Referenced by decimate_draw_status_header(), and graphkeys_decimate_invoke().


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