Revision: 2212
          http://synfig.svn.sourceforge.net/synfig/?rev=2212&view=rev
Author:   dooglus
Date:     2008-11-18 23:27:12 +0000 (Tue, 18 Nov 2008)

Log Message:
-----------
Just comments.

Modified Paths:
--------------
    synfig-studio/trunk/src/synfigapp/actions/valuedescexport.cpp

Modified: synfig-studio/trunk/src/synfigapp/actions/valuedescexport.cpp
===================================================================
--- synfig-studio/trunk/src/synfigapp/actions/valuedescexport.cpp       
2008-11-18 17:20:36 UTC (rev 2211)
+++ synfig-studio/trunk/src/synfigapp/actions/valuedescexport.cpp       
2008-11-18 23:27:12 UTC (rev 2212)
@@ -147,6 +147,7 @@
 
        if(value_desc.get_value_type()==ValueBase::TYPE_CANVAS)
        {
+               // action: CanvasAdd
                if(!value_desc.is_const())
                        throw Error(_("Can only export Canvas when used as 
constant parameter"));
                Canvas::Handle 
canvas(value_desc.get_value().get(Canvas::Handle()));
@@ -167,7 +168,6 @@
                return;
        }
 
-
        if(value_desc.is_value_node())
        {
                if(value_desc.get_value_node()->is_exported())
@@ -177,6 +177,7 @@
        }
        else
        {
+               // action: LayerParamConnect
                if(!value_desc.parent_is_layer_param())
                        throw Error(_("Unable to export parameter. (Bug?)"));
 
@@ -197,6 +198,7 @@
                add_action_front(action);
        }
 
+       // action: ValueNodeAdd
        Action::Handle action(ValueNodeAdd::create());
 
        action->set_param("canvas",get_canvas());


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to