Fix T59870: Can't select "Face area" in average normals operator.

Not sure why the mode prop was hidden at all, tbh...
This commit is contained in:
Bastien Montagne 2018-12-27 17:35:37 +01:00
parent b3e68a83f3
commit c55c15bb77
Notes: blender-bot 2023-02-14 04:18:20 +01:00
Referenced by issue #59870, Can't select "Face area" in average normals operator
1 changed files with 0 additions and 1 deletions

View File

@ -7940,7 +7940,6 @@ void MESH_OT_average_normals(struct wmOperatorType *ot)
ot->prop = RNA_def_enum(ot->srna, "average_type", average_method_items, EDBM_CLNOR_AVERAGE_LOOP,
"Type", "Averaging method");
RNA_def_property_flag(ot->prop, PROP_HIDDEN);
RNA_def_int(ot->srna, "weight", 50, 1, 100, "Weight", "Weight applied per face", 1, 100);