-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update needed for Inkscape version 1.0 #4
Comments
Actually it would be great to integrate this extension into Inkscape, i.e, in the stock extensions repo https://gitlab.com/inkscape/extensions/. It's almost indispensable when working with DXF export from CAD tools. @jnweiger what do you think? Main requirements would be:
|
Yes! Most of my extensions should go to the stock extensions repo. |
This extension is also very useful to me. Errors on V1: chain_paths.py:49: DeprecationWarning: inkex.localize was moved to inkex.localization.localize |
@veronika |
@veronika |
@Rigoberdo, I just tried it in 1.1 and I get the same error. I will look into it. It seems we can't concat path segments anymore so we probably need to turn the segment into a string first. |
Fix for changes from Inkscape 1.0 and 1.1. See fablabnbg#4
I have created pull-requests with the required changes: The problem only affected the creation of messages for debug purposes. |
Thank you, @veronika! |
Fix error noted by @Rigoberdo in fablabnbg#4 (comment)
@Rigoberdo, I replaced the old style code of removing a node from the parent to the new style code of calling delete on the node. Please try again. |
Hi @veronika, it works fine... nearly. |
It is not working for me using Inkscape 1.2 on Mac (using the version of this extension from the master branch). |
In chain_paths.inx on line 6, change "inkex.py" to "inkex". This change is required for version 1.2 of Inkscape. |
Perfect, thank you @veronika! |
Hello,
Thank you for providing this extension for Inkscape users!
This is just to let you know that most 3rd party Inkscape extensions, like this one, probably will not work with the upcoming new Inkscape version, the long-awaited version 1.0.
Here is the info you need to update this extension, so that it will work with 1.0 and future versions.
https://wiki.inkscape.org/wiki/index.php?title=Updating_your_Extension_for_1.0
If you have further questions, you can contact Inkscape developers via mailing lists, forum, or the chatroom.
If you have already updated it, please disregard this message.
All best,
brynn
The text was updated successfully, but these errors were encountered: