Fix T70358: Use face count in Quadriflow by default

Reviewed By: brecht

Maniphest Tasks: T70358

Differential Revision: https://developer.blender.org/D5958
This commit is contained in:
Pablo Dobarro 2019-10-01 17:37:35 +02:00
parent 606af693fb
commit 3052229264

@ -602,7 +602,7 @@ void OBJECT_OT_quadriflow_remesh(wmOperatorType *ot)
RNA_def_enum(ot->srna, RNA_def_enum(ot->srna,
"mode", "mode",
mode_type_items, mode_type_items,
0, QUADRIFLOW_REMESH_FACES,
"Mode", "Mode",
"How to specify the amount of detail for the new mesh"); "How to specify the amount of detail for the new mesh");
@ -628,7 +628,7 @@ void OBJECT_OT_quadriflow_remesh(wmOperatorType *ot)
prop = RNA_def_int(ot->srna, prop = RNA_def_int(ot->srna,
"target_faces", "target_faces",
1, 4000,
1, 1,
INT_MAX, INT_MAX,
"Number of Faces", "Number of Faces",