Extrude: add normal flip to mesh.extrude_context
Was giving errors on each access.
This commit is contained in:
@@ -500,6 +500,7 @@ void MESH_OT_extrude_context(wmOperatorType *ot)
|
||||
/* flags */
|
||||
ot->flag = OPTYPE_REGISTER | OPTYPE_UNDO;
|
||||
|
||||
RNA_def_boolean(ot->srna, "use_normal_flip", false, "Flip Normals", "");
|
||||
Transform_Properties(ot, P_NO_DEFAULTS | P_MIRROR_DUMMY);
|
||||
|
||||
#ifdef USE_GIZMO
|
||||
|
||||
Reference in New Issue
Block a user