Fix 2119764 "eyedropper doesn't work with straight blends" for circles.
[synfig.git] / synfig-core / trunk / src / synfig / valuenode.cpp
index 0bf4017..3242c84 100644 (file)
@@ -81,6 +81,9 @@
 #include "valuenode_timestring.h"
 #include "valuenode_realstring.h"
 #include "valuenode_join.h"
+#include "valuenode_anglestring.h"
+#include "valuenode_intstring.h"
+#include "valuenode_log.h"
 
 #include "layer.h"
 
@@ -171,6 +174,9 @@ ValueNode::subsys_init()
        ADD_VALUENODE(ValueNode_TimeString,               "timestring",           _("Time String"),              RELEASE_VERSION_0_61_09); // SVN r2000
        ADD_VALUENODE(ValueNode_RealString,               "realstring",           _("Real String"),              RELEASE_VERSION_0_61_09); // SVN r2003
        ADD_VALUENODE(ValueNode_Join,                     "join",                         _("Joined List"),              RELEASE_VERSION_0_61_09); // SVN r2007
+       ADD_VALUENODE(ValueNode_AngleString,      "anglestring",          _("Angle String"),     RELEASE_VERSION_0_61_09); // SVN r2010
+       ADD_VALUENODE(ValueNode_IntString,                "intstring",            _("Int String"),               RELEASE_VERSION_0_61_09); // SVN r2010
+       ADD_VALUENODE(ValueNode_Logarithm,                "logarithm",            _("Logarithm"),                RELEASE_VERSION_0_61_09); // SVN r2034
 
 #undef ADD_VALUENODE
 #undef ADD_VALUENODE2