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:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user