Closed Aphosis closed 1 year ago
@Aphosis this should be fixed in the latest pre-release (not published to pypi), let me know if you run into any issues.
I did some very minimal testing, I'll be using that more this week though
For now the maya.cmds stubs should be better than what they were but the OpenMaya 1.0 and 2.0 stubs are worse than before
Hi Muream,
First of all thanks for this package, it has great completion and long flag names which is awesome.
I recently started to use your stubs at work, and stumbled upon an issue though: optional flags aren't marked as optional in the stubs, so I get warnings on pretty much every
maya.cmds
function that I'm missing some arguments in the function call.Minimum example:
It gives the following error:
Arguments missing for parameters "name", "parent", "shared", "skipSelect"
I'm currently using
maya-stubs-0.2.0
, on Maya 2020.2Thanks for your help !