Skip to content

0.4.8

Compare
Choose a tag to compare
@mottosso mottosso released this 30 Nov 10:11
· 158 commits to master since this release
d7c528a
  • 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 as typing is not included in Maya's Python distribution). #41

Thanks to @benblo for all of these!