summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7a28a7a)
raw | patch | inline | side by side (parent: 7a28a7a)
author | johanengelen <johanengelen@users.sourceforge.net> | |
Sun, 15 Mar 2009 21:10:13 +0000 (21:10 +0000) | ||
committer | johanengelen <johanengelen@users.sourceforge.net> | |
Sun, 15 Mar 2009 21:10:13 +0000 (21:10 +0000) |
src/live_effects/effect.cpp | patch | blob | history |
index 1b22d2f31ef90b556ebc04373b8d9eb20107941b..f67ee28a739d517995d66daa572358fd5b72eba9 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"},
- {ENVELOPE, N_("Envelope Deformation"), "envelope"},
{ROUGH_HATCHES, N_("Hatches (rough)"), "rough_hatches"},
{INTERPOLATE, N_("Interpolate Sub-Paths"), "interpolate"},
{LATTICE, N_("Lattice Deformation"), "lattice"},
{KNOT, N_("Knot"), "knot"},
{CONSTRUCT_GRID, N_("Construct grid"), "construct_grid"},
{SPIRO, N_("Spiro spline"), "spiro"},
+ {ENVELOPE, N_("Envelope Deformation"), "envelope"},
};
const Util::EnumDataConverter<EffectType> LPETypeConverter(LPETypeData, sizeof(LPETypeData)/sizeof(*LPETypeData));