3Dickulus / FragM

Derived from https://github.com/Syntopia/Fragmentarium/
GNU General Public License v3.0
349 stars 30 forks source link

highlight current keyframe spline control point #111

Closed 3Dickulus closed 4 years ago

3Dickulus commented 4 years ago

Describe the bug highlight current keyframe spline control point

To Reproduce

  1. select Examples/Tutorials/30 - Simple Key Frame Animation
  2. select Progressive mode
  3. select Stop
  4. select a keyframe from the variable editor preset pulldown menu

Expected behavior the corresponding spline controlpoint marker should turn yellow

Additional context VariableEditor::getKeyFrameCount() and VariableEditor::getCurrentKeyFrame() fix regex "(KeyFrame\\.[0-9]{3,9})" and "KeyFrame\\.([0-9]{3,9})" respectively.

3Dickulus commented 4 years ago

done, works now under both core and compat