Import Shape Keys From SVG. Blender 2.8 #58924

Closed
opened 2018-12-07 11:48:01 +01:00 by Shrinivas · 8 comments
Member

The add-on allows importing paths as shape keys from an SVG file (tested with Inkscape SVG editor).
It is also ported to Blender 2.8 Beta; please see shapekeyimport_2_8.py

Github Page: https://github.com/Shriinivas/shapekeyimport

Usage: https://github.com/Shriinivas/shapekeyimport/blob/master/README.md

Video Tutorials:
https://youtu.be/XMimQfQR_ss
https://youtu.be/o6oCFZsM87M

shapekeyimport_2_8.py
shapekeyimport.py

The add-on allows importing paths as shape keys from an SVG file (tested with Inkscape SVG editor). It is also ported to Blender 2.8 Beta; please see shapekeyimport_2_8.py Github Page: https://github.com/Shriinivas/shapekeyimport Usage: https://github.com/Shriinivas/shapekeyimport/blob/master/README.md Video Tutorials: https://youtu.be/XMimQfQR_ss https://youtu.be/o6oCFZsM87M [shapekeyimport_2_8.py](https://archive.blender.org/developer/F6115312/shapekeyimport_2_8.py) [shapekeyimport.py](https://archive.blender.org/developer/F6115314/shapekeyimport.py)
Author
Member

Added subscriber: @Khemadeva

Added subscriber: @Khemadeva
Brendon Murphy changed title from Import Shape Keys From SVG to Import Shape Keys From SVG. Blender 2.8 2019-02-15 00:28:13 +01:00
Brendon Murphy self-assigned this 2019-02-15 00:28:13 +01:00
Member

hi, thanks again for another useful looking addon. We will test this soon. It's good you are familiar with git and provide videos and docs.

hi, thanks again for another useful looking addon. We will test this soon. It's good you are familiar with git and provide videos and docs.
Author
Member

I appreciate your taking the time to have a look at the add-on.
Do let me know if you need any further code-specific information from me or have any suggestions.

I appreciate your taking the time to have a look at the add-on. Do let me know if you need any further code-specific information from me or have any suggestions.
Member

hi again, this took a while. I would like to see this addon in contrib addons to start with. It needs some formatting, reg at bottom, usual things.
Does the addon use the built in svg importer then add the extra functions on top or is it an importer in it's own right?

hi again, this took a while. I would like to see this addon in contrib addons to start with. It needs some formatting, reg at bottom, usual things. Does the addon use the built in svg importer then add the extra functions on top or is it an importer in it's own right?
Author
Member

Hi, it's an importer by itself. The add-on uses svgpathtools (https://pypi.org/project/svgpathtools/), an open source python svg library to do the parsing etc.

The functionality is very similar to the Assign Shape Keys add-on (it's actually SVG import [without material] + Assign Shape Key).
At the time I created this task, I had not yet thought of Assign Shape Keys. So maybe this task can be closed.
(Also I have not had a chance to test with SVG editors other than Inkscape, so not sure if it would be compatible with other SVG formats)

I am open to checking it into contrib though. Just let me know.

Hi, it's an importer by itself. The add-on uses svgpathtools (https://pypi.org/project/svgpathtools/), an open source python svg library to do the parsing etc. The functionality is very similar to the Assign Shape Keys add-on (it's actually SVG import [without material] + Assign Shape Key). At the time I created this task, I had not yet thought of Assign Shape Keys. So maybe this task can be closed. (Also I have not had a chance to test with SVG editors other than Inkscape, so not sure if it would be compatible with other SVG formats) I am open to checking it into contrib though. Just let me know.

Added subscriber: @dfelinto

Added subscriber: @dfelinto

Changed status from 'Confirmed' to: 'Archived'

Changed status from 'Confirmed' to: 'Archived'

Hi, thanks for your patch.

We are undergoing a Tracker Curfew where we are automatically closing old patches.

If you think the patch is still relevant please update and re-submit it. For new features make sure there is a clear design from the user level perspective.

Hi, thanks for your patch. We are undergoing a [Tracker Curfew ](https://code.blender.org/?p=3861) where we are automatically closing old patches. If you think the patch is still relevant please update and re-submit it. For new features make sure there is a clear design from the user level perspective.
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#58924
No description provided.