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:
authorJeroen Bakker <jeroen@blender.org>2020-12-16 18:16:50 +0300
committerJeroen Bakker <jeroen@blender.org>2020-12-16 18:54:24 +0300
commitf3ab123e33b87cfcf4d310323572c798f9953201 (patch)
tree512b7810e8dd60f5e1a32d45691ee82bfa3920e0 /source/blender/render/RE_pipeline.h
parent5c5550f7b821cb6c67009682fec85ce0929474a3 (diff)
Cleanup: Remove unused crop field from RenderResult.
The `crop` field was used by Blender Internal to do an overscan per tile and merge it back to the render result.
Diffstat (limited to 'source/blender/render/RE_pipeline.h')
-rw-r--r--source/blender/render/RE_pipeline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/render/RE_pipeline.h b/source/blender/render/RE_pipeline.h
index 4dd2b300700..3e73ac77fc6 100644
--- a/source/blender/render/RE_pipeline.h
+++ b/source/blender/render/RE_pipeline.h
@@ -114,7 +114,7 @@ typedef struct RenderResult {
/* target image size */
int rectx, recty;
- short crop, sample_nr;
+ short sample_nr;
/* The following rect32, rectf and rectz buffers are for temporary storage only,
* for RenderResult structs created in #RE_AcquireResultImage - which do not have RenderView */