1.6.0.0529 - Python errors shown in system console

Issue #651 resolved
ByteC created an issue

Hi guys, when I try to import some morphs I get the following messages:

Error in Driver: The following Python expression failed:
'M*(a)None+a)'

File "<bpy driver>", line 1
M*(a)None+a)
^
SyntaxError: invalid syntax

Error in Driver: The following Python expression failed:
'M*(a+b)None+a)'

File "<bpy driver>", line 1
M*(a+b)None+a)
^
SyntaxError: invalid syntax

Error in Driver: The following Python expression failed:
'M*(a+b)None+a)'

File "<bpy driver>", line 1
M*(a+b)None+a)
^
SyntaxError: invalid syntax

This happens if i try to import some morphs. Any ideas?

TIA,

Peter

Comments (3)

  1. ByteC reporter

    Forgot to mention: Blender 2.93.02 Vanilla, deleted 2.93 dir, only diffeo 1.6.0.0529 installed.

  2. Thomas Larsson repo owner

    The previous commit was not good. It was intended to fix a problem with face controls, but clearly it ruined reloading morphs. With the last commit both things should work.

  3. Log in to comment