Accidentally added commented line when testing smoothview fix.
This commit is contained in:
@@ -348,7 +348,7 @@ static int view3d_smoothview_invoke(bContext *C, wmOperator *UNUSED(op), wmEvent
|
|||||||
|
|
||||||
/* note: this doesn't work right because the v3d->lens is now used in ortho mode r51636,
|
/* note: this doesn't work right because the v3d->lens is now used in ortho mode r51636,
|
||||||
* when switching camera in quad-view the other ortho views would zoom & reset. */
|
* when switching camera in quad-view the other ortho views would zoom & reset. */
|
||||||
#if 1
|
#if 0
|
||||||
WM_event_add_notifier(C, NC_SPACE | ND_SPACE_VIEW3D, v3d);
|
WM_event_add_notifier(C, NC_SPACE | ND_SPACE_VIEW3D, v3d);
|
||||||
#else
|
#else
|
||||||
ED_region_tag_redraw(CTX_wm_region(C));
|
ED_region_tag_redraw(CTX_wm_region(C));
|
||||||
|
Reference in New Issue
Block a user