dooglus [Sun, 6 Apr 2008 19:27:12 +0000 (19:27 +0000)]
Set the canvas of the bline used by the circle tool.
git-svn-id: http://svn.voria.com/code@1968
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sun, 6 Apr 2008 19:26:59 +0000 (19:26 +0000)]
Show commands as they are received over the FIFO.
git-svn-id: http://svn.voria.com/code@1967
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sun, 6 Apr 2008 19:26:41 +0000 (19:26 +0000)]
Simplify the code a little.
git-svn-id: http://svn.voria.com/code@1966
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sun, 6 Apr 2008 19:26:27 +0000 (19:26 +0000)]
Show the 'fifo_activity' message less.
git-svn-id: http://svn.voria.com/code@1965
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sun, 6 Apr 2008 19:26:05 +0000 (19:26 +0000)]
Make the file selector dialogs print less output to the console.
git-svn-id: http://svn.voria.com/code@1964
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sun, 6 Apr 2008 09:13:03 +0000 (09:13 +0000)]
Rename the gradient tool from "Gradient" to "Gradient Tool". All the other tools have "Tool" in their name.
git-svn-id: http://svn.voria.com/code@1963
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 5 Apr 2008 20:22:47 +0000 (20:22 +0000)]
Fix a bug in the plant layer: when the plant is so small that we can't calculate the perpendicular to its bline, skip trying to branch it.
git-svn-id: http://svn.voria.com/code@1962
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 5 Apr 2008 19:12:42 +0000 (19:12 +0000)]
Give the text tool a name for the tooltip and 'state' menu. Let's call it... "Text Tool".
git-svn-id: http://svn.voria.com/code@1961
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 5 Apr 2008 17:11:38 +0000 (17:11 +0000)]
Prevent some compiler warnings.
git-svn-id: http://svn.voria.com/code@1960
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 4 Apr 2008 18:38:02 +0000 (18:38 +0000)]
Add a new tool for adding text layers.
git-svn-id: http://svn.voria.com/code@1959
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 4 Apr 2008 18:37:40 +0000 (18:37 +0000)]
Add App::dialog_paragraph() to allow editing of paragraphs of text.
git-svn-id: http://svn.voria.com/code@1958
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 3 Apr 2008 14:06:55 +0000 (14:06 +0000)]
Add --canvas-info flag to the synfig tool. Specify "--canvas-info all" to see all info, or specify individual fields to see just those: "--canvas-info frame_start,frame_end,frame_rate,metadata".
git-svn-id: http://svn.voria.com/code@1957
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 3 Apr 2008 11:00:59 +0000 (11:00 +0000)]
Accept 1932525: Patch "Improved GUI for the sound file selection dialog" from David 'Bombe' Roden.
git-svn-id: http://svn.voria.com/code@1956
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Wed, 2 Apr 2008 12:59:48 +0000 (12:59 +0000)]
Add a new circle tool option: "Point Angle Offset" to select the rotational placing of the blinepoints approximating a circle.
git-svn-id: http://svn.voria.com/code@1955
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Wed, 2 Apr 2008 12:36:03 +0000 (12:36 +0000)]
Avoid division by zero when approximating a circle by two points.
git-svn-id: http://svn.voria.com/code@1954
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Wed, 2 Apr 2008 12:03:10 +0000 (12:03 +0000)]
Allow the user to set the number of points used to approximate a circle.
git-svn-id: http://svn.voria.com/code@1953
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Wed, 2 Apr 2008 10:11:49 +0000 (10:11 +0000)]
Add options to the circle tool for creation of bline approximations to circles.
git-svn-id: http://svn.voria.com/code@1952
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Tue, 1 Apr 2008 17:51:18 +0000 (17:51 +0000)]
Use the existing layers_to_create() method rather than reimplementing it.
git-svn-id: http://svn.voria.com/code@1951
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Mon, 31 Mar 2008 15:31:26 +0000 (15:31 +0000)]
Remove -Wno-deprecated since it is no longer needed and just causes extra warnings when compiling C code.
git-svn-id: http://svn.voria.com/code@1950
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Mon, 31 Mar 2008 14:35:59 +0000 (14:35 +0000)]
Update all BLineCalcWidth and BLineCalcTangent ducks which use the same 'amount' ValueNode as an edited BLineCalcVertex duck.
git-svn-id: http://svn.voria.com/code@1949
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Mon, 31 Mar 2008 14:35:46 +0000 (14:35 +0000)]
Rearranged the code a little. Allow editing of Real BLineCalcTangent ValueNodes.
git-svn-id: http://svn.voria.com/code@1948
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sun, 30 Mar 2008 20:44:44 +0000 (20:44 +0000)]
Allow manipulation of BLineCalcTangent angle offsets via the angle duck.
git-svn-id: http://svn.voria.com/code@1947
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sun, 30 Mar 2008 20:44:31 +0000 (20:44 +0000)]
Fix a minor problem, and a little tidying.
git-svn-id: http://svn.voria.com/code@1946
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sun, 30 Mar 2008 17:44:33 +0000 (17:44 +0000)]
The previous commit introduced a new crash. This fixes it.
git-svn-id: http://svn.voria.com/code@1945
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sun, 30 Mar 2008 17:25:37 +0000 (17:25 +0000)]
Only update calculated tangents and widths if their 'amount' subparameters are linked to the 'amount' of the vertex being moved.
git-svn-id: http://svn.voria.com/code@1944
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sun, 30 Mar 2008 16:12:22 +0000 (16:12 +0000)]
Fix r1942, forgot to get the image width and height
git-svn-id: http://svn.voria.com/code@1943
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sun, 30 Mar 2008 11:37:16 +0000 (11:37 +0000)]
Fix some crashes when the images for the splash screen are not available
git-svn-id: http://svn.voria.com/code@1942
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sun, 30 Mar 2008 11:37:01 +0000 (11:37 +0000)]
Search in the right directory for the splash image when SYNFIG_ROOT is set.
git-svn-id: http://svn.voria.com/code@1941
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sun, 30 Mar 2008 11:36:40 +0000 (11:36 +0000)]
Use ETL directory separator instead of forward slashes.
git-svn-id: http://svn.voria.com/code@1940
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sun, 30 Mar 2008 09:15:54 +0000 (09:15 +0000)]
Allow direct editing of calculated widths - like the previous commit did for tangents.
git-svn-id: http://svn.voria.com/code@1939
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sun, 30 Mar 2008 01:17:52 +0000 (01:17 +0000)]
When dragging a duck along a bline that it's linked to, update the tangents as well, if they are also linked to the tangent of the bline.
git-svn-id: http://svn.voria.com/code@1938
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 29 Mar 2008 13:32:45 +0000 (13:32 +0000)]
Tidying.
git-svn-id: http://svn.voria.com/code@1937
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 29 Mar 2008 08:39:05 +0000 (08:39 +0000)]
The previous commit was missing this change to make BLineCalcTangent ducks editable.
git-svn-id: http://svn.voria.com/code@1936
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 28 Mar 2008 21:11:18 +0000 (21:11 +0000)]
Allow a BLineCalcTangent's tangent duck to be dragged and have it edit the 'offset' sub-parameter.
git-svn-id: http://svn.voria.com/code@1935
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 28 Mar 2008 18:56:14 +0000 (18:56 +0000)]
Accept 1927294 (a further patch from Gerald Young): the previous patch stopped the red square around ducks from showing up when individual blinepoints were selected in the parameter panel.
git-svn-id: http://svn.voria.com/code@1934
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 28 Mar 2008 18:54:23 +0000 (18:54 +0000)]
Fix "zoom to fit" so that it centers the fitted canvas on the screen, and always zooms back to the previous zoom level and position if clicked a second time.
git-svn-id: http://svn.voria.com/code@1933
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 28 Mar 2008 12:11:36 +0000 (12:11 +0000)]
Allow the linking of angle layer parameters to blines too.
git-svn-id: http://svn.voria.com/code@1932
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 28 Mar 2008 10:18:52 +0000 (10:18 +0000)]
When looking for the closest point on a bline to a duck, use the bline's loop flag rather than the BLineCalcVertex's loop sub-param, since this is what tells us whether the bline is looped or not.
git-svn-id: http://svn.voria.com/code@1931
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 28 Mar 2008 10:18:38 +0000 (10:18 +0000)]
Use 0 for the index if the closest point is on the segment which closes the loop. This keeps the final 'amount' value in the range 0..1.
git-svn-id: http://svn.voria.com/code@1930
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 28 Mar 2008 08:51:12 +0000 (08:51 +0000)]
Accept 1927294: Patch from Gerald Young to allow intuitive editing of the BLinePoint ValueNode's "Amount" parameter by dragging the duck in the workarea.
git-svn-id: http://svn.voria.com/code@1929
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Wed, 26 Mar 2008 23:26:00 +0000 (23:26 +0000)]
Add code for the 'text' icon.
git-svn-id: http://svn.voria.com/code@1928
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Wed, 26 Mar 2008 23:25:48 +0000 (23:25 +0000)]
Add code for the 'plant' icon.
git-svn-id: http://svn.voria.com/code@1927
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Wed, 26 Mar 2008 23:25:35 +0000 (23:25 +0000)]
Add code for the 'star' icon.
git-svn-id: http://svn.voria.com/code@1926
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Wed, 26 Mar 2008 20:05:22 +0000 (20:05 +0000)]
When editing more than one of ID, Description, Name, and RendDesc at once, group the actions in the history panel.
git-svn-id: http://svn.voria.com/code@1925
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Wed, 26 Mar 2008 20:05:10 +0000 (20:05 +0000)]
Allow RendDesc, Description, and Name to all be set at once.
git-svn-id: http://svn.voria.com/code@1924
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Wed, 26 Mar 2008 20:04:43 +0000 (20:04 +0000)]
Fix 1924592: Editing the name, description, or id of a canvas should mark the canvas as needing to be saved, and should also be undoable.
git-svn-id: http://svn.voria.com/code@1923
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Wed, 26 Mar 2008 07:50:58 +0000 (07:50 +0000)]
Use the polyline icon for the polygon tool and layers since the polygon layers are not regular polygons and the Tango ArtLibreSet differentiates between tools for regular polygons and irregular polygons (polylines).
git-svn-id: http://svn.voria.com/code@1922
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Wed, 26 Mar 2008 07:50:41 +0000 (07:50 +0000)]
Apply 1924714: add plant, text, star and polyline icons. Icons by genete.
git-svn-id: http://svn.voria.com/code@1921
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Tue, 25 Mar 2008 20:10:49 +0000 (20:10 +0000)]
Fix 1914874: update the timeline scrollbars' major step size when zooming time in and out.
git-svn-id: http://svn.voria.com/code@1920
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sun, 23 Mar 2008 08:50:05 +0000 (08:50 +0000)]
Fix SVN r1916: move the commented lines outside of AC_CONFIG_FILES, I should test things better than that!
git-svn-id: http://svn.voria.com/code@1919
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Thu, 20 Mar 2008 05:20:37 +0000 (05:20 +0000)]
Add new icon for the reset colors button and change the code to use it. Icon by genete.
git-svn-id: http://svn.voria.com/code@1918
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Thu, 20 Mar 2008 04:41:45 +0000 (04:41 +0000)]
Unless OpenEXR half mode is used, don't ask synfigstudio to depend on it.
git-svn-id: http://svn.voria.com/code@1917
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Thu, 20 Mar 2008 04:16:16 +0000 (04:16 +0000)]
Update configure.ac as suggested by autoupdate.
git-svn-id: http://svn.voria.com/code@1916
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Fri, 14 Mar 2008 05:21:29 +0000 (05:21 +0000)]
Fix FTBFS with SVN r1913: don't declare get_temporal_tension/set_temporal_tension twice.
git-svn-id: http://svn.voria.com/code@1915
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 13 Mar 2008 23:46:19 +0000 (23:46 +0000)]
Don't offer 'Manual' as an interpolation type. It's not clear what it is supposed to do, and looks like the code to implement it was never written. Attempting to use it causes uninitialised memory to be read.
git-svn-id: http://svn.voria.com/code@1914
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 13 Mar 2008 23:46:03 +0000 (23:46 +0000)]
{get,set}_time_tension() were the same as {get,set}_temporal_tension() - use the 'temporal' version everywhere.
git-svn-id: http://svn.voria.com/code@1913
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 13 Mar 2008 23:45:50 +0000 (23:45 +0000)]
2 more similar typos.
git-svn-id: http://svn.voria.com/code@1912
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 13 Mar 2008 23:45:33 +0000 (23:45 +0000)]
Typo.
git-svn-id: http://svn.voria.com/code@1911
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Thu, 13 Mar 2008 06:06:45 +0000 (06:06 +0000)]
Woops, add Gerald Young's copyright to the README.
git-svn-id: http://svn.voria.com/code@1910
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Mon, 10 Mar 2008 17:32:23 +0000 (17:32 +0000)]
Don't check for libtiff since synfig doesn't use it.
git-svn-id: http://svn.voria.com/code@1909
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Mon, 10 Mar 2008 14:33:54 +0000 (14:33 +0000)]
Fix my copyright year to include 2007 since I wrote mod_png then.
git-svn-id: http://svn.voria.com/code@1908
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Mon, 10 Mar 2008 11:28:22 +0000 (11:28 +0000)]
Apply 1910528: improve keyboard shortcuts for WP in Spanish translation. Thanks genete.
git-svn-id: http://svn.voria.com/code@1907
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Mon, 10 Mar 2008 00:55:40 +0000 (00:55 +0000)]
Add Catalan translation by Miguel Gea Milvaques (xerakko).
git-svn-id: http://svn.voria.com/code@1906
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sun, 9 Mar 2008 13:32:37 +0000 (13:32 +0000)]
Include "general.h" so the strings get translated properly.
git-svn-id: http://svn.voria.com/code@1905
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sun, 9 Mar 2008 12:55:59 +0000 (12:55 +0000)]
Don't render waypoints that lie outside the bounds of the timetrack's adjustment.
git-svn-id: http://svn.voria.com/code@1904
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sun, 9 Mar 2008 12:07:19 +0000 (12:07 +0000)]
Keep the value the same when converting to "Dot Product".
git-svn-id: http://svn.voria.com/code@1903
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sun, 9 Mar 2008 11:25:09 +0000 (11:25 +0000)]
Apply 1910407: set the author to the encapsulate and select all icons and release them for public domain. Thanks genete.
git-svn-id: http://svn.voria.com/code@1902
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sun, 9 Mar 2008 11:18:26 +0000 (11:18 +0000)]
Add "Loop" link to the "Gradient Color" ValueNode.
git-svn-id: http://svn.voria.com/code@1901
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sun, 9 Mar 2008 11:14:15 +0000 (11:14 +0000)]
Apply 1910382: Updated Español translations. Thanks genete.
git-svn-id: http://svn.voria.com/code@1900
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sun, 9 Mar 2008 10:16:16 +0000 (10:16 +0000)]
The "all pages" wiki page is not translatable, don't mark it for translation.
git-svn-id: http://svn.voria.com/code@1899
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sun, 9 Mar 2008 05:39:22 +0000 (05:39 +0000)]
return should only be used to return from a function or sourced script
git-svn-id: http://svn.voria.com/code@1898
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 8 Mar 2008 23:42:42 +0000 (23:42 +0000)]
Change the tooltip "Zoom Fit" -> "Zoom to Fit".
git-svn-id: http://svn.voria.com/code@1897
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 8 Mar 2008 23:42:31 +0000 (23:42 +0000)]
Show a 'zoom to fit' icon in the zoomdial as well as a 'zoom 100%' icon.
git-svn-id: http://svn.voria.com/code@1896
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 8 Mar 2008 23:42:18 +0000 (23:42 +0000)]
Fix zoom_fit() so it really does zoom the canvas to fit the window.
git-svn-id: http://svn.voria.com/code@1895
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 8 Mar 2008 22:30:49 +0000 (22:30 +0000)]
Uncomment and fix segment duck code. Now the walk.sifz example can be edited.
git-svn-id: http://svn.voria.com/code@1894
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 8 Mar 2008 22:30:36 +0000 (22:30 +0000)]
Another fix for the old walk.sifz example.
git-svn-id: http://svn.voria.com/code@1893
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 8 Mar 2008 22:30:22 +0000 (22:30 +0000)]
Removed some printf() calls that I didn't ever mean to commit.
git-svn-id: http://svn.voria.com/code@1892
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 8 Mar 2008 15:44:13 +0000 (15:44 +0000)]
Add ValueNode "Dot Product".
git-svn-id: http://svn.voria.com/code@1891
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 8 Mar 2008 14:41:44 +0000 (14:41 +0000)]
Update my copyright.
git-svn-id: http://svn.voria.com/code@1890
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 8 Mar 2008 14:40:32 +0000 (14:40 +0000)]
Update my copyright.
git-svn-id: http://svn.voria.com/code@1889
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 8 Mar 2008 14:38:31 +0000 (14:38 +0000)]
When converting a gradient to be "Two Tone", take the two colors from either end of the existing gradient to use as the two colors in the new ValueNode.
git-svn-id: http://svn.voria.com/code@1888
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sat, 8 Mar 2008 14:37:22 +0000 (14:37 +0000)]
Woops, used the wrong version number in the last release, luckily pkg-config treats it the same as the real one
git-svn-id: http://svn.voria.com/code@1887
1f10aa63-cdf2-0310-b900-
c93c546f37ac
pabs [Sat, 8 Mar 2008 14:23:24 +0000 (14:23 +0000)]
Release a new version with a corrected version number
git-svn-id: http://svn.voria.com/code@1886
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 8 Mar 2008 13:45:49 +0000 (13:45 +0000)]
Add ValueNode "Gradient Color" for selecting individual colors from a gradient.
git-svn-id: http://svn.voria.com/code@1885
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 8 Mar 2008 13:14:59 +0000 (13:14 +0000)]
When converting to a "Reciprocal" ValueNode, default the link to the reciprocal of the current value so the value remains the same.
git-svn-id: http://svn.voria.com/code@1884
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 8 Mar 2008 12:54:31 +0000 (12:54 +0000)]
When converting to an "Exponential" ValueNode, default the exponent to zero so the value remains the same.
git-svn-id: http://svn.voria.com/code@1883
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 8 Mar 2008 12:30:42 +0000 (12:30 +0000)]
Add ValueNodes "Vector X" and "Vector Y" for calculating the X and Y components of a vector.
git-svn-id: http://svn.voria.com/code@1882
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 8 Mar 2008 12:07:59 +0000 (12:07 +0000)]
Add ValueNode "Vector Length" for calculating the length of a vector.
git-svn-id: http://svn.voria.com/code@1881
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 8 Mar 2008 12:06:20 +0000 (12:06 +0000)]
Add new ValueNode "Vector Angle" for calculating an angle from a vector.
git-svn-id: http://svn.voria.com/code@1880
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 8 Mar 2008 12:06:08 +0000 (12:06 +0000)]
Add 0.61.09 to the list of formats we can save as.
git-svn-id: http://svn.voria.com/code@1879
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Sat, 8 Mar 2008 12:05:56 +0000 (12:05 +0000)]
Add RELEASE_VERSION_0_61_09.
git-svn-id: http://svn.voria.com/code@1878
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 7 Mar 2008 23:26:58 +0000 (23:26 +0000)]
If only one of -w and -h is specified on the command line, calculate the other in order to keep the aspect ratio fixed.
git-svn-id: http://svn.voria.com/code@1877
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 7 Mar 2008 23:24:59 +0000 (23:24 +0000)]
Fix handling of segments so that the examples/walk/walk.sifz file will load correctly.
git-svn-id: http://svn.voria.com/code@1876
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 7 Mar 2008 23:24:46 +0000 (23:24 +0000)]
Update my copyright.
git-svn-id: http://svn.voria.com/code@1875
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 7 Mar 2008 19:44:30 +0000 (19:44 +0000)]
When linking a set of ducks to positions on a bline, link all the 'amounts' and all the 'loops' together.
git-svn-id: http://svn.voria.com/code@1874
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 7 Mar 2008 17:30:39 +0000 (17:30 +0000)]
Allow linking widths and tangents to positions on a bline. It also now works with layer parameters and exported values too.
git-svn-id: http://svn.voria.com/code@1873
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Fri, 7 Mar 2008 15:53:47 +0000 (15:53 +0000)]
Add a "Scale" parameter to the "BLine Width" ValueNode.
git-svn-id: http://svn.voria.com/code@1872
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 6 Mar 2008 21:28:25 +0000 (21:28 +0000)]
Made a start at implementing the ideas in synfig.org/Linking_to_Blines . Doesn't work particularly well yet.
git-svn-id: http://svn.voria.com/code@1871
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 6 Mar 2008 21:28:14 +0000 (21:28 +0000)]
Replace "./././logo.sif#" with "logo.sif#"
git-svn-id: http://svn.voria.com/code@1870
1f10aa63-cdf2-0310-b900-
c93c546f37ac
dooglus [Thu, 6 Mar 2008 21:28:04 +0000 (21:28 +0000)]
Replace "././././logo.sif#" with "logo.sif#".
git-svn-id: http://svn.voria.com/code@1869
1f10aa63-cdf2-0310-b900-
c93c546f37ac