Shape Key Editor Commit error #27
Replies: 3 comments
-
|
Output Python: TypeError: bad argument type for built-in operation The above exception was the direct cause of the following exception: Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Follow this for updates: |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Python: TypeError: bad argument type for built-in operation
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Users\OKing\AppData\Roaming\Blender Foundation\Blender\4.5\extensions\scripts_blender\character_dna_pro\editors\shared\editor_operators.py", line 85, in execute
self._editor(instance).commit(context)
File "C:\Users\OKing\AppData\Roaming\Blender Foundation\Blender\4.5\extensions\scripts_blender\character_dna_pro\editors\shape_key_editor\editor.py", line 224, in commit
primary = super().commit(context)
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\OKing\AppData\Roaming\Blender Foundation\Blender\4.5\extensions\scripts_blender\character_dna_pro\editors\shared\editor.py", line 516, in commit
result = self._commit(context)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\OKing\AppData\Roaming\Blender Foundation\Blender\4.5\extensions\scripts_blender\character_dna_pro\editors\shape_key_editor\editor.py", line 197, in _commit
result = self.core.write_shape_key_to_dna(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\OKing\AppData\Roaming\Blender Foundation\Blender\4.5\extensions\scripts_blender\character_dna_pro\editors\shape_key_editor\core.py", line 193, in write_shape_key_to_dna
writer.setBlendShapeTargetDeltas(meshIndex=mesh_index, blendShapeTargetIndex=target_index, deltas=deltas)
File "C:\Users\OKing\AppData\Roaming\Blender Foundation\Blender\4.5\extensions\scripts_blender\character_dna_pro\bindings\windows\x64\py311\dna.py", line 6229, in setBlendShapeTargetDeltas
return _py3dna13_2_5.GeometryWriter_setBlendShapeTargetDeltas(self, meshIndex, blendShapeTargetIndex, deltas)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SystemError: returned a result with an exception set
Beta Was this translation helpful? Give feedback.
All reactions