summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b580e3a)
raw | patch | inline | side by side (parent: b580e3a)
author | jfbarraud <jfbarraud@users.sourceforge.net> | |
Fri, 27 Mar 2009 09:01:00 +0000 (09:01 +0000) | ||
committer | jfbarraud <jfbarraud@users.sourceforge.net> | |
Fri, 27 Mar 2009 09:01:00 +0000 (09:01 +0000) |
src/live_effects/effect.cpp | patch | blob | history |
index 3cdb21d6aee3f631242251ba20c03730a9d0eee7..0af6cce7253a99db68efcdfcb0fbc37ff1991704 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"},
- {ROUGH_HATCHES, N_("Hatches (rough)"), "rough_hatches"},
{INTERPOLATE, N_("Interpolate Sub-Paths"), "interpolate"},
{LATTICE, N_("Lattice Deformation"), "lattice"},
{LINE_SEGMENT, N_("Line Segment"), "line_segment"},
{CONSTRUCT_GRID, N_("Construct grid"), "construct_grid"},
{SPIRO, N_("Spiro spline"), "spiro"},
{ENVELOPE, N_("Envelope Deformation"), "envelope"},
+ {ROUGH_HATCHES, N_("Hatches (rough)"), "rough_hatches"},
};
const Util::EnumDataConverter<EffectType> LPETypeConverter(LPETypeData, sizeof(LPETypeData)/sizeof(*LPETypeData));