Fix: Use Laplacian as default relax method for UV sculpting

Introduced in e3894f0a07

Pull Request: https://projects.blender.org/blender/blender/pulls/146702
This commit is contained in:
Sean Kim
2025-09-24 16:35:40 +02:00
committed by Sean Kim
parent 4c2a92e550
commit eec8d81088

View File

@@ -1023,7 +1023,7 @@ void SCULPT_OT_uv_sculpt_relax(wmOperatorType *ot)
RNA_def_enum(ot->srna,
"relax_method",
relax_method_items,
CURVE_PRESET_SMOOTH,
UV_SCULPT_BRUSH_TYPE_RELAX_LAPLACIAN,
"Relax Method",
"Algorithm used for UV relaxation");
}