Skip to content

v0.0.6

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Jul 19:15

Python-Funscript-Editor v0.0.6

Application documentation for this Version: docs v0.0.6.

NOTE: If you want to track 2D Videos you have to set projection: 'flat' in funscript_editor/config/settings.yaml.

Changelog

  • Reimplement preview scaling: Now you need only adjust the single parameter preview_scaling in funscript_editor/config/settings.yaml to change the preview size of the window. The preview size has now almost no influence on the tracking speed.
  • Stop at next Action point in OFS (this require the new lua script from below!)
  • Show current timestamp in tracking preview window.
  • Add 2D Kalman Filter.
  • Switch to FFmpeg stream for all Video types.
  • Add loading screen between ROI selection of VR Videos and Tracking box selection.
  • Fix a timing issue when reach the last frame in Video.
  • Setup for Github Actions to build Windows executable.