]> git.mxchange.org Git - flightgear.git/commitdiff
add cvs source urls
authormfranz <mfranz>
Sat, 26 Jul 2008 10:42:13 +0000 (10:42 +0000)
committermfranz <mfranz>
Sat, 26 Jul 2008 10:42:13 +0000 (10:42 +0000)
utils/Modeller/uv_export_svg.py
utils/Modeller/uv_import_svg.py

index 14d87cc9f718c81822e5e14979076aa4963a9a1d..af703793cbef6da21065c87815508c71b1758f09 100644 (file)
@@ -8,7 +8,7 @@
 # """
 
 __author__ = "Melchior FRANZ < mfranz # aon : at >"
-__url__ = "http://www.flightgear.org/"
+__url__ = ["http://www.flightgear.org/", "http://cvs.flightgear.org/viewvc/source/utils/Modeller/uv_export_svg.py"]
 __version__ = "0.1"
 __bpydoc__ = """\
 Saves the UV mappings of all selected objects to an SVG file. The uv_import_svg.py
index 127ed12cc22877101d596f77d687cd01330bbe8b..62ee9f147680f92df2b37e44b6534cdd7fea48d5 100755 (executable)
@@ -8,7 +8,7 @@
 # """
 
 __author__ = "Melchior FRANZ < mfranz # aon : at >"
-__url__ = "http://www.flightgear.org/"
+__url__ = ["http://www.flightgear.org/", "http://cvs.flightgear.org/viewvc/source/utils/Modeller/uv_import_svg.py"]
 __version__ = "0.2"
 __bpydoc__ = """\
 Imports an SVG file containing UV maps, which has been saved by the
@@ -276,7 +276,6 @@ class import_svg(handler.ContentHandler):
                        uv[1] = transuv[i][1]
 
 
-
 def run_parser(path):
        if BPyMessages.Error_NoFile(path):
                return