Blender V5.0
KeyframeEditCD_Remap Struct Reference

#include <ED_keyframes_edit.hh>

Public Attributes

float oldMin
float oldMax
float newMin
float newMax

Detailed Description

Custom data for remapping one range to another in a fixed way.

Definition at line 230 of file ED_keyframes_edit.hh.

Member Data Documentation

◆ newMax

float KeyframeEditCD_Remap::newMax

Definition at line 232 of file ED_keyframes_edit.hh.

Referenced by bezt_remap_times().

◆ newMin

float KeyframeEditCD_Remap::newMin

Definition at line 232 of file ED_keyframes_edit.hh.

Referenced by bezt_remap_times().

◆ oldMax

float KeyframeEditCD_Remap::oldMax

Definition at line 231 of file ED_keyframes_edit.hh.

Referenced by bezt_remap_times().

◆ oldMin

float KeyframeEditCD_Remap::oldMin

Definition at line 231 of file ED_keyframes_edit.hh.

Referenced by bezt_remap_times().


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