ggarra13 / mrv2

Professional player and review tool for vfx, animation and computer graphics.
https://mrv2.sourceforge.io
BSD 3-Clause "New" or "Revised" License
222 stars 14 forks source link

How to query current MRV2 version via Python #131

Closed BigRoy closed 1 year ago

BigRoy commented 1 year ago

How do I query the current version of MRV2 via the Python API?

I would've expected a cmd.getVersion() function to exist, to return e.g. "0.7.9"

ggarra13 commented 1 year ago

You are right, there's no such function. I added it to the beta branch. I am waiting for the beta branch to compile fine on all platforms and then I'll merge it into main.

Are you compiling from source, or downloading the betas from sourceforge.net btw?

BigRoy commented 1 year ago

I'm currently downloading the releases each time and just reporting issues as I go. (Sorry for the spam of issues, hehe) Haven't had the need to compile myself for my current development.

ggarra13 commented 1 year ago

Added in HEAD.