powroupi / blender_mmd_tools

mmd_tools is a blender addon for importing Models and Motions of MikuMikuDance.
GNU General Public License v3.0
1.74k stars 278 forks source link

Update for property definition type changes of Blender 2.93 #338

Closed nagadomi closed 3 years ago

nagadomi commented 3 years ago

Support for Blender 2.93 beta and 3.0 alpha. This change may change in the future, but it works with current 2.93 beta. Tested with 2.83, 2.92, 2.93 beta, 3.0 alpha.

ref. PyAPI: expose unstable type bpy.props._PropertyDeferred Dynamic PropertyGroup classes no longer possible in 2.93

portalthree commented 3 years ago

https://i.imgur.com/IiOnLZv.png Obtained when using Blender 2.92 still doesnt work sadly :/

nagadomi commented 3 years ago

@portalthree That error occurs when you have multiple mmd_tools addon installed. See #242 #253 #280 ...

powroupi commented 3 years ago

@nagadomi, thanks for the fix, I've merge it. :smile: