We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hey everyone, i have this problem in coa tools edit mesh
Python: Traceback (most recent call last): File "C:\Users\Darko\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\coa_tools\operators\edit_mesh.py", line 1268, in execute self.edit_object, self.texture_preview_object = self.prepare_edit_object(context) File "C:\Users\Darko\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\coa_tools\operators\edit_mesh.py", line 1196, in prepare_edit_object v_group = original_object.vertex_groups["coa_base_sprite"] KeyError: 'bpy_prop_collection[key]: key "coa_base_sprite" not found'
location: :-1
The text was updated successfully, but these errors were encountered:
i have the same issue
Sorry, something went wrong.
No branches or pull requests
hey everyone, i have this problem in coa tools edit mesh
Python: Traceback (most recent call last):
File "C:\Users\Darko\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\coa_tools\operators\edit_mesh.py", line 1268, in execute
self.edit_object, self.texture_preview_object = self.prepare_edit_object(context)
File "C:\Users\Darko\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\coa_tools\operators\edit_mesh.py", line 1196, in prepare_edit_object
v_group = original_object.vertex_groups["coa_base_sprite"]
KeyError: 'bpy_prop_collection[key]: key "coa_base_sprite" not found'
location: :-1
The text was updated successfully, but these errors were encountered: