Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Oeser <info@graphics-engineer.com>2021-02-10 15:30:07 +0300
committerPhilipp Oeser <info@graphics-engineer.com>2021-02-10 15:30:07 +0300
commitd9eeb7840f52d9fdbb6c4a5d3f1f2b2944fbcc6e (patch)
treef108908a848ae7fdfdfa74d5edf31887296b11e4 /source/blender/editors/include
parent4c883fd04e7d2c23645bf6fcf4ce521961a3e836 (diff)
parent97cc130f472fa2e5e12ae07312abae2de7d409aa (diff)
Merge branch 'blender-v2.92-release'
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_view3d_offscreen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_view3d_offscreen.h b/source/blender/editors/include/ED_view3d_offscreen.h
index e854982c796..c490e96031f 100644
--- a/source/blender/editors/include/ED_view3d_offscreen.h
+++ b/source/blender/editors/include/ED_view3d_offscreen.h
@@ -54,6 +54,7 @@ void ED_view3d_draw_offscreen(struct Depsgraph *depsgraph,
bool draw_background,
const char *viewname,
const bool do_color_management,
+ const bool restore_rv3d_mats,
struct GPUOffScreen *ofs,
struct GPUViewport *viewport);
void ED_view3d_draw_offscreen_simple(struct Depsgraph *depsgraph,
@@ -84,6 +85,7 @@ struct ImBuf *ED_view3d_draw_offscreen_imbuf(struct Depsgraph *depsgraph,
eImBufFlags imbuf_flag,
int alpha_mode,
const char *viewname,
+ const bool restore_rv3d_mats,
struct GPUOffScreen *ofs,
char err_out[256]);
struct ImBuf *ED_view3d_draw_offscreen_imbuf_simple(struct Depsgraph *depsgraph,