[Bf-python] For scripts bundle 234 : import script for Adobe illustrator (tm) .AI file in PS-Adobe-2.0 format

jms jms at fr.fr
Fri Jul 30 12:54:41 CEST 2004


#!BPY

""" Registration info for Blender menus: <- these words are ignored
Name: 'Adobe Ilustrator curves importer (.ai)'
Blender: 233
Group: 'Import'
Tip: 'v. 0.1.1 : import .AI (pdf or not in PS-Adobe-2.0 format) curve in bezier curve '
"""
"""
#----------------------------------------------
# (c) jm soler juillet 2004, released under Blender Artistic Licence
#    for the Blender 2.34 Python Scripts Bundle.
#----------------------------------------------
# Page officielle :
#   http://jmsoler.free.fr/didacticiel/blender/tutor/cpl_import_ai.htm
# Communiquer les problemes et erreurs sur:
#   http://www.zoo-logique.org/3D.Blender/newsportal/thread.php?group=3D.Blender
#---------------------------------------------
# ce script est proposé sous Blender Artistic Licence pour etre associe
# a la distribution de Blender 2.33, 2.34 et suivante.
#----------------------------------------------
==================================================================================
==================================================================================
-- Options :
    SHARP_IMPORT = 0
            choise between "As is", "Devide by height" and "Devide by width"
    SHARP_IMPORT = 1
            no choise

-- Possible bug : sometime, the new curves object's RotY value
                  jumps to -90.0 degrees without any reason.

-- Real problem  :  the name of the blender file is changed ...
==================================================================================

To be continued.

Regards.
jms




More information about the Bf-python mailing list