0.4.8
Node.dump()
now preserves the order in which attributes are present on a node #42- Added the MYPY token to avoid false positives in some static analyzers (eg Pylance from VsCode is Python3-only, so it doesn't know about Python2 types like
basestring
). #41 - Also imports
typing
to add support for type hinting (IDE-only astyping
is not included in Maya's Python distribution). #41
Thanks to @benblo for all of these!