This repository has been archived by the owner on Sep 15, 2024. It is now read-only.
Release 0.1.7
- Make leaf modules have the same file names as themselves (e.g.
bge.types.pyi
instead ofbge.types.__init__.pyi
). - Handle ancestors when localising names (e.g.
bpy.types.Object
becomestypes.Object
when referenced frombpy/__init__.pyi
). - Fix progress reporting to show correct numbers.