[Bf-python] For scripts bundle 234 : import script for .SVG InkScape's file only (for the moment...)

jms jmsoler at free.fr
Fri Jul 30 13:13:29 CEST 2004


#!BPY

""" Registration info for Blender menus: <- these words are ignored
Name: 'InkScape curves path importer (.svg)'
Blender: 233
Group: 'Import'
Tip: 'v. 0.1 : very simple import SVG path as bezier curves (not complete).'
"""
"""
#----------------------------------------------
# (c) jm soler juillet 2004, released under Blender Artistic Licence
#    for the Blender 2.34 Python Scripts Bundle.
#----------------------------------------------
# Official Page :
#   http://jmsoler.free.fr/didacticiel/blender/tutor/cpl_import_svg.htm
# Send problems and errors on:
#   http://www.zoo-logique.org/3D.Blender/newsportal/thread.php?group=3D.Blender
# Ze "french connection" forum but we can answer in english.
#---------------------------------------------
# ce script est proposé sous Blender Artistic Licence pour etre associe
# a la distribution de Blender 2.33 et 2.34
#----------------------------------------------
============================================
Yet done:
   M : absolute move to
   Z : close path
   L : absolute line to
   C : absolute curve to

To do:  A,S,V,H,Q,T,
        c, a,s, m, v,l, h, q,t
=============================================
Works fine with Inkscape SVG export.
To be continued too.

Regards, jms.




More information about the Bf-python mailing list