=bmesh= fixed unintiialized memory bug, thanks to Francisco De La Cruz

This commit is contained in:
2011-05-03 03:05:15 +00:00
parent e64fba68a0
commit f7ff502e77
9 changed files with 52 additions and 72 deletions

View File

@@ -499,6 +499,8 @@ void Transform_Properties(struct wmOperatorType *ot, int flags)
// Add confirm method all the time. At the end because it's not really that important and should be hidden only in log, not in keymap edit
/*prop =*/ RNA_def_boolean(ot->srna, "release_confirm", 0, "Confirm on Release", "Always confirm operation when releasing button");
//RNA_def_property_flag(prop, PROP_HIDDEN);
RNA_def_int(ot->srna, "launch_event", -1, 0, INT_MAX, "", "", -1, INT_MAX);
}
void TRANSFORM_OT_translate(struct wmOperatorType *ot)