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
Hi, when the modifier's On Cage is turned on, the view display of the PolyQuilt tool does not match the grid. I know that using bpy.context.evaluated_depsgraph_get() and evaluated_get can get the real data of the grid. I can achieve the effect of Figure 2 without using bmesh.update_edit_mesh(self.obj.data), but when I do any Any operation that updates the grid will replace the current grid. Do you have any good ideas?
The text was updated successfully, but these errors were encountered:
@KotoriKoi Thanks for bringing up this, I will add it to my to do list, and see what I can do. I am not super familiar with how to implementing this currently would work, but there should be a way, will investigate if I ever get time :)
Hi, when the modifier's On Cage is turned on, the view display of the PolyQuilt tool does not match the grid. I know that using bpy.context.evaluated_depsgraph_get() and evaluated_get can get the real data of the grid. I can achieve the effect of Figure 2 without using bmesh.update_edit_mesh(self.obj.data), but when I do any Any operation that updates the grid will replace the current grid. Do you have any good ideas?
The text was updated successfully, but these errors were encountered: