Add Push not working

Issue #1707 resolved
Dieter Ostermann created an issue

Diffeomorphic version 1.7.2.1767

Python: Traceback (most recent call last):
File "E:\Daten\windows 10\blender-3.6.2-windows-x64\3.6\scripts\addons\Diffeomorphic-import_daz-8ee7bf2fdc1f\error.py", line 222, in execute
self.run(context)
File "E:\Daten\windows 10\blender-3.6.2-windows-x64\3.6\scripts\addons\Diffeomorphic-import_daz-8ee7bf2fdc1f\proxy.py", line 1674, in run
skey = ob.shape_key_add(name="Push")
AttributeError: 'ShapeKey' object has no attribute 'shape_key_add'

By the way, this is also the case with Blender 5.1.

Comments (4)

  1. Thomas Larsson repo owner
    • changed status to open

    Fixed in last commit. I also removed the message box when the tool had completed. I found it annoying, and have no idea why I put it there in the first place.

  2. Log in to comment