mgear-dev / mgear4

mGear v.4.x.x (python 3 ready) https://mgear4.readthedocs.io
MIT License
266 stars 94 forks source link

Added pluginVersion Class and version limits #295

Closed SimonBenAnderson closed 1 year ago

SimonBenAnderson commented 1 year ago

Created a new pluginVersion class, that will take a 3 version string Major, Minor,Patch "1.0.1" and convert it into three integers. The object also has all the comparison abilities and string representation.

Added in a limit check for Maya version pre 2024 and post 2024.

This should solve all the issues. I hope I got the versions correct, let me know if they are not meant to be inclusive

Ticket: #289