Muream / maya-stubs

Stubs for Autodesk Maya
MIT License
41 stars 4 forks source link

query flag is missing in commands #14

Closed mdilena closed 1 year ago

mdilena commented 1 year ago

The query flag seems to be missing in some, if not all, commands at the moment.

Also wanted to thank you so much for open sourcing this project, I've been looking into it in the past and dropped it pretty quickly as it involved way too much manual input on the cmds side, at least for my understanding back then :slightly_smiling_face:

Muream commented 1 year ago

Hey, thank you! Yeah I'm aware of that, my goal is to have overloads of each possible query variant of a command like described here #11 Though I might just implement a "naive" version that adds the query (and edit) flag among all the other ones in the meantime

mdilena commented 1 year ago

Ah sorry, I completely missed that issue!

Muream commented 1 year ago

No problem at all :)