Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Release 0.1.7

Compare
Choose a tag to compare
@mysticfall mysticfall released this 18 Sep 22:55
· 86 commits to main since this release
  • Make leaf modules have the same file names as themselves (e.g. bge.types.pyi instead of bge.types.__init__.pyi).
  • Handle ancestors when localising names (e.g. bpy.types.Object becomes types.Object when referenced from bpy/__init__.pyi).
  • Fix progress reporting to show correct numbers.