1
0
Fork 0

add cvs source urls

This commit is contained in:
mfranz 2008-07-26 10:42:13 +00:00
parent 0dfdbf8499
commit 5960442cc3
2 changed files with 2 additions and 3 deletions

View file

@ -8,7 +8,7 @@
# """ # """
__author__ = "Melchior FRANZ < mfranz # aon : at >" __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" __version__ = "0.1"
__bpydoc__ = """\ __bpydoc__ = """\
Saves the UV mappings of all selected objects to an SVG file. The uv_import_svg.py Saves the UV mappings of all selected objects to an SVG file. The uv_import_svg.py

View file

@ -8,7 +8,7 @@
# """ # """
__author__ = "Melchior FRANZ < mfranz # aon : at >" __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" __version__ = "0.2"
__bpydoc__ = """\ __bpydoc__ = """\
Imports an SVG file containing UV maps, which has been saved by the 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] uv[1] = transuv[i][1]
def run_parser(path): def run_parser(path):
if BPyMessages.Error_NoFile(path): if BPyMessages.Error_NoFile(path):
return return