Skip to content

Releases: michael-mueller-git/Python-Funscript-Editor

v0.5.5

27 May 17:18
Compare
Choose a tag to compare

Python-Funscript-Editor v0.5.5

Changelog

  • No Program Crash when unable to decode video #24
  • Add improved lua wrapper script by quickfix
  • Improve Linux Nix support

v0.5.4

04 Feb 17:23
Compare
Choose a tag to compare

Python-Funscript-Editor v0.5.4

Changelog

  • Persistent Post Procressing UI Settings
  • Add nix flake remote repository support (Linux)
  • Solve Wayland input for pynput by forcing xcb (Linux)
  • Allow python setuptools build without git repository

v0.5.3

28 Jan 17:21
Compare
Choose a tag to compare

Python-Funscript-Editor v0.5.3

Changelog

  • Open Post Processing Window in Maximized Mode

v0.5.2

11 Jun 15:20
Compare
Choose a tag to compare

Python-Funscript-Editor v0.5.2

Changelog

  • Add distance tracking metric to multiaxis output options

v0.5.1

22 Jan 16:39
Compare
Choose a tag to compare

Python-Funscript-Editor v0.5.1

Changelog

  • Add Option to reimport tracking result with different post processing parameter #22
  • Fix inverted tracking result not working #21
  • Add option to output raw data to settings dialog
  • Save raw tracking data in MTFG cache directory
  • Use QDialogs for all Windows to get floating Window properties set on Linux tiling window managers (c942706).
  • Fix Opencv window update (f4bf2c4)

v0.5.0

13 Jan 19:44
Compare
Choose a tag to compare

Python-Funscript-Editor v0.5.0

Changelog

  • Use point splines between tracking features #20
  • Interactive post processing #19, #10
  • Switch to nix develop shell for linux support
  • Remove ubuntu conda environement

Known Bugs

  • Inverted functions return the same value as the normal functions #21

v0.4.2

23 Dec 18:22
Compare
Choose a tag to compare

Python-Funscript-Editor v0.4.2

Changelog

  • Add support for OFS3
  • Fix crash due to empty sequence (#16)
  • Add partial nix support to the OFS lua extension

v0.4.1

15 Aug 09:11
Compare
Choose a tag to compare

Python-Funscript-Editor v0.4.1

Changelog

  • Fix crash due to empty sequence
  • Add checkbox to OFS to enable/disable stop at next action point
  • Improve lua point import
  • Update Install instruction

v0.4.0

16 Jul 17:20
Compare
Choose a tag to compare

Python-Funscript-Editor v0.4.0

First Release for OFS2 (2.0.0)

Changelog

  • Update installer for OFS2
  • Implement wrapper for new OFS2 Lua API.

v0.3.3

16 Jul 16:31
Compare
Choose a tag to compare

Python-Funscript-Editor v0.3.3

Latest Release for OFS 1.4.4. Can currently only be installed manually.

Installation Windows (Manually)

  1. Download OFS 1.4.4 from https://github.com/OpenFunscripter/OFS/releases/tag/1.4.4.
  2. Install OFS
  3. Start OFS at least once and close it again.
  4. Download the application funscript-editor_v0.3.3.zip from Assets section below.
  5. Open your File Explorer and navigate to %APPDATA%\OFS\OFS_data\extensions.
  6. Create an directory for the Extension with the name Funscript Generator Windows.
  7. Create an other directory inside the Funscript Generator Windows directory with the Name funscript-editor.
  8. Extract the Downloaded funscript-editor_v0.3.3.zip into %APPDATA%\OFS\OFS_data\extension\Funscript Generator Windows\funscript-editor.
  9. Now check that the file %APPDATA%\OFS\OFS_data\extension\Funscript Generator Windows\funscript-editor\funscript-editor.exe exists.
  10. Copy the content from %APPDATA%\OFS\OFS_data\extension\Funscript Generator Windows\funscript-editor\OFS to %APPDATA%\OFS\OFS_data\extension\Funscript Generator Windows
  11. Open OFS, activate the extension and enable the window. Now you can use the extension at any position in the Video with the Start MTFG Button.

Changelog

  • Improve Linux installer
  • Freeze code for OFS 1.4.4