Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWillian Padovani Germano <wpgermano@gmail.com>2004-11-07 19:31:13 +0300
committerWillian Padovani Germano <wpgermano@gmail.com>2004-11-07 19:31:13 +0300
commitc702b237d5f9a542c1d327e1c87a5b7e7ec81590 (patch)
tree99347ced1b1260843aff9c6f70670a2a9d45f7f8 /release/scripts/paths_import.py
parent23e8b982288699258c4bf4d7f5464f968b98d5cf (diff)
Scripts:
-- adding help_browser.py to show help for installed scripts; -- updated scripts to include basic doc info to be shown with above script: script authors can / will / should update with more info, of course; -- updated some scripts to newer versions: disp_paint, fixfromarmature, hotkeys, etc.
Diffstat (limited to 'release/scripts/paths_import.py')
-rw-r--r--release/scripts/paths_import.py29
1 files changed, 29 insertions, 0 deletions
diff --git a/release/scripts/paths_import.py b/release/scripts/paths_import.py
index 89535e2b872..0ec2b4e2f8a 100644
--- a/release/scripts/paths_import.py
+++ b/release/scripts/paths_import.py
@@ -12,6 +12,35 @@ Submenu: 'Postscript (.eps/.ps) PS-Adobe-2.0' EPS
Tip: 'Import a path from any of a set of formats (still experimental)'
"""
+__author__ = "Jean-Michel Soler (jms)"
+__url__ = ("blender", "elysiun",
+"AI importer's homepage, http://jmsoler.free.fr/didacticiel/blender/tutor/cpl_import_ai.htm",
+"Communicate problems and errors, http://www.zoo-logique.org/3D.Blender/newsportal/thread.php?group=3D.Blender")
+__version__ = "0.1.1"
+
+__bpydoc__ = """\
+Paths Import imports paths from a selection of different formats:
+
+- Gimp 1.0 -> 1.2.5;<br>
+- Gimp 2.0;<br>
+- AI PS-Adobe 2.0;<br>
+- Inkscape (svg);<br>
+- Postscript (ps/eps)
+
+Usage:
+ Run the script from "File->Import", select the desired format from the
+pop-up menu and select the file to open.
+
+Notes:<br>
+ Mac AI files have different line endings. The author wrote a version of
+the importer that supports them, check forum or site links above.
+"""
+
+#----------------------------------------------
+# (c) jm soler juillet 2004, released under Blender Artistic Licence
+# for the Blender 2.34 Python Scripts Bundle.
+#----------------------------------------------
+
import Blender
argv=__script__['arg']