fsmMLK / inkscapeDimensions

Inkscape extension to assist creating dimension annotations.
GNU General Public License v3.0
64 stars 10 forks source link

No longer works with latest Inkscape (1.3) #20

Closed roel-v closed 7 months ago

roel-v commented 7 months ago

Out of the box, the 'Dimensions' entry in the fsmMLK submenu is greyed out. I fixed that (and a few other issues) before I started getting so deep in that I didn't really know what I was doing any more:

That's when I gave up, I got errors about there being too many arguments to unpack for inkDraw.color.parseColorPicker() but that required me to understand too much of the internal API. Is this still maintained?

fsmMLK commented 7 months ago

Hi, thanks for your message. I will take a look at this issue ASAP. I did not know that inkscape 1.3 had such big changes.

fsmMLK commented 7 months ago

It seems the latest version is working just fine in my machine with inskscape 1.3.2.

The lastest version does not have any inkex.py depencency, but the legacy version does. Did you install the 'latest' version?

roel-v commented 7 months ago

You're right, I used the wrong version for inkscapeDimensions and only got the correct one for inkscapeMadeEasy . It works now! Apologies!