Import custom morphs Ui issue

Issue #92 resolved
Noname created an issue

When importing custom morphs shape key is created for that morph, but in plugin Ui there is no entry for that shapekey / morphs.

If there is a driver then that driver doesn’t work of course as Ui has missing slider. Importing without driver or deleting it will make shapekey to work properly.

Console outputs:

location: <unknown location>:-1
Traceback (most recent call last):
  File "C:\Users\user\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\Diffeomorphic-import-daz-959cd392ce1c\daz.py", line 881, in draw
    rig = morphing.getRigFromObject(context.object)
NameError: name 'morphing' is not defined

location: <unknown location>:-1

This happens on every mouse move event.

Comments (1)

  1. Log in to comment