Revision: 2322 http://synfig.svn.sourceforge.net/synfig/?rev=2322&view=rev Author: dooglus Date: 2008-12-26 15:15:39 +0000 (Fri, 26 Dec 2008)
Log Message: ----------- There's some special-case code to make exporting a blinepoint actually export its vertex. I've #ifdef'ed it out. Is there a reason to re-enable it? Modified Paths: -------------- synfig-studio/trunk/src/gtkmm/instance.cpp Modified: synfig-studio/trunk/src/gtkmm/instance.cpp =================================================================== --- synfig-studio/trunk/src/gtkmm/instance.cpp 2008-12-26 15:14:57 UTC (rev 2321) +++ synfig-studio/trunk/src/gtkmm/instance.cpp 2008-12-26 15:15:39 UTC (rev 2322) @@ -1018,6 +1018,7 @@ param_list=canvas_interface->generate_param_list(value_desc); param_list.add("origin",location); +#ifdef BLINEPOINT_MENU_IS_VERTEX_MENU if(value_desc.get_value_type()==ValueBase::TYPE_BLINEPOINT && value_desc.is_value_node() && ValueNode_Composite::Handle::cast_dynamic(value_desc.get_value_node())) { param_list2=canvas_interface->generate_param_list( @@ -1028,6 +1029,7 @@ ); param_list2.add("origin",location); } +#endif // BLINEPOINT_MENU_IS_VERTEX_MENU // Populate the convert menu by looping through // the ValueNode book and find the ones that are This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ _______________________________________________ Synfig-devl mailing list Synfig-devl@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/synfig-devl