[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [43333] branches/tile/source/blender/ compositor/intern/COM_Converter.cpp: including the non implemented nodes in the COM_Convert. cpp to make it easy to see what's missing

Dalai Felinto dfelinto at gmail.com
Thu Jan 12 20:47:54 CET 2012


Revision: 43333
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=43333
Author:   dfelinto
Date:     2012-01-12 19:47:54 +0000 (Thu, 12 Jan 2012)
Log Message:
-----------
including the non implemented nodes in the COM_Convert.cpp to make it easy to see what's missing
(thanks bash tools :)

Modified Paths:
--------------
    branches/tile/source/blender/compositor/intern/COM_Converter.cpp

Modified: branches/tile/source/blender/compositor/intern/COM_Converter.cpp
===================================================================
--- branches/tile/source/blender/compositor/intern/COM_Converter.cpp	2012-01-12 19:38:08 UTC (rev 43332)
+++ branches/tile/source/blender/compositor/intern/COM_Converter.cpp	2012-01-12 19:47:54 UTC (rev 43333)
@@ -292,6 +292,24 @@
 	case CMP_NODE_GLARE:
 		node = new GlareNode(bNode);
 		break;
+	/* not inplemented yet */
+	case CMP_NODE_MAP_VALUE:
+	case CMP_NODE_VECBLUR:
+	case CMP_NODE_OUTPUT_FILE:
+	case CMP_NODE_COLOR_SPILL:
+	case CMP_NODE_CHANNEL_MATTE:
+	case CMP_NODE_DOUBLEEDGEMASK:
+	case CMP_NODE_DEFOCUS:
+	case CMP_NODE_DISPLACE:
+	case CMP_NODE_NORMALIZE:
+	case CMP_NODE_CROP:
+	case CMP_NODE_BILATERALBLUR:
+	case CMP_NODE_PREMULKEY:
+	case CMP_NODE_VIEW_LEVELS:
+	case CMP_NODE_MOVIECLIP:
+	case CMP_NODE_TRANSFORM:
+	case CMP_NODE_STABILIZE2D:
+	case CMP_NODE_MOVIEDISTORTION:
 	default:
 		node = new MuteNode(bNode);
 		break;




More information about the Bf-blender-cvs mailing list