summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-interpolate.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* correctly implement 'resetDefaults()' for LPEs. Now when applying an LPE, ↵Johan B. C. Engelen2009-03-151-0/+2
| | | | | all default values are written to SVG. This greatly improves future compatibility. (bzr r7499)
* Merge from fe-movedTed Gould2008-11-211-10/+18
| | | (bzr r6891)
* lpe interpolate: fix traversal of trajectory_path. add option for ↵Johan B. C. Engelen2008-07-271-9/+14
| | | | | equidistant_spacing (bzr r6433)
* add LPE InterpolateJohan B. C. Engelen2008-07-271-0/+119
(bzr r6431)