You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: