ndee85/coa_tools

property 'release_confirm' not found in keymap item 'OperatorProperties'

tomaszjacek opened this issue · 0 comments

Hi,

After armature design i'm in posemode selecting bone and (with Alt) the mesh under it.
But when klick the error appears

Warning: property 'release_confirm' not found in keymap item 'OperatorProperties'
Traceback (most recent call last):
File "C:\Users\stefan\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\coa_tools\operators\edit_armature.py", line 416, in modal
functions.set_weights(self, context, self.object_hover)
File "C:\Users\stefan\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\coa_tools\functions.py", line 247, in set_weights
parent = bpy.data.objects[obj.parent.name]
AttributeError: 'NoneType' object has no attribute 'name'
Warning: property 'release_confirm' not found in keymap item 'OperatorProperties'
Error: An Error occured, please check the console for more information

Thank you,
tj