I saw a youtube clip on Inkscape+Booleans Ops (http://www.youtube.com/watch?v=O9j_iBmrHg0) by disenolibre and this feature being available in the Live Path Effects editor. I also noticed a number of other LPE's in the editor such as 'rotate copies' and 'mirror symmetry'. On downloading Inkscape 0.47pre4 I was not able to see the Boolops or other LPE's in the editor. Are these able to installed separately or are they not available any longer?
Any help would be appreciated.
Leomarc
Live Path Effetcs
Re: Live Path Effetcs
I haven't looked at the video but there is a number of effects that have been disabled because of bugs and instability, they need to be tested more before releasing them. It was possible to compile Inkscape dev version with them but I'm not sure if it's still possible, I think the code might be out completely. Searching the dev mailing list might tell you.
just hand over the chocolate and nobody gets hurt
Inkscape Manual on Floss
Inkscape FAQ
very comprehensive Inkscape guide
Inkscape 0.48 Illustrator's Cookbook - 109 recipes to learn and explore Inkscape - with SVG examples to download
Inkscape Manual on Floss
Inkscape FAQ
very comprehensive Inkscape guide
Inkscape 0.48 Illustrator's Cookbook - 109 recipes to learn and explore Inkscape - with SVG examples to download
Re: Live Path Effetcs
yes, it is… ;-)prkos wrote:It was possible to compile Inkscape dev version with them but I'm not sure if it's still possible
Code: Select all
LeWitt:inkscape suv$ svn diff src/live_effects/effect.cpp
Index: src/live_effects/effect.cpp
===================================================================
--- src/live_effects/effect.cpp (revision 22531)
+++ src/live_effects/effect.cpp (working copy)
@@ -6,7 +6,7 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
-//#define LPE_ENABLE_TEST_EFFECTS
+#define LPE_ENABLE_TEST_EFFECTS
#include "live_effects/effect.h"