[Bf-blender-cvs] [6ffd218] multiview: From review: remove "it is used for temporary storage only" comment in RE_pipeline.h

Dalai Felinto noreply at git.blender.org
Fri Apr 3 00:17:17 CEST 2015


Commit: 6ffd2184446f7bdbfbd02ee23fbe511fb05dafbf
Author: Dalai Felinto
Date:   Thu Apr 2 19:16:27 2015 -0300
Branches: multiview
https://developer.blender.org/rB6ffd2184446f7bdbfbd02ee23fbe511fb05dafbf

>From review: remove "it is used for temporary storage only" comment in RE_pipeline.h

===================================================================

M	source/blender/render/extern/include/RE_pipeline.h

===================================================================

diff --git a/source/blender/render/extern/include/RE_pipeline.h b/source/blender/render/extern/include/RE_pipeline.h
index 917a3ce..2a07246 100644
--- a/source/blender/render/extern/include/RE_pipeline.h
+++ b/source/blender/render/extern/include/RE_pipeline.h
@@ -138,14 +138,10 @@ typedef struct RenderResult {
 	short crop, sample_nr;
 	
 	/* optional, 32 bits version of picture, used for ogl render and image curves */
-	/* it is used for temporary storage only */
 	int *rect32;
-
 	/* if this exists, a copy of one of layers, or result of composited layers */
-	/* it is used for temporary storage only */
 	float *rectf;
 	/* if this exists, a copy of one of layers, or result of composited layers */
-	/* it is used for temporary storage only */
 	float *rectz;
 	
 	/* coordinates within final image (after cropping) */




More information about the Bf-blender-cvs mailing list