Skip to content

Release 3.0.2

Compare
Choose a tag to compare
@Infiziert90 Infiziert90 released this 15 Apr 13:12
· 17 commits to master since this release
c4bfbb0

3.0.2

  • Let vpy_source_filter work with VS R55+ #18

3.0.1

  • Add compatiblity with VS 55

3.0.0
Breaking changes

  • Make the module compatible with async discord bots
  • getnative() function is now async
  • getnative() function returns now 3 values: best value string, pyplot and class object of getnative class

Example of how to use it in a bot:
https://github.com/Infiziert90/Tsuzuru-Bot/blob/master/commands/vapoursynth_commands.py#L165