powroupi / blender_mmd_tools

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

Fix an issue with SDEF driver for Blender 2.8 (#238) #239

Closed nagadomi closed 5 years ago

nagadomi commented 5 years ago

238

driver issue

SDEF driver is not linked to the armature, so the driver function is not called from bone deformation. I added a dummy variable referencing the armature to the driver.

normal mode and skip=True does not work on 2.8

I don't know why. Maybe related to depsgraph. If bulk_update == False, force skip = False for 2.8.

powroupi commented 5 years ago

Not sure if it still work when changing mode of mesh object, I did this before and SDEF didn't work. :cry:

nagadomi commented 5 years ago

hmm, normal mode and skip = False does not work when changing mode of mesh EDIT->OBJECT. However, bulk mode works.

sorry, I used the wrong version of blender.