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:
authorRemigiusz Fiedler <migius@gmx.net>2008-11-05 14:42:34 +0300
committerRemigiusz Fiedler <migius@gmx.net>2008-11-05 14:42:34 +0300
commit3b2a07a8665be4c10b22e2ff84d45d67d86ffc79 (patch)
tree907e8a7da6d7dd149dd5540b3d5d8ffa0173e8d4
parent633e3e13235c06c58f7d36ff04fb6630161917fb (diff)
uniform end-of-line format and set svn:eol-style property to "native" for all scripts
-rw-r--r--release/scripts/export_m3g.py2
-rw-r--r--release/scripts/import_lightwave_motion.py2
-rw-r--r--release/scripts/scripttemplate_gamelogic.py3
3 files changed, 4 insertions, 3 deletions
diff --git a/release/scripts/export_m3g.py b/release/scripts/export_m3g.py
index 86ac03cc407..c74e7acbcd3 100644
--- a/release/scripts/export_m3g.py
+++ b/release/scripts/export_m3g.py
@@ -11,7 +11,7 @@ Tooltip: 'Export to M3G'
#
# Source: http://www.nelson-games.de/bl2m3g/source
#
-# $Id: m3g_export.py,v 0.1 2005/04/19 12:25 gerhardv Exp gerhardv $
+# $Id$
#
# Author: Gerhard Völkl
#
diff --git a/release/scripts/import_lightwave_motion.py b/release/scripts/import_lightwave_motion.py
index c242a9f6bd3..20c87dfd5c6 100644
--- a/release/scripts/import_lightwave_motion.py
+++ b/release/scripts/import_lightwave_motion.py
@@ -22,7 +22,7 @@ Be sure to set the framerate correctly
"""
-# $Id: export_lightwave_motion.py 9924 2007-01-27 02:15:14Z campbellbarton $
+# $Id$
# --------------------------------------------------------------------------
# ***** BEGIN GPL LICENSE BLOCK *****
#
diff --git a/release/scripts/scripttemplate_gamelogic.py b/release/scripts/scripttemplate_gamelogic.py
index 17095251155..7184d7e424f 100644
--- a/release/scripts/scripttemplate_gamelogic.py
+++ b/release/scripts/scripttemplate_gamelogic.py
@@ -83,7 +83,8 @@ def main():
own.life += ob.life
ob.life = 0
print own.life
- """
+ """
+
main()
'''