temp disable 'use last operator settings' - too unreliable, we keep getting reports in about some menu item not working right, will try have this ready by next release.
This commit is contained in:
@@ -747,6 +747,7 @@ static void wm_region_mouse_co(bContext *C, wmEvent *event)
|
||||
}
|
||||
}
|
||||
|
||||
#if 0 /* disabling for 2.63 release, since we keep getting reports some menu items are leaving props undefined */
|
||||
int WM_operator_last_properties_init(wmOperator *op)
|
||||
{
|
||||
int change = FALSE;
|
||||
@@ -805,6 +806,20 @@ int WM_operator_last_properties_store(wmOperator *op)
|
||||
}
|
||||
}
|
||||
|
||||
#else
|
||||
|
||||
int WM_operator_last_properties_init(wmOperator *UNUSED(op))
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
int WM_operator_last_properties_store(wmOperator *UNUSED(op))
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
static int wm_operator_invoke(bContext *C, wmOperatorType *ot, wmEvent *event, PointerRNA *properties, ReportList *reports, short poll_only)
|
||||
{
|
||||
wmWindowManager *wm = CTX_wm_manager(C);
|
||||
|
||||
Reference in New Issue
Block a user