UI: Create quads > Create Quads

This commit is contained in:
Dalai Felinto
2020-02-17 14:31:54 +01:00
parent 2278aa0da9
commit d5d235c44f

View File

@@ -436,7 +436,7 @@ void MESH_OT_polybuild_face_at_cursor(wmOperatorType *ot)
RNA_def_boolean(ot->srna,
"create_quads",
true,
"Create quads",
"Create Quads",
"Automatically split edges in triangles to maintain quad topology");
/* to give to transform */
Transform_Properties(ot, P_PROPORTIONAL | P_MIRROR_DUMMY);