[Bf-blender-cvs] [3fbab3b] multiview: rephrase the TODOs to be MULTIVIEW_TODO (as we do for OCIO_TODO)

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


Commit: 3fbab3bbba4fa36f70a5b0cc2f94fc42b293040f
Author: Dalai Felinto
Date:   Thu Apr 2 19:07:02 2015 -0300
Branches: multiview
https://developer.blender.org/rB3fbab3bbba4fa36f70a5b0cc2f94fc42b293040f

rephrase the TODOs to be MULTIVIEW_TODO (as we do for OCIO_TODO)

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

M	source/blender/render/extern/include/RE_pipeline.h
M	source/blender/render/intern/source/pipeline.c

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

diff --git a/source/blender/render/extern/include/RE_pipeline.h b/source/blender/render/extern/include/RE_pipeline.h
index b8ecd31..917a3ce 100644
--- a/source/blender/render/extern/include/RE_pipeline.h
+++ b/source/blender/render/extern/include/RE_pipeline.h
@@ -114,7 +114,7 @@ typedef struct RenderLayer {
 	struct Material *mat_override;
 	struct Group *light_override;
 
-	/* TODO (dfelinto): acolrect and scolrect are not supported by multiview at the moment.
+	/* MULTIVIEW_TODO: acolrect and scolrect are not supported by multiview at the moment.
 	 * If they are really required they should be in RenderView instead */
 
 	float *acolrect;	/* 4 float, optional transparent buffer, needs storage for display updates */
diff --git a/source/blender/render/intern/source/pipeline.c b/source/blender/render/intern/source/pipeline.c
index 61bb553..7896113 100644
--- a/source/blender/render/intern/source/pipeline.c
+++ b/source/blender/render/intern/source/pipeline.c
@@ -3435,7 +3435,7 @@ void RE_BlenderAnim(Render *re, Main *bmain, Scene *scene, Object *camera_overri
 	}
 
 	if (mh && mh->get_next_frame) {
-		/* TODO (dfelinto):
+		/* MULTIVIEW_TODO:
 		 * in case a new video format is added that implements get_next_frame multiview has to be addressed
 		 * or the error throwing for R_IMF_IMTYPE_FRAMESERVER has to be extended for those cases as well
 		 */




More information about the Bf-blender-cvs mailing list