/randomSelectionProperty

Change a property of an object for random selections in Inkscape

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

RandomSelectionProperty

Randomly select a number of objects and change their properties (currently only width and height, but could be extended later).

Installation:

(the extension is tested using Inkscape 1.1.1 and 1.2-dev on Ubuntu 20.04.3)

On Linux:

cd $HOME/.config/inkscape/extensions
git clone git@github.com:s1291/randomSelectionProperty.git

On Windows:

  • Download the most recent version (direct link: zip)
  • Extract it and copy the files random_selection.inx and random_selection.py to C:\Program Files\Inkscape\share\inkscape\extensions

How to use

  • Select the objects.

  • Extensions > Modify Path > Batch property random selection

See below:

How to use the extension

Author

Samir OUCHENE, 2021-2024

All code is licensed under the GNU General Public License version 3. See the license file for details.