Skip to content
New issue

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

Getting datablock broken error constantly when using relax tool. #40

Open
MeshVoid opened this issue Feb 25, 2021 · 0 comments
Open

Getting datablock broken error constantly when using relax tool. #40

MeshVoid opened this issue Feb 25, 2021 · 0 comments

Comments

@MeshVoid
Copy link

Hi! I get "Datablock broken error" quite often when I use relax tool, this error leads to crashes afterward. I don't exactly know what is the cause. I get it more often when I switch from polyquilt to normal Blender's selection tool then back to polyquilt and press shift to smooth the mesh out.

OS: Windows 10
Blender version: 2.91.2

In the console I get this error:

Python: Traceback (most recent call last):
File "C:\Users\Professional\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\PolyQuilt\gizmo_preselect.py", line 71, in test_select
self.bmo.UpdateView(context)
File "C:\Users\Professional\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\PolyQuilt\QMesh\QMesh.py", line 54, in UpdateView
self.highlight.UpdateView(context)
File "C:\Users\Professional\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\PolyQuilt\QMesh\QMeshHighlight.py", line 118, in UpdateView
viewEdges = { e : [ viewPos[e.verts[0]] , viewPos[e.verts[1]] ] for e in edges if not e.hide }
File "C:\Users\Professional\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\PolyQuilt\QMesh\QMeshHighlight.py", line 118, in
viewEdges = { e : [ viewPos[e.verts[0]] , viewPos[e.verts[1]] ] for e in edges if not e.hide }
KeyError: <BMVert(0x0000022185F20378), index=1>
location: :-1

Oops!Data black was broken! Cancel operation:(

Message in system console:

Python: Traceback (most recent call last):
File "C:\Users\Professional\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\PolyQuilt\gizmo_preselect.py", line 71, in test_select
self.bmo.UpdateView(context)
File "C:\Users\Professional\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\PolyQuilt\QMesh\QMesh.py", line 54, in UpdateView
self.highlight.UpdateView(context)
File "C:\Users\Professional\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\PolyQuilt\QMesh\QMeshHighlight.py", line 118, in UpdateView
viewEdges = { e : [ viewPos[e.verts[0]] , viewPos[e.verts[1]] ] for e in edges if not e.hide }
File "C:\Users\Professional\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\PolyQuilt\QMesh\QMeshHighlight.py", line 118, in
viewEdges = { e : [ viewPos[e.verts[0]] , viewPos[e.verts[1]] ] for e in edges if not e.hide }
KeyError: <BMVert(0x0000022185F20378), index=1>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant