ndee85 / coa_tools

COA Tools is a 2D Animation Suite for blender. It offers a 2D cutout animation workflow similar to programs like spine or spriter.
GNU General Public License v3.0
885 stars 138 forks source link

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

Open tomaszjacek opened 4 years ago

tomaszjacek commented 4 years ago

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