Shape Key Editor Commit error #28
Closed
1848469517
started this conversation in
Character Control Rig Addon
Replies: 2 comments
-
|
@1848469517 we have seen your report, on the first issue you created. We have made the fix and will be pushing it soon. Ill will close all the other issues you made related to this bug except the original. Please refer to this one for updates: Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks
…---Original---
From: "Jack ***@***.***>
Date: Wed, Jun 24, 2026 02:46 AM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [poly-hammer/poly-hammer-docs] Shape Key Editor Commit error (Discussion #28)
@1848469517 we have seen your report, on the first issue you created. We have made the fix and will be pushing it soon. Ill will close all the other issues you made related to this bug except the original. Please refer to this one for updates:
poly-hammer/character-dna-addon#327
Thanks
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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