From: Nikita Kitaev Date: Mon, 12 Oct 2009 01:35:15 +0000 (-0700) Subject: Change linking parameters in BLine points X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;ds=sidebyside;h=e247b19b3926ff72ed36b4b1172abf00099558e4;hp=e247b19b3926ff72ed36b4b1172abf00099558e4;p=synfig.git Change linking parameters in BLine points Instead of the old split_tangent parameter, bline points now use link_radius and link_theta. Old functions are retained for compatibility. Note: since get_split_tangent_flag() returns a pointer, the split_tangent_ parameter must remain for now. ---