markj3d / Red9_StudioPack_Python3

Red9 StudioPack for Maya : converted for Python3
BSD 3-Clause "New" or "Revised" License
19 stars 4 forks source link

Fixes for Python 3 and 2 #3

Open ewerybody opened 4 months ago

ewerybody commented 4 months ago

Hey folks! First big thanks for the package! 😊 It almost worked flawlessly! Here is a little patch to make it work in both Python 3 and 2!

Sadly I didn't manage to make it without the if sys.version_info.major > 2: branch but it doesn't blow things up enormously. Tested (shallow) in Maya 2020, 2022, 2023 and 2025