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

PolyQuilt: Bmesh Broken Blender 4.2.2 #14

Open
CerealExperiments45 opened this issue Oct 9, 2024 · 0 comments
Open

PolyQuilt: Bmesh Broken Blender 4.2.2 #14

CerealExperiments45 opened this issue Oct 9, 2024 · 0 comments

Comments

@CerealExperiments45
Copy link

Whenever I try to begin retopology using PolyQuilt I get the following error:

Python: Traceback (most recent call last):
File "C:...\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\PolyQuilt_Fork\pq_operator.py", line 277, in invoke
if not self.preselect.currentElement.is_valid :
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:...\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\PolyQuilt_Fork\QMesh\ElementItem.py", line 176, in is_valid
return self.__element.is_valid and self.__element in self.__qmesh.bm.faces
^^^^^^^^^^^^^^^^^^^^^
ReferenceError: BMesh data of type BMesh has been removed

I'm not sure if I'm doing something wrong or not.

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