Viewport: use the smooth-view preference when refreshing
Replace hard coded value with a preference to match other smooth-view operations, making it possible to disable smooth-view.
This commit is contained in:
@@ -2014,7 +2014,7 @@ static void space_view3d_refresh(const bContext *C, ScrArea *area)
|
||||
v3d,
|
||||
CTX_wm_area(C),
|
||||
true,
|
||||
300);
|
||||
U.smooth_viewtx);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user