X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=inline;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fvaluenode.cpp;h=6ef7c9ac33f0af189d5857ff79c4c2ed2686b39e;hb=b9d70da87063fe9f6d22bd1100f78c287b3fa898;hp=713a24516b9848dc09bdf57c3612b7bd83b3ab25;hpb=d4612e4267d70142f71bd8b7bef9d59051522949;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/valuenode.cpp b/synfig-core/trunk/src/synfig/valuenode.cpp index 713a245..6ef7c9a 100644 --- a/synfig-core/trunk/src/synfig/valuenode.cpp +++ b/synfig-core/trunk/src/synfig/valuenode.cpp @@ -6,6 +6,7 @@ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2007 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -59,6 +60,7 @@ #include "valuenode_gradientrotate.h" #include "valuenode_sine.h" #include "valuenode_exp.h" +#include "valuenode_switch.h" #include "layer.h" @@ -125,6 +127,7 @@ ValueNode::subsys_init() ADD_VALUENODE(ValueNode_GradientRotate, "gradient_rotate", _("Gradient Rotate") ); ADD_VALUENODE(ValueNode_Sine, "sine", _("Sine") ); ADD_VALUENODE(ValueNode_Exp, "exp", _("Exponential") ); + ADD_VALUENODE(ValueNode_Switch, "switch", _("Switch") ); #undef ADD_VALUENODE #undef ADD_VALUENODE2