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:
Diffstat (limited to 'source/blender/editors/include/ED_view3d_offscreen.h')
-rw-r--r--source/blender/editors/include/ED_view3d_offscreen.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/editors/include/ED_view3d_offscreen.h b/source/blender/editors/include/ED_view3d_offscreen.h
index 5a31516ec64..4c0d081bcd8 100644
--- a/source/blender/editors/include/ED_view3d_offscreen.h
+++ b/source/blender/editors/include/ED_view3d_offscreen.h
@@ -43,7 +43,7 @@ struct View3DShading;
void ED_view3d_draw_offscreen(struct Depsgraph *depsgraph,
struct Scene *scene,
- eObjectDrawType drawtype,
+ eDrawType drawtype,
struct View3D *v3d,
struct ARegion *ar,
int winx,
@@ -59,7 +59,7 @@ void ED_view3d_draw_offscreen(struct Depsgraph *depsgraph,
struct ImBuf *ED_view3d_draw_offscreen_imbuf(struct Depsgraph *depsgraph,
struct Scene *scene,
- eObjectDrawType drawtype,
+ eDrawType drawtype,
struct View3D *v3d,
struct ARegion *ar,
int sizex,
@@ -72,7 +72,7 @@ struct ImBuf *ED_view3d_draw_offscreen_imbuf(struct Depsgraph *depsgraph,
struct ImBuf *ED_view3d_draw_offscreen_imbuf_simple(struct Depsgraph *depsgraph,
struct Scene *scene,
struct View3DShading *shading_override,
- eObjectDrawType drawtype,
+ eDrawType drawtype,
struct Object *camera,
int width,
int height,