|
Blender V4.3
|
#include <ED_keyframes_edit.hh>
Public Attributes | |
| float | oldMin |
| float | oldMax |
| float | newMin |
| float | newMax |
Custom data for remapping one range to another in a fixed way.
Definition at line 219 of file ED_keyframes_edit.hh.
| float KeyframeEditCD_Remap::newMax |
Definition at line 221 of file ED_keyframes_edit.hh.
Referenced by bezt_remap_times().
| float KeyframeEditCD_Remap::newMin |
Definition at line 221 of file ED_keyframes_edit.hh.
Referenced by bezt_remap_times().
| float KeyframeEditCD_Remap::oldMax |
Definition at line 220 of file ED_keyframes_edit.hh.
Referenced by bezt_remap_times().
| float KeyframeEditCD_Remap::oldMin |
Definition at line 220 of file ED_keyframes_edit.hh.
Referenced by bezt_remap_times().