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:
Diffstat (limited to 'source/gameengine/VideoTexture')
-rw-r--r--source/gameengine/VideoTexture/BlendType.h1
-rw-r--r--source/gameengine/VideoTexture/CMakeLists.txt1
-rw-r--r--source/gameengine/VideoTexture/Common.h1
-rw-r--r--source/gameengine/VideoTexture/Exception.cpp1
-rw-r--r--source/gameengine/VideoTexture/Exception.h1
-rw-r--r--source/gameengine/VideoTexture/FilterBase.cpp1
-rw-r--r--source/gameengine/VideoTexture/FilterBase.h1
-rw-r--r--source/gameengine/VideoTexture/FilterBlueScreen.cpp1
-rw-r--r--source/gameengine/VideoTexture/FilterBlueScreen.h1
-rw-r--r--source/gameengine/VideoTexture/FilterColor.cpp1
-rw-r--r--source/gameengine/VideoTexture/FilterColor.h1
-rw-r--r--source/gameengine/VideoTexture/FilterNormal.cpp1
-rw-r--r--source/gameengine/VideoTexture/FilterNormal.h1
-rw-r--r--source/gameengine/VideoTexture/FilterSource.cpp1
-rw-r--r--source/gameengine/VideoTexture/FilterSource.h1
-rw-r--r--source/gameengine/VideoTexture/ImageBase.cpp1
-rw-r--r--source/gameengine/VideoTexture/ImageBase.h1
-rw-r--r--source/gameengine/VideoTexture/ImageBuff.cpp1
-rw-r--r--source/gameengine/VideoTexture/ImageBuff.h1
-rw-r--r--source/gameengine/VideoTexture/ImageMix.cpp1
-rw-r--r--source/gameengine/VideoTexture/ImageMix.h1
-rw-r--r--source/gameengine/VideoTexture/ImageRender.cpp1
-rw-r--r--source/gameengine/VideoTexture/ImageRender.h1
-rw-r--r--source/gameengine/VideoTexture/ImageViewport.cpp1
-rw-r--r--source/gameengine/VideoTexture/ImageViewport.h1
-rw-r--r--source/gameengine/VideoTexture/PyTypeList.cpp1
-rw-r--r--source/gameengine/VideoTexture/PyTypeList.h1
-rw-r--r--source/gameengine/VideoTexture/Texture.cpp1
-rw-r--r--source/gameengine/VideoTexture/Texture.h1
-rw-r--r--source/gameengine/VideoTexture/VideoBase.cpp1
-rw-r--r--source/gameengine/VideoTexture/VideoBase.h1
-rw-r--r--source/gameengine/VideoTexture/VideoFFmpeg.cpp1
-rw-r--r--source/gameengine/VideoTexture/VideoFFmpeg.h1
-rw-r--r--source/gameengine/VideoTexture/blendVideoTex.cpp1
34 files changed, 0 insertions, 34 deletions
diff --git a/source/gameengine/VideoTexture/BlendType.h b/source/gameengine/VideoTexture/BlendType.h
index a5c695d737e..e6d9f530923 100644
--- a/source/gameengine/VideoTexture/BlendType.h
+++ b/source/gameengine/VideoTexture/BlendType.h
@@ -1,4 +1,3 @@
-/* $Id$
-----------------------------------------------------------------------------
This source file is part of VideoTexture library
diff --git a/source/gameengine/VideoTexture/CMakeLists.txt b/source/gameengine/VideoTexture/CMakeLists.txt
index 448fb307d2d..a025f5e3ec9 100644
--- a/source/gameengine/VideoTexture/CMakeLists.txt
+++ b/source/gameengine/VideoTexture/CMakeLists.txt
@@ -1,4 +1,3 @@
-# $Id$
# ***** BEGIN GPL LICENSE BLOCK *****
#
# This program is free software; you can redistribute it and/or
diff --git a/source/gameengine/VideoTexture/Common.h b/source/gameengine/VideoTexture/Common.h
index 6ca38ee44eb..bc014c34e09 100644
--- a/source/gameengine/VideoTexture/Common.h
+++ b/source/gameengine/VideoTexture/Common.h
@@ -1,4 +1,3 @@
-/* $Id$
-----------------------------------------------------------------------------
This source file is part of VideoTexture library
diff --git a/source/gameengine/VideoTexture/Exception.cpp b/source/gameengine/VideoTexture/Exception.cpp
index 30a8af4b125..b792c597cf0 100644
--- a/source/gameengine/VideoTexture/Exception.cpp
+++ b/source/gameengine/VideoTexture/Exception.cpp
@@ -1,7 +1,6 @@
/** \file gameengine/VideoTexture/Exception.cpp
* \ingroup bgevideotex
*/
-/* $Id$
-----------------------------------------------------------------------------
This source file is part of VideoTexture library
diff --git a/source/gameengine/VideoTexture/Exception.h b/source/gameengine/VideoTexture/Exception.h
index 11e617cf4ce..65b527d6d32 100644
--- a/source/gameengine/VideoTexture/Exception.h
+++ b/source/gameengine/VideoTexture/Exception.h
@@ -1,4 +1,3 @@
-/* $Id$
-----------------------------------------------------------------------------
This source file is part of VideoTexture library
diff --git a/source/gameengine/VideoTexture/FilterBase.cpp b/source/gameengine/VideoTexture/FilterBase.cpp
index 65c25837a89..bd5794f95dd 100644
--- a/source/gameengine/VideoTexture/FilterBase.cpp
+++ b/source/gameengine/VideoTexture/FilterBase.cpp
@@ -1,7 +1,6 @@
/** \file gameengine/VideoTexture/FilterBase.cpp
* \ingroup bgevideotex
*/
-/* $Id$
-----------------------------------------------------------------------------
This source file is part of VideoTexture library
diff --git a/source/gameengine/VideoTexture/FilterBase.h b/source/gameengine/VideoTexture/FilterBase.h
index 5bba153be2a..e83d980ebbf 100644
--- a/source/gameengine/VideoTexture/FilterBase.h
+++ b/source/gameengine/VideoTexture/FilterBase.h
@@ -1,4 +1,3 @@
-/* $Id$
-----------------------------------------------------------------------------
This source file is part of VideoTexture library
diff --git a/source/gameengine/VideoTexture/FilterBlueScreen.cpp b/source/gameengine/VideoTexture/FilterBlueScreen.cpp
index 04ddef99879..a6870772ab9 100644
--- a/source/gameengine/VideoTexture/FilterBlueScreen.cpp
+++ b/source/gameengine/VideoTexture/FilterBlueScreen.cpp
@@ -1,7 +1,6 @@
/** \file gameengine/VideoTexture/FilterBlueScreen.cpp
* \ingroup bgevideotex
*/
-/* $Id$
-----------------------------------------------------------------------------
This source file is part of VideoTexture library
diff --git a/source/gameengine/VideoTexture/FilterBlueScreen.h b/source/gameengine/VideoTexture/FilterBlueScreen.h
index 0aa3022299d..2d69866cc56 100644
--- a/source/gameengine/VideoTexture/FilterBlueScreen.h
+++ b/source/gameengine/VideoTexture/FilterBlueScreen.h
@@ -1,4 +1,3 @@
-/* $Id$
-----------------------------------------------------------------------------
This source file is part of blendTex library
diff --git a/source/gameengine/VideoTexture/FilterColor.cpp b/source/gameengine/VideoTexture/FilterColor.cpp
index db8d493aa73..d51e13ea9c8 100644
--- a/source/gameengine/VideoTexture/FilterColor.cpp
+++ b/source/gameengine/VideoTexture/FilterColor.cpp
@@ -1,7 +1,6 @@
/** \file gameengine/VideoTexture/FilterColor.cpp
* \ingroup bgevideotex
*/
-/* $Id$
-----------------------------------------------------------------------------
This source file is part of VideoTexture library
diff --git a/source/gameengine/VideoTexture/FilterColor.h b/source/gameengine/VideoTexture/FilterColor.h
index d0536ed2801..b97c534b08e 100644
--- a/source/gameengine/VideoTexture/FilterColor.h
+++ b/source/gameengine/VideoTexture/FilterColor.h
@@ -1,4 +1,3 @@
-/* $Id$
-----------------------------------------------------------------------------
This source file is part of blendTex library
diff --git a/source/gameengine/VideoTexture/FilterNormal.cpp b/source/gameengine/VideoTexture/FilterNormal.cpp
index 3dfd7c38b46..74de9c31da8 100644
--- a/source/gameengine/VideoTexture/FilterNormal.cpp
+++ b/source/gameengine/VideoTexture/FilterNormal.cpp
@@ -1,7 +1,6 @@
/** \file gameengine/VideoTexture/FilterNormal.cpp
* \ingroup bgevideotex
*/
-/* $Id$
-----------------------------------------------------------------------------
This source file is part of VideoTexture library
diff --git a/source/gameengine/VideoTexture/FilterNormal.h b/source/gameengine/VideoTexture/FilterNormal.h
index 90ebd6c03ed..11cea25101e 100644
--- a/source/gameengine/VideoTexture/FilterNormal.h
+++ b/source/gameengine/VideoTexture/FilterNormal.h
@@ -1,4 +1,3 @@
-/* $Id$
-----------------------------------------------------------------------------
This source file is part of blendTex library
diff --git a/source/gameengine/VideoTexture/FilterSource.cpp b/source/gameengine/VideoTexture/FilterSource.cpp
index 5fea4c74a82..0955611b3e0 100644
--- a/source/gameengine/VideoTexture/FilterSource.cpp
+++ b/source/gameengine/VideoTexture/FilterSource.cpp
@@ -1,7 +1,6 @@
/** \file gameengine/VideoTexture/FilterSource.cpp
* \ingroup bgevideotex
*/
-/* $Id$
-----------------------------------------------------------------------------
This source file is part of VideoTexture library
diff --git a/source/gameengine/VideoTexture/FilterSource.h b/source/gameengine/VideoTexture/FilterSource.h
index 3518f3134ff..5b19afc12f4 100644
--- a/source/gameengine/VideoTexture/FilterSource.h
+++ b/source/gameengine/VideoTexture/FilterSource.h
@@ -1,4 +1,3 @@
-/* $Id$
-----------------------------------------------------------------------------
This source file is part of blendTex library
diff --git a/source/gameengine/VideoTexture/ImageBase.cpp b/source/gameengine/VideoTexture/ImageBase.cpp
index 65509ab9424..50190280337 100644
--- a/source/gameengine/VideoTexture/ImageBase.cpp
+++ b/source/gameengine/VideoTexture/ImageBase.cpp
@@ -1,7 +1,6 @@
/** \file gameengine/VideoTexture/ImageBase.cpp
* \ingroup bgevideotex
*/
-/* $Id$
-----------------------------------------------------------------------------
This source file is part of VideoTexture library
diff --git a/source/gameengine/VideoTexture/ImageBase.h b/source/gameengine/VideoTexture/ImageBase.h
index 53485ceef7a..9f43cd9cf7d 100644
--- a/source/gameengine/VideoTexture/ImageBase.h
+++ b/source/gameengine/VideoTexture/ImageBase.h
@@ -1,4 +1,3 @@
-/* $Id$
-----------------------------------------------------------------------------
This source file is part of blendTex library
diff --git a/source/gameengine/VideoTexture/ImageBuff.cpp b/source/gameengine/VideoTexture/ImageBuff.cpp
index 44c4df7fae0..602ae3ddce9 100644
--- a/source/gameengine/VideoTexture/ImageBuff.cpp
+++ b/source/gameengine/VideoTexture/ImageBuff.cpp
@@ -1,7 +1,6 @@
/** \file gameengine/VideoTexture/ImageBuff.cpp
* \ingroup bgevideotex
*/
-/* $Id$
-----------------------------------------------------------------------------
This source file is part of VideoTexture library
diff --git a/source/gameengine/VideoTexture/ImageBuff.h b/source/gameengine/VideoTexture/ImageBuff.h
index f0f14f2b4b1..4e89db220ea 100644
--- a/source/gameengine/VideoTexture/ImageBuff.h
+++ b/source/gameengine/VideoTexture/ImageBuff.h
@@ -1,4 +1,3 @@
-/* $Id$
-----------------------------------------------------------------------------
This source file is part of VideoTexture library
diff --git a/source/gameengine/VideoTexture/ImageMix.cpp b/source/gameengine/VideoTexture/ImageMix.cpp
index aeef5d1694f..573daef88da 100644
--- a/source/gameengine/VideoTexture/ImageMix.cpp
+++ b/source/gameengine/VideoTexture/ImageMix.cpp
@@ -1,7 +1,6 @@
/** \file gameengine/VideoTexture/ImageMix.cpp
* \ingroup bgevideotex
*/
-/* $Id$
-----------------------------------------------------------------------------
This source file is part of VideoTexture library
diff --git a/source/gameengine/VideoTexture/ImageMix.h b/source/gameengine/VideoTexture/ImageMix.h
index ada936b4be5..2fdc0c894c8 100644
--- a/source/gameengine/VideoTexture/ImageMix.h
+++ b/source/gameengine/VideoTexture/ImageMix.h
@@ -1,4 +1,3 @@
-/* $Id$
-----------------------------------------------------------------------------
This source file is part of VideoTexture library
diff --git a/source/gameengine/VideoTexture/ImageRender.cpp b/source/gameengine/VideoTexture/ImageRender.cpp
index f7546d876b2..27668210811 100644
--- a/source/gameengine/VideoTexture/ImageRender.cpp
+++ b/source/gameengine/VideoTexture/ImageRender.cpp
@@ -1,7 +1,6 @@
/** \file gameengine/VideoTexture/ImageRender.cpp
* \ingroup bgevideotex
*/
-/* $Id$
-----------------------------------------------------------------------------
This source file is part of VideoTexture library
diff --git a/source/gameengine/VideoTexture/ImageRender.h b/source/gameengine/VideoTexture/ImageRender.h
index 4dfd701ac3d..8480422fa24 100644
--- a/source/gameengine/VideoTexture/ImageRender.h
+++ b/source/gameengine/VideoTexture/ImageRender.h
@@ -1,4 +1,3 @@
-/* $Id$
-----------------------------------------------------------------------------
This source file is part of VideoTexture library
diff --git a/source/gameengine/VideoTexture/ImageViewport.cpp b/source/gameengine/VideoTexture/ImageViewport.cpp
index 0276ad6fd6b..3b66be4bd9a 100644
--- a/source/gameengine/VideoTexture/ImageViewport.cpp
+++ b/source/gameengine/VideoTexture/ImageViewport.cpp
@@ -1,7 +1,6 @@
/** \file gameengine/VideoTexture/ImageViewport.cpp
* \ingroup bgevideotex
*/
-/* $Id$
-----------------------------------------------------------------------------
This source file is part of VideoTexture library
diff --git a/source/gameengine/VideoTexture/ImageViewport.h b/source/gameengine/VideoTexture/ImageViewport.h
index 70c52b0781c..efd6a187212 100644
--- a/source/gameengine/VideoTexture/ImageViewport.h
+++ b/source/gameengine/VideoTexture/ImageViewport.h
@@ -1,4 +1,3 @@
-/* $Id$
-----------------------------------------------------------------------------
This source file is part of VideoTexture library
diff --git a/source/gameengine/VideoTexture/PyTypeList.cpp b/source/gameengine/VideoTexture/PyTypeList.cpp
index 5064cd925ed..f9c2ad441b6 100644
--- a/source/gameengine/VideoTexture/PyTypeList.cpp
+++ b/source/gameengine/VideoTexture/PyTypeList.cpp
@@ -1,7 +1,6 @@
/** \file gameengine/VideoTexture/PyTypeList.cpp
* \ingroup bgevideotex
*/
-/* $Id$
-----------------------------------------------------------------------------
This source file is part of blendTex library
diff --git a/source/gameengine/VideoTexture/PyTypeList.h b/source/gameengine/VideoTexture/PyTypeList.h
index 089699aaa7e..020f3ebdde8 100644
--- a/source/gameengine/VideoTexture/PyTypeList.h
+++ b/source/gameengine/VideoTexture/PyTypeList.h
@@ -1,4 +1,3 @@
-/* $Id$
-----------------------------------------------------------------------------
This source file is part of blendTex library
diff --git a/source/gameengine/VideoTexture/Texture.cpp b/source/gameengine/VideoTexture/Texture.cpp
index 0eaec4be713..eaf6002663b 100644
--- a/source/gameengine/VideoTexture/Texture.cpp
+++ b/source/gameengine/VideoTexture/Texture.cpp
@@ -1,7 +1,6 @@
/** \file gameengine/VideoTexture/Texture.cpp
* \ingroup bgevideotex
*/
-/* $Id$
-----------------------------------------------------------------------------
This source file is part of VideoTexture library
diff --git a/source/gameengine/VideoTexture/Texture.h b/source/gameengine/VideoTexture/Texture.h
index 198a0d2b146..15dc18481bc 100644
--- a/source/gameengine/VideoTexture/Texture.h
+++ b/source/gameengine/VideoTexture/Texture.h
@@ -1,4 +1,3 @@
-/* $Id$
-----------------------------------------------------------------------------
This source file is part of VideoTexture library
diff --git a/source/gameengine/VideoTexture/VideoBase.cpp b/source/gameengine/VideoTexture/VideoBase.cpp
index c23c8fdc188..38bd23788e1 100644
--- a/source/gameengine/VideoTexture/VideoBase.cpp
+++ b/source/gameengine/VideoTexture/VideoBase.cpp
@@ -1,7 +1,6 @@
/** \file gameengine/VideoTexture/VideoBase.cpp
* \ingroup bgevideotex
*/
-/* $Id$
-----------------------------------------------------------------------------
This source file is part of VideoTexture library
diff --git a/source/gameengine/VideoTexture/VideoBase.h b/source/gameengine/VideoTexture/VideoBase.h
index 08000161f14..b841fe8bc0f 100644
--- a/source/gameengine/VideoTexture/VideoBase.h
+++ b/source/gameengine/VideoTexture/VideoBase.h
@@ -1,4 +1,3 @@
-/* $Id$
-----------------------------------------------------------------------------
This source file is part of VideoTexture library
diff --git a/source/gameengine/VideoTexture/VideoFFmpeg.cpp b/source/gameengine/VideoTexture/VideoFFmpeg.cpp
index ae8132514cf..b48d1111fd2 100644
--- a/source/gameengine/VideoTexture/VideoFFmpeg.cpp
+++ b/source/gameengine/VideoTexture/VideoFFmpeg.cpp
@@ -1,7 +1,6 @@
/** \file gameengine/VideoTexture/VideoFFmpeg.cpp
* \ingroup bgevideotex
*/
-/* $Id$
-----------------------------------------------------------------------------
This source file is part of VideoTexture library
diff --git a/source/gameengine/VideoTexture/VideoFFmpeg.h b/source/gameengine/VideoTexture/VideoFFmpeg.h
index 139b90dc463..9cc10cb55db 100644
--- a/source/gameengine/VideoTexture/VideoFFmpeg.h
+++ b/source/gameengine/VideoTexture/VideoFFmpeg.h
@@ -1,4 +1,3 @@
-/* $Id$
-----------------------------------------------------------------------------
This source file is part of VideoTexture library
diff --git a/source/gameengine/VideoTexture/blendVideoTex.cpp b/source/gameengine/VideoTexture/blendVideoTex.cpp
index e7244265fc4..fbb74650e4c 100644
--- a/source/gameengine/VideoTexture/blendVideoTex.cpp
+++ b/source/gameengine/VideoTexture/blendVideoTex.cpp
@@ -1,7 +1,6 @@
/** \file gameengine/VideoTexture/blendVideoTex.cpp
* \ingroup bgevideotex
*/
-/* $Id$
-----------------------------------------------------------------------------
This source file is part of VideoTexture library