Module: synfig/synfig
Branch: genete_width_outline
Commit: 6acf2e43c570cc44ce48688b6dae97e9ce19120b
URL:    
http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=6acf2e43c570cc44ce48688b6dae97e9ce19120b

Author: Carlos Lopez <genet...@gmail.com>
Date:   Sun Jan  9 14:18:29 2011 +0100

Add ValueNode_WPList in the Valuenode book

---

 synfig-core/src/synfig/releases.h    |    1 +
 synfig-core/src/synfig/valuenode.cpp |    3 +++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/synfig-core/src/synfig/releases.h 
b/synfig-core/src/synfig/releases.h
index 14f8140..52efcf9 100644
--- a/synfig-core/src/synfig/releases.h
+++ b/synfig-core/src/synfig/releases.h
@@ -42,6 +42,7 @@ namespace synfig {
                RELEASE_VERSION_0_62_00,
                RELEASE_VERSION_0_62_01,
                RELEASE_VERSION_0_62_02,
+               RELEASE_VERSION_0_62_03,
 
                RELEASE_VERSION_END
        } ReleaseVersion;
diff --git a/synfig-core/src/synfig/valuenode.cpp 
b/synfig-core/src/synfig/valuenode.cpp
index 8f3cc9a..53bd5f9 100644
--- a/synfig-core/src/synfig/valuenode.cpp
+++ b/synfig-core/src/synfig/valuenode.cpp
@@ -57,6 +57,7 @@
 #include "valuenode_timedswap.h"
 #include "valuenode_twotone.h"
 #include "valuenode_bline.h"
+#include "valuenode_wplist.h"
 #include "valuenode_dynamiclist.h"
 #include "valuenode_radialcomposite.h"
 #include "valuenode_gradientrotate.h"
@@ -188,6 +189,8 @@ ValueNode::subsys_init()
        ADD_VALUENODE(ValueNode_And,                  "and",                    
  _("And"),                              RELEASE_VERSION_0_62_00); // SVN r2364
        ADD_VALUENODE(ValueNode_Or,                       "or",                 
  _("Or"),                                       RELEASE_VERSION_0_62_00); // 
SVN r2364
 
+       ADD_VALUENODE(ValueNode_WPList,           "wplist",           
_("WPList"),           RELEASE_VERSION_0_62_03);
+
 #undef ADD_VALUENODE
 #undef ADD_VALUENODE2
 


------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to