This repository has been archived by the owner on Sep 15, 2024. It is now read-only.
Release 0.2.0
- Implemented patch and blacklist system to deal with corner cases.
- Added missing "dunder" methods for
Matrix
,Quaternion
, andVector
. - Fixed wrong path for
bpy.data
module (wasbpy.data.data
). - Added support for
bpy_prop_collection
andEXP_ListValue
. - Added support for some union types.
- Miscellaneous bug fixes.