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:
authorCampbell Barton <ideasman42@gmail.com>2007-02-15 03:57:58 +0300
committerCampbell Barton <ideasman42@gmail.com>2007-02-15 03:57:58 +0300
commit97cc5db444c26f8a3054259d74337894642c6ff3 (patch)
tree9413ccdb0fc14565c484357f50dee20cab112b52 /release/scripts/kmz_ImportWithMesh.py
parent594026e70e9b1622854257bf6d17dbd98c868fab (diff)
Added text noting this is a modified work, to comply with the GPL.
Diffstat (limited to 'release/scripts/kmz_ImportWithMesh.py')
-rw-r--r--release/scripts/kmz_ImportWithMesh.py9
1 files changed, 6 insertions, 3 deletions
diff --git a/release/scripts/kmz_ImportWithMesh.py b/release/scripts/kmz_ImportWithMesh.py
index 4b8e713867f..87b72896343 100644
--- a/release/scripts/kmz_ImportWithMesh.py
+++ b/release/scripts/kmz_ImportWithMesh.py
@@ -13,9 +13,9 @@ __bpydoc__ = """\
To read 3d geometry .kmz and .kml file
Caution : the geometry data of the Google Earth's files on the web
- are licended and you can not load or use it in a personnal work .
- Be aware that the containt of the file you try to read must be free
- or legaly your's .
+ are licensed and you can not load or use it in a personnal work .
+ Be aware that the content of the file you try to read must be free
+ or legaly yours .
Attention, this script uses the Blender's intern fill() function to create
certain complex faces but to work correctly this function needs a few
@@ -48,6 +48,9 @@ __bpydoc__ = """\
# along with this program; if not, write to the Free Software Foundation,
# --------------------------------------------------------------------------
+# This script has been modified on Feb 15, 2007 by the Blender Foundation
+# changes include text in the user interface and text output.
+
import Blender
from Blender import Window
import sys