DRW: Retopology Overlay
Add overlay option for retopology, which hides the shaded mesh akin to Hidden Wire, and offsets the edit mesh overlay towards the view. Related Task #70267 Pull Request #104599
This commit is contained in:
@@ -6549,7 +6549,11 @@ class VIEW3D_PT_overlay_edit_mesh_shading(Panel):
|
||||
col = layout.column()
|
||||
col.active = display_all
|
||||
|
||||
col.prop(overlay, "show_occlude_wire")
|
||||
row = col.row(align=True)
|
||||
row.prop(overlay, "show_retopology", text="")
|
||||
sub = row.row()
|
||||
sub.active = overlay.show_retopology
|
||||
sub.prop(overlay, "retopology_offset", text="Retopology")
|
||||
|
||||
col.prop(overlay, "show_weight", text="Vertex Group Weights")
|
||||
if overlay.show_weight:
|
||||
|
||||
Reference in New Issue
Block a user