csaez / quicklauncher

A minimal Qt based menu to quickly find and execute Maya commands and user scripts.
72 stars 20 forks source link

Python 3 compatibility #15

Closed csaez closed 5 months ago

csaez commented 7 months ago

I noticed that quick launcher fails to list all scripts and commands on Python 3 due to the keys method of a dictionary changed it return type from a list (implicit copy) to a generator, therefore the code assuming this was an extendable list is not working anymore.

This should be an easy fix.

csaez commented 5 months ago

Addressed by https://github.com/csaez/quicklauncher/commit/0107e3f517210f022de245e712dcad6884682adb