31 Jul
2007
31 Jul
'07
8:17 p.m.
On Tue, 2007-07-31 at 13:23 -0500, Kent Tenney wrote:
On 7/31/07, Ted Gould <ted@...11...> wrote:
There are some effects that are defined internally in Inkscape. Those are built into the C code directly. I'm a little confused on your examples of 'Generate from path' and 'Render' as those are submenus. The submenus are also defined in the INX files, dynamically depending on which effects are available.
If I rename share/extensions to share/extensions.hide, and open Inkscape, those 2 submenus are the only members of 'Effects', each with 1 member; Generate from path->Inset/Outset halo Render->Grid
Yes, specifically:
src/extensions/internal/grid.cpp src/extensions/internal/bluredge.cpp
--Ted