vapoursynth / vsrepo

A simple package repository for VapourSynth
MIT License
113 stars 29 forks source link

AttributeError: module 'vapoursynth' has no attribute 'Format' #155

Closed Ichunjo closed 3 years ago

Ichunjo commented 3 years ago

The stubs are outdated and they provide false informations about the current headers in R55 APIv4

myrsloik commented 3 years ago

I've started updating things in the genstubs4 dir if you want to help. I think I fixed some of the most important problems but more annotations are definitely needed for all new classes like AudioNode and AudioFrame. It also needs start using the return_signature.

Ichunjo commented 3 years ago

I don’t see any genstubs4 dir right now in the master branch. Or do you mean you started in a local branch?

myrsloik commented 3 years ago

Forgot to push