Fix T78045: CTL-ALT-S does nothing in pose mode and crashes when called from the menu

This commit is contained in:
2020-06-22 19:06:04 -03:00
parent 2fdca5bd19
commit 51bf04383a
8 changed files with 41 additions and 46 deletions

View File

@@ -1819,6 +1819,8 @@ bool initTransform(bContext *C, TransInfo *t, wmOperator *op, const wmEvent *eve
int options = 0;
PropertyRNA *prop;
mode = transform_mode_really_used(C, mode);
t->context = C;
/* added initialize, for external calls to set stuff in TransInfo, like undo string */