Direkt zum Hauptinhalt
Erweiterte Suche
Suchbegriffe
Inhaltstyp

Exakte Treffer
Schlagwort-Suchen
Datums Optionen
Aktualisiert nach
Aktualisiert vor
Erstellt nach
Erstellt vor

Suchergebnisse

468 Ergebnisse gesamt

Batch Task

FabLab Chemnitz Various

Source: https://github.com/heyzec/Inkscape-Extensions  

Delete Above

FabLab Chemnitz Various

Delete the selected node(s) and any other nodes that are completely within the bounding-boxes of the selected nodes that have a greater z-order. Simply put: you select a "background" rectangle, then use this plugin to delete it and everything that appears on t...

Import Attributes

FabLab Chemnitz Various

Imports attribute values from given text file. Lines in the file must be in format elementId,attributeName,value. Malformed ids will be skipped (you will get a warning). Get the items you want to modify Run the extension Select the file you want to import...

Edit Attributes

FabLab Chemnitz Various

Edits an attribute on all selected elements. Available edit options: set sets new value of attribute (adds attribute if necessary) append adds new value to the end of current value of attribute prefix adds new value to the beginning of current value of at...

Random Delete

FabLab Chemnitz Various

This extensions does what it says. It allows to delete with a certain probability each of the selected objects.

Set CSS Class On Elements

FabLab Chemnitz Various

Set a CSS class on the selected elements. Their current inline styles will be removed

Remove Obsolete Attributes

FabLab Chemnitz Various

Remove attributes sodipodi:absref, sodipodi:docbase and sodipodi:docname from all elements that contain them. These attributes contain absolute paths to resources which can pose a security issue. This is a legacy extension and might not be required nowadays.

Colorize Path Lengths / Slants

FabLab Chemnitz Dimensioning/Measuring

This tool will help to identify paths of certain lengths to maybe delete or modify them. Please also see Filter By Length/Area which behaves similar but non-visual. Example output (left original, right is extension result)

Show Path Coordinates

FabLab Chemnitz Dimensioning/Measuring

This extension prints X,Y coordinates of selected path nodes. Can be helpful for debugging things. Draw some path Run extension

Shirt Waist (Sara May Allington)

FabLab Chemnitz Dimensioning/Measuring

Outline the cutting lines → Ctrl + ) Move the outlines next to the current selection to see the solid lines

Dimensioning (Replaced by LPE)

FabLab Chemnitz Dimensioning/Measuring

We can use the same feature by Live Path Effect:

vpypetools Intro

FabLab Chemnitz vpypetools

About vpype and this extension vpype is a command processor working with SVG files. It can do a lot of productive steps to optimize files for different purposes like pen plotting, laser cutting or the generation of creative artwork. vpype is really powerful...

Deduplicate Plugin

FabLab Chemnitz vpypetools

Source: https://github.com/LoicGoulefert/deduplicate pip3 install tqdm pip3 install git+https://github.com/LoicGoulefert/deduplicate.git#egg=deduplicate  

Line Sorting

FabLab Chemnitz vpypetools

This extension is similar to Optimize Sequence: Travel Distances and Optimize Sequence: Small Holes First. Also have a look at https://github.com/inconvergent/svgsort which could be another great path planning tool for InkScape. Also check out vpype Free M...

Split All

FabLab Chemnitz vpypetools

Split all paths into their constituent segments. This command may be used together with linemerge for cases such as densely-connected meshes where the latter cannot optimize well enough by itself. This command will filter out segments with identical end-points...

Multipass

FabLab Chemnitz vpypetools

Add multiple passes to each line. Each line is extended with a mirrored copy of itself, optionally multiple times. This is useful for pens that need several passes to ensure a good quality. See https://vpype.readthedocs.io/en/stable/reference.html#multipass.  ...

Filter

FabLab Chemnitz vpypetools

Filter paths according to specified criterion. When an option is provided (e.g. --min-length 10cm) the corresponding criterion is applied and paths which do not respect the criterion (e.g. a 9cm-long path) are rejected. If multiple options are provided, paths ...

Relooping

FabLab Chemnitz vpypetools

Randomize the seam location of closed paths. When plotted, closed path may exhibit a visible mark at the seam, i.e. the location where the pen begins and ends the stroke. This command randomizes the seam location in order to help reduce visual effect of this i...