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:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-04-13 23:33:22 +0400
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-04-13 23:33:22 +0400
commit6f12e584a97f664c654ddfbe5f721d2a7be3d491 (patch)
tree5f02a58dd10e801467a07b944ed99b57db2c36a8
parentd91d64d8071326fe0822a9a31b58126ff2d62c2b (diff)
SVN maintenance.
-rw-r--r--source/blender/python/api2_2x/bpy_internal_import.c2
-rw-r--r--source/blender/python/api2_2x/bpy_internal_import.h2
-rw-r--r--source/gameengine/Ketsji/KX_PythonInitTypes.cpp2
-rw-r--r--source/gameengine/Ketsji/KX_PythonInitTypes.h2
-rw-r--r--source/gameengine/PyDoc/GameTypes.py2
-rw-r--r--source/gameengine/PyDoc/SCA_NANDController.py2
-rw-r--r--source/gameengine/PyDoc/SCA_NORController.py2
-rw-r--r--source/gameengine/PyDoc/SCA_XNORController.py2
-rw-r--r--source/gameengine/PyDoc/SCA_XORController.py2
9 files changed, 9 insertions, 9 deletions
diff --git a/source/blender/python/api2_2x/bpy_internal_import.c b/source/blender/python/api2_2x/bpy_internal_import.c
index d8280d4d609..d022fddeb57 100644
--- a/source/blender/python/api2_2x/bpy_internal_import.c
+++ b/source/blender/python/api2_2x/bpy_internal_import.c
@@ -1,5 +1,5 @@
/*
- * $Id: bpy_types.h 14444 2008-04-16 22:40:48Z hos $
+ * $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
* This program is free software; you can redistribute it and/or
diff --git a/source/blender/python/api2_2x/bpy_internal_import.h b/source/blender/python/api2_2x/bpy_internal_import.h
index 773749b10f9..c461565b5ac 100644
--- a/source/blender/python/api2_2x/bpy_internal_import.h
+++ b/source/blender/python/api2_2x/bpy_internal_import.h
@@ -1,5 +1,5 @@
/*
- * $Id: bpy_types.h 14444 2008-04-16 22:40:48Z hos $
+ * $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
* This program is free software; you can redistribute it and/or
diff --git a/source/gameengine/Ketsji/KX_PythonInitTypes.cpp b/source/gameengine/Ketsji/KX_PythonInitTypes.cpp
index 636814b9009..06163ec8c4f 100644
--- a/source/gameengine/Ketsji/KX_PythonInitTypes.cpp
+++ b/source/gameengine/Ketsji/KX_PythonInitTypes.cpp
@@ -1,5 +1,5 @@
/**
- * $Id: PyObjectPlus.h 19511 2009-04-03 02:16:56Z campbellbarton $
+ * $Id$
*
* ***** BEGIN GPL LICENSE BLOCK *****
*
diff --git a/source/gameengine/Ketsji/KX_PythonInitTypes.h b/source/gameengine/Ketsji/KX_PythonInitTypes.h
index b30f0334b6e..6da79be9301 100644
--- a/source/gameengine/Ketsji/KX_PythonInitTypes.h
+++ b/source/gameengine/Ketsji/KX_PythonInitTypes.h
@@ -1,5 +1,5 @@
/**
- * $Id: PyObjectPlus.h 19511 2009-04-03 02:16:56Z campbellbarton $
+ * $Id$
*
* ***** BEGIN GPL LICENSE BLOCK *****
*
diff --git a/source/gameengine/PyDoc/GameTypes.py b/source/gameengine/PyDoc/GameTypes.py
index f39e4ed064d..2b07a18247c 100644
--- a/source/gameengine/PyDoc/GameTypes.py
+++ b/source/gameengine/PyDoc/GameTypes.py
@@ -1,4 +1,4 @@
-# $Id: GameLogic.py 19483 2009-03-31 21:03:15Z ben2610 $
+# $Id$
"""
GameEngine Types
================
diff --git a/source/gameengine/PyDoc/SCA_NANDController.py b/source/gameengine/PyDoc/SCA_NANDController.py
index 81e1dfd6d92..a864ff2981c 100644
--- a/source/gameengine/PyDoc/SCA_NANDController.py
+++ b/source/gameengine/PyDoc/SCA_NANDController.py
@@ -1,4 +1,4 @@
-# $Id: SCA_ANDController.py 15444 2008-07-05 17:05:05Z lukep $
+# $Id$
# Documentation for SCA_NANDController
from SCA_IController import *
diff --git a/source/gameengine/PyDoc/SCA_NORController.py b/source/gameengine/PyDoc/SCA_NORController.py
index e3bdeefa63e..0bc0a71d7b1 100644
--- a/source/gameengine/PyDoc/SCA_NORController.py
+++ b/source/gameengine/PyDoc/SCA_NORController.py
@@ -1,4 +1,4 @@
-# $Id: SCA_ANDController.py 15444 2008-07-05 17:05:05Z lukep $
+# $Id$
# Documentation for SCA_NORController
from SCA_IController import *
diff --git a/source/gameengine/PyDoc/SCA_XNORController.py b/source/gameengine/PyDoc/SCA_XNORController.py
index b1d9dddd9f2..5fb2561f35a 100644
--- a/source/gameengine/PyDoc/SCA_XNORController.py
+++ b/source/gameengine/PyDoc/SCA_XNORController.py
@@ -1,4 +1,4 @@
-# $Id: SCA_ANDController.py 15444 2008-07-05 17:05:05Z lukep $
+# $Id$
# Documentation for SCA_XNORController
from SCA_IController import *
diff --git a/source/gameengine/PyDoc/SCA_XORController.py b/source/gameengine/PyDoc/SCA_XORController.py
index b8f2b5feef0..10e20fb0945 100644
--- a/source/gameengine/PyDoc/SCA_XORController.py
+++ b/source/gameengine/PyDoc/SCA_XORController.py
@@ -1,4 +1,4 @@
-# $Id: SCA_ANDController.py 15444 2008-07-05 17:05:05Z lukep $
+# $Id$
# Documentation for SCA_XORController
from SCA_IController import *