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/FilterBlueScreen.cpp1
-rw-r--r--source/gameengine/VideoTexture/FilterColor.cpp1
-rw-r--r--source/gameengine/VideoTexture/FilterNormal.cpp1
-rw-r--r--source/gameengine/VideoTexture/FilterSource.cpp1
-rw-r--r--source/gameengine/VideoTexture/ImageBase.cpp1
-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.cpp2
-rw-r--r--source/gameengine/VideoTexture/ImageRender.h1
-rw-r--r--source/gameengine/VideoTexture/ImageViewport.h1
-rw-r--r--source/gameengine/VideoTexture/VideoDeckLink.cpp1
-rw-r--r--source/gameengine/VideoTexture/VideoFFmpeg.cpp2
14 files changed, 0 insertions, 16 deletions
diff --git a/source/gameengine/VideoTexture/FilterBlueScreen.cpp b/source/gameengine/VideoTexture/FilterBlueScreen.cpp
index 169a2494a2a..75038a09214 100644
--- a/source/gameengine/VideoTexture/FilterBlueScreen.cpp
+++ b/source/gameengine/VideoTexture/FilterBlueScreen.cpp
@@ -187,4 +187,3 @@ PyTypeObject FilterBlueScreenType =
0, /* tp_alloc */
Filter_allocNew, /* tp_new */
};
-
diff --git a/source/gameengine/VideoTexture/FilterColor.cpp b/source/gameengine/VideoTexture/FilterColor.cpp
index 1547418898a..fa80483769b 100644
--- a/source/gameengine/VideoTexture/FilterColor.cpp
+++ b/source/gameengine/VideoTexture/FilterColor.cpp
@@ -351,4 +351,3 @@ PyTypeObject FilterLevelType =
0, /* tp_alloc */
Filter_allocNew, /* tp_new */
};
-
diff --git a/source/gameengine/VideoTexture/FilterNormal.cpp b/source/gameengine/VideoTexture/FilterNormal.cpp
index cfd18094680..f6a56dd6589 100644
--- a/source/gameengine/VideoTexture/FilterNormal.cpp
+++ b/source/gameengine/VideoTexture/FilterNormal.cpp
@@ -170,4 +170,3 @@ PyTypeObject FilterNormalType =
0, /* tp_alloc */
Filter_allocNew, /* tp_new */
};
-
diff --git a/source/gameengine/VideoTexture/FilterSource.cpp b/source/gameengine/VideoTexture/FilterSource.cpp
index fc14a8ce838..6ec6ade8096 100644
--- a/source/gameengine/VideoTexture/FilterSource.cpp
+++ b/source/gameengine/VideoTexture/FilterSource.cpp
@@ -173,4 +173,3 @@ PyTypeObject FilterBGR24Type =
0, /* tp_alloc */
Filter_allocNew, /* tp_new */
};
-
diff --git a/source/gameengine/VideoTexture/ImageBase.cpp b/source/gameengine/VideoTexture/ImageBase.cpp
index beea19a4a0b..ef35cc2fc08 100644
--- a/source/gameengine/VideoTexture/ImageBase.cpp
+++ b/source/gameengine/VideoTexture/ImageBase.cpp
@@ -831,4 +831,3 @@ PyBufferProcs imageBufferProcs =
(getbufferproc)Image_getbuffer,
(releasebufferproc)Image_releaseBuffer
};
-
diff --git a/source/gameengine/VideoTexture/ImageBuff.cpp b/source/gameengine/VideoTexture/ImageBuff.cpp
index eaaaffde7e7..3a387cb3872 100644
--- a/source/gameengine/VideoTexture/ImageBuff.cpp
+++ b/source/gameengine/VideoTexture/ImageBuff.cpp
@@ -421,4 +421,3 @@ PyTypeObject ImageBuffType = {
0, /* tp_alloc */
Image_allocNew, /* tp_new */
};
-
diff --git a/source/gameengine/VideoTexture/ImageBuff.h b/source/gameengine/VideoTexture/ImageBuff.h
index 19299506747..c67e13f749c 100644
--- a/source/gameengine/VideoTexture/ImageBuff.h
+++ b/source/gameengine/VideoTexture/ImageBuff.h
@@ -66,4 +66,3 @@ public:
#endif
-
diff --git a/source/gameengine/VideoTexture/ImageMix.cpp b/source/gameengine/VideoTexture/ImageMix.cpp
index 95b881f9c2e..a02e3465601 100644
--- a/source/gameengine/VideoTexture/ImageMix.cpp
+++ b/source/gameengine/VideoTexture/ImageMix.cpp
@@ -213,4 +213,3 @@ PyTypeObject ImageMixType = {
0, /* tp_alloc */
Image_allocNew, /* tp_new */
};
-
diff --git a/source/gameengine/VideoTexture/ImageMix.h b/source/gameengine/VideoTexture/ImageMix.h
index 161a8b375ea..bf7a4be792f 100644
--- a/source/gameengine/VideoTexture/ImageMix.h
+++ b/source/gameengine/VideoTexture/ImageMix.h
@@ -128,4 +128,3 @@ protected:
#endif
-
diff --git a/source/gameengine/VideoTexture/ImageRender.cpp b/source/gameengine/VideoTexture/ImageRender.cpp
index 777a541349c..9f273aa62bc 100644
--- a/source/gameengine/VideoTexture/ImageRender.cpp
+++ b/source/gameengine/VideoTexture/ImageRender.cpp
@@ -942,5 +942,3 @@ PyTypeObject ImageMirrorType = {
0, /* tp_alloc */
Image_allocNew, /* tp_new */
};
-
-
diff --git a/source/gameengine/VideoTexture/ImageRender.h b/source/gameengine/VideoTexture/ImageRender.h
index d062db44348..393b8413d62 100644
--- a/source/gameengine/VideoTexture/ImageRender.h
+++ b/source/gameengine/VideoTexture/ImageRender.h
@@ -122,4 +122,3 @@ protected:
#endif
-
diff --git a/source/gameengine/VideoTexture/ImageViewport.h b/source/gameengine/VideoTexture/ImageViewport.h
index 8a7e9cfd2ba..eda6d809301 100644
--- a/source/gameengine/VideoTexture/ImageViewport.h
+++ b/source/gameengine/VideoTexture/ImageViewport.h
@@ -110,4 +110,3 @@ PyObject *ImageViewport_getAlpha(PyImage *self, void *closure);
int ImageViewport_setAlpha(PyImage *self, PyObject *value, void *closure);
#endif
-
diff --git a/source/gameengine/VideoTexture/VideoDeckLink.cpp b/source/gameengine/VideoTexture/VideoDeckLink.cpp
index f62df790d34..e3312c00faf 100644
--- a/source/gameengine/VideoTexture/VideoDeckLink.cpp
+++ b/source/gameengine/VideoTexture/VideoDeckLink.cpp
@@ -1225,4 +1225,3 @@ PyTypeObject VideoDeckLinkType =
////////////////////////////////////////////
#endif // WITH_GAMEENGINE_DECKLINK
-
diff --git a/source/gameengine/VideoTexture/VideoFFmpeg.cpp b/source/gameengine/VideoTexture/VideoFFmpeg.cpp
index defc64d7558..bd983b8d32b 100644
--- a/source/gameengine/VideoTexture/VideoFFmpeg.cpp
+++ b/source/gameengine/VideoTexture/VideoFFmpeg.cpp
@@ -1388,5 +1388,3 @@ PyTypeObject ImageFFmpegType =
};
#endif //WITH_FFMPEG
-
-