From e795b8410b4964192791834faa0f94d0a017403b Mon Sep 17 00:00:00 2001 From: Jeroen Bakker Date: Tue, 2 Oct 2012 11:37:15 +0000 Subject: * fix for regression test [compo_map_uv.blend] the wrapping was resized to fit the uv map. this step was wrong and has been deleted. --- source/blender/compositor/operations/COM_MapUVOperation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/compositor') diff --git a/source/blender/compositor/operations/COM_MapUVOperation.cpp b/source/blender/compositor/operations/COM_MapUVOperation.cpp index fe6ebcebf97..1fa484ea2b6 100644 --- a/source/blender/compositor/operations/COM_MapUVOperation.cpp +++ b/source/blender/compositor/operations/COM_MapUVOperation.cpp @@ -24,7 +24,7 @@ MapUVOperation::MapUVOperation() : NodeOperation() { - this->addInputSocket(COM_DT_COLOR); + this->addInputSocket(COM_DT_COLOR, COM_SC_NO_RESIZE); this->addInputSocket(COM_DT_VECTOR); this->addOutputSocket(COM_DT_COLOR); this->m_alpha = 0.0f; -- cgit v1.2.3