Hello, We are proud to announce our first contribution to inkscape : Live Path Effects for groups. You can already test it from svn trunk.
In a word, you can now add a LPE to a group of paths. For most LPE, the effect is applied recursively (try sketch, curve stitching or gears) but for Bend Path the result is more powerful : the distortion applies on the whole group.
You can edit original path of the group by double-clicking on the group (as usual). A path with a LPE can be part of a group with a LPE, this is a sort of of "LPE stacking". You can make groups of groups, it will work (There is one known bug when using bend path, we will fix it very soon). You can apply definitively the effect with "Convert Object to path" We will soon make that when ungrouping, the effect is copied to each item in the group
I will update the ReleaseNotes as soon as possible.
We are currently working on LPE stacking (a simple UI is done, the engine is in a good way) and on an envelope deformation effect (it uses LPE PointParams for control points).
Bye Steren for the "PI:Inkscape" team of Ecole Centrale de Lyon.
On Sat, Mar 29, 2008 at 9:01 AM, Steren Giannini <steren.giannini@...400...> wrote:
In a word, you can now add a LPE to a group of paths. For most LPE, the effect is applied recursively (try sketch, curve stitching or gears) but for Bend Path the result is more powerful : the distortion applies on the whole group.
That's cool, but what about the reverse situation: using a group as a secondary path in a two-path LPE? This would be especially useful for Pattern along Path which could then use complex multi-object brushes (although it would still not be able to have different styles on different parts of the brush, unfortunately).
You can edit original path of the group by double-clicking on the group (as usual).
But what if I want to enter the group instead?
A path with a LPE can be part of a group with a LPE, this is a sort of of "LPE stacking".
That's nice.
You can make groups of groups, it will work (There is one known bug when using bend path, we will fix it very soon). You can apply definitively the effect with "Convert Object to path"
Does it convert a group with LPE to a group without LPE applying the LPE to its paths, or does it convert it to a single path?
What if a group contans non-paths - texts, bitmaps?
We will soon make that when ungrouping, the effect is copied to each item in the group
Yes, that makes sense
I will update the ReleaseNotes as soon as possible.
Thanks
We are currently working on LPE stacking (a simple UI is done, the engine is in a good way) and on an envelope deformation effect (it uses LPE PointParams for control points).
That will be very nice to have. Does it do curvilinear envelopes?
-----Original Message----- From: inkscape-devel-bounces@lists.sourceforge.net [mailto:inkscape-devel-bounces@lists.sourceforge.net] On Behalf Of bulia byak Sent: zaterdag 29 maart 2008 19:51 To: Steren Giannini Cc: inkscape-devel Subject: Re: [Inkscape-devel] NEW : LPE for groups
On Sat, Mar 29, 2008 at 9:01 AM, Steren Giannini <steren.giannini@...400...> wrote:
In a word, you can now add a LPE to a group of paths. For most LPE, the effect is applied recursively (try sketch, curve stitching or gears) but for Bend Path the result is more powerful : the distortion applies on the whole group.
That's cool, but what about the reverse situation: using a group as a secondary path in a two-path LPE? This would be especially useful for Pattern along Path which could then use complex multi-object brushes (although it would still not be able to have different styles on different parts of the brush, unfortunately).
This became feasible now that I've added PathParam linking to other objects. Right now, PathParams can only link to path and text objects, but linking to group objects is implementable without too much pain.
Cheers, Johan
Hello, We are glad that you liked it. Small tests would have answer many of your questions.
You can edit original path of the group by double-clicking on the group (as
usual).
But what if I want to enter the group instead?
Actually, this is what it does : enter in the group.
You can make groups of groups, it will work (There is one known bug when using bend path, we will fix it very soon). You can apply definitively the effect with "Convert Object to path"
Does it convert a group with LPE to a group without LPE applying the LPE to its paths, or does it convert it to a single path?
It convert a group with LPE to a group of path.
What if a group contans non-paths - texts, bitmaps?
You just can't apply the LPE
We are currently working on LPE stacking (a simple UI is done, the
engine is
in a good way) and on an envelope deformation effect (it uses LPE PointParams for control points).
That will be very nice to have. Does it do curvilinear envelopes?
For the time being, an algorithm with 16 control point is being implemented. But I am experimenting an other one with curvilinear envelopes.
Thanks for your support Steren
participants (3)
-
unknown@example.com
-
bulia byak
-
Steren Giannini