summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9c7307d)
raw | patch | inline | side by side (parent: 9c7307d)
author | johanengelen <johanengelen@users.sourceforge.net> | |
Thu, 14 May 2009 20:31:33 +0000 (20:31 +0000) | ||
committer | johanengelen <johanengelen@users.sourceforge.net> | |
Thu, 14 May 2009 20:31:33 +0000 (20:31 +0000) |
src/live_effects/effect.cpp | patch | blob | history |
index a97a613b5e2126b7c92e4289b6cff8b8fa43e42d..088e9ff3a0906f82edadb73b7ee34f0351dda1c4 100644 (file)
{CIRCLE_WITH_RADIUS, N_("Circle (by center and radius)"), "circle_with_radius"},
{CIRCLE_3PTS, N_("Circle by 3 points"), "circle_3pts"},
{DYNASTROKE, N_("Dynamic stroke"), "dynastroke"},
- {INTERPOLATE, N_("Interpolate Sub-Paths"), "interpolate"},
{LATTICE, N_("Lattice Deformation"), "lattice"},
{LINE_SEGMENT, N_("Line Segment"), "line_segment"},
{MIRROR_SYMMETRY, N_("Mirror symmetry"), "mirror_symmetry"},
{CONSTRUCT_GRID, N_("Construct grid"), "construct_grid"},
{SPIRO, N_("Spiro spline"), "spiro"},
{ENVELOPE, N_("Envelope Deformation"), "envelope"},
+ {INTERPOLATE, N_("Interpolate Sub-Paths"), "interpolate"},
{ROUGH_HATCHES, N_("Hatches (rough)"), "rough_hatches"},
{SKETCH, N_("Sketch"), "sketch"},
};