add cvs source urls
This commit is contained in:
parent
0dfdbf8499
commit
5960442cc3
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue