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/render')
-rw-r--r--source/blender/render/intern/include/render_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/render/intern/include/render_types.h b/source/blender/render/intern/include/render_types.h
index b9e06d3e6f7..cfebddeba7c 100644
--- a/source/blender/render/intern/include/render_types.h
+++ b/source/blender/render/intern/include/render_types.h
@@ -108,8 +108,9 @@ typedef struct RenderPart {
rcti disprect; /* part coordinates within total picture */
int rectx, recty; /* the size */
+ int nr; /* nr is partnr */
short crop, status; /* crop is amount of pixels we crop, for filter */
- short sample, nr; /* sample can be used by zbuffers, nr is partnr */
+ short sample; /* sample can be used by zbuffers */
short thread; /* thread id */
char *clipflag; /* clipflags for part zbuffering */