fix bug [#26315] Background and 3D view mistakes
The bug is caused by a fix for [#22111], commits r29356, r28545. exiting localview would set the rv3d->view but use the original rv3d->viewquat.
This commit is contained in:
@@ -177,6 +177,7 @@ struct ImBuf *ED_view3d_draw_offscreen_imbuf_simple(Scene *scene, int width, int
|
||||
|
||||
Base *ED_view3d_give_base_under_cursor(struct bContext *C, short *mval);
|
||||
void ED_view3d_quadview_update(struct ScrArea *sa, struct ARegion *ar, short do_clip);
|
||||
int ED_view3d_lock(struct RegionView3D *rv3d);
|
||||
|
||||
unsigned int ED_viewedit_datamask(struct bScreen *screen);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user