[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [41228] trunk/blender: fix for error in last commit and remove some more Id's I missed

Campbell Barton ideasman42 at gmail.com
Sun Oct 23 20:08:30 CEST 2011


Revision: 41228
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=41228
Author:   campbellbarton
Date:     2011-10-23 18:08:29 +0000 (Sun, 23 Oct 2011)
Log Message:
-----------
fix for error in last commit and remove some more Id's I missed

Modified Paths:
--------------
    trunk/blender/build_files/cmake/cmake_consistency_check.py
    trunk/blender/build_files/cmake/cmake_netbeans_project.py
    trunk/blender/build_files/cmake/cmake_qtcreator_project.py
    trunk/blender/build_files/cmake/cmake_static_check_cppcheck.py
    trunk/blender/build_files/cmake/cmake_static_check_sparse.py
    trunk/blender/build_files/cmake/cmake_static_check_splint.py
    trunk/blender/build_files/cmake/project_info.py
    trunk/blender/build_files/cmake/project_source_info.py
    trunk/blender/doc/build_systems/cmake.txt
    trunk/blender/intern/tools/bpy_introspect_ui.py
    trunk/blender/intern/tools/dump_rna2xml.py
    trunk/blender/intern/tools/ui_snapshot.py
    trunk/blender/po/check_po.py
    trunk/blender/po/clean_po.py
    trunk/blender/po/merge_po.py
    trunk/blender/po/update_mo.py
    trunk/blender/po/update_msg.py
    trunk/blender/po/update_po.py
    trunk/blender/po/update_pot.py
    trunk/blender/source/gameengine/Ketsji/KX_Dome.cpp
    trunk/blender/source/gameengine/Ketsji/KX_Dome.h
    trunk/blender/source/gameengine/VideoTexture/BlendType.h
    trunk/blender/source/gameengine/VideoTexture/Common.h
    trunk/blender/source/gameengine/VideoTexture/Exception.cpp
    trunk/blender/source/gameengine/VideoTexture/Exception.h
    trunk/blender/source/gameengine/VideoTexture/FilterBase.cpp
    trunk/blender/source/gameengine/VideoTexture/FilterBase.h
    trunk/blender/source/gameengine/VideoTexture/FilterBlueScreen.cpp
    trunk/blender/source/gameengine/VideoTexture/FilterBlueScreen.h
    trunk/blender/source/gameengine/VideoTexture/FilterColor.cpp
    trunk/blender/source/gameengine/VideoTexture/FilterColor.h
    trunk/blender/source/gameengine/VideoTexture/FilterNormal.cpp
    trunk/blender/source/gameengine/VideoTexture/FilterNormal.h
    trunk/blender/source/gameengine/VideoTexture/FilterSource.cpp
    trunk/blender/source/gameengine/VideoTexture/FilterSource.h
    trunk/blender/source/gameengine/VideoTexture/ImageBase.cpp
    trunk/blender/source/gameengine/VideoTexture/ImageBase.h
    trunk/blender/source/gameengine/VideoTexture/ImageBuff.cpp
    trunk/blender/source/gameengine/VideoTexture/ImageBuff.h
    trunk/blender/source/gameengine/VideoTexture/ImageMix.cpp
    trunk/blender/source/gameengine/VideoTexture/ImageMix.h
    trunk/blender/source/gameengine/VideoTexture/ImageRender.cpp
    trunk/blender/source/gameengine/VideoTexture/ImageRender.h
    trunk/blender/source/gameengine/VideoTexture/ImageViewport.cpp
    trunk/blender/source/gameengine/VideoTexture/ImageViewport.h
    trunk/blender/source/gameengine/VideoTexture/PyTypeList.cpp
    trunk/blender/source/gameengine/VideoTexture/PyTypeList.h
    trunk/blender/source/gameengine/VideoTexture/Texture.cpp
    trunk/blender/source/gameengine/VideoTexture/Texture.h
    trunk/blender/source/gameengine/VideoTexture/VideoBase.cpp
    trunk/blender/source/gameengine/VideoTexture/VideoBase.h
    trunk/blender/source/gameengine/VideoTexture/VideoFFmpeg.cpp
    trunk/blender/source/gameengine/VideoTexture/VideoFFmpeg.h
    trunk/blender/source/gameengine/VideoTexture/blendVideoTex.cpp

Modified: trunk/blender/build_files/cmake/cmake_consistency_check.py
===================================================================
--- trunk/blender/build_files/cmake/cmake_consistency_check.py	2011-10-23 17:52:20 UTC (rev 41227)
+++ trunk/blender/build_files/cmake/cmake_consistency_check.py	2011-10-23 18:08:29 UTC (rev 41228)
@@ -1,6 +1,5 @@
 #!/usr/bin/env python
 
-# $Id$
 # ***** BEGIN GPL LICENSE BLOCK *****
 #
 # This program is free software; you can redistribute it and/or

Modified: trunk/blender/build_files/cmake/cmake_netbeans_project.py
===================================================================
--- trunk/blender/build_files/cmake/cmake_netbeans_project.py	2011-10-23 17:52:20 UTC (rev 41227)
+++ trunk/blender/build_files/cmake/cmake_netbeans_project.py	2011-10-23 18:08:29 UTC (rev 41228)
@@ -1,6 +1,5 @@
 #!/usr/bin/env python
 
-# $Id$
 # ***** BEGIN GPL LICENSE BLOCK *****
 #
 # This program is free software; you can redistribute it and/or

Modified: trunk/blender/build_files/cmake/cmake_qtcreator_project.py
===================================================================
--- trunk/blender/build_files/cmake/cmake_qtcreator_project.py	2011-10-23 17:52:20 UTC (rev 41227)
+++ trunk/blender/build_files/cmake/cmake_qtcreator_project.py	2011-10-23 18:08:29 UTC (rev 41228)
@@ -1,6 +1,5 @@
 #!/usr/bin/env python
 
-# $Id$
 # ***** BEGIN GPL LICENSE BLOCK *****
 #
 # This program is free software; you can redistribute it and/or

Modified: trunk/blender/build_files/cmake/cmake_static_check_cppcheck.py
===================================================================
--- trunk/blender/build_files/cmake/cmake_static_check_cppcheck.py	2011-10-23 17:52:20 UTC (rev 41227)
+++ trunk/blender/build_files/cmake/cmake_static_check_cppcheck.py	2011-10-23 18:08:29 UTC (rev 41228)
@@ -1,6 +1,5 @@
 #!/usr/bin/env python
 
-# $Id$
 # ***** BEGIN GPL LICENSE BLOCK *****
 #
 # This program is free software; you can redistribute it and/or

Modified: trunk/blender/build_files/cmake/cmake_static_check_sparse.py
===================================================================
--- trunk/blender/build_files/cmake/cmake_static_check_sparse.py	2011-10-23 17:52:20 UTC (rev 41227)
+++ trunk/blender/build_files/cmake/cmake_static_check_sparse.py	2011-10-23 18:08:29 UTC (rev 41228)
@@ -1,6 +1,5 @@
 #!/usr/bin/env python
 
-# $Id$
 # ***** BEGIN GPL LICENSE BLOCK *****
 #
 # This program is free software; you can redistribute it and/or

Modified: trunk/blender/build_files/cmake/cmake_static_check_splint.py
===================================================================
--- trunk/blender/build_files/cmake/cmake_static_check_splint.py	2011-10-23 17:52:20 UTC (rev 41227)
+++ trunk/blender/build_files/cmake/cmake_static_check_splint.py	2011-10-23 18:08:29 UTC (rev 41228)
@@ -1,6 +1,5 @@
 #!/usr/bin/env python
 
-# $Id$
 # ***** BEGIN GPL LICENSE BLOCK *****
 #
 # This program is free software; you can redistribute it and/or

Modified: trunk/blender/build_files/cmake/project_info.py
===================================================================
--- trunk/blender/build_files/cmake/project_info.py	2011-10-23 17:52:20 UTC (rev 41227)
+++ trunk/blender/build_files/cmake/project_info.py	2011-10-23 18:08:29 UTC (rev 41228)
@@ -1,6 +1,5 @@
 #!/usr/bin/env python
 
-# $Id$
 # ***** BEGIN GPL LICENSE BLOCK *****
 #
 # This program is free software; you can redistribute it and/or

Modified: trunk/blender/build_files/cmake/project_source_info.py
===================================================================
--- trunk/blender/build_files/cmake/project_source_info.py	2011-10-23 17:52:20 UTC (rev 41227)
+++ trunk/blender/build_files/cmake/project_source_info.py	2011-10-23 18:08:29 UTC (rev 41228)
@@ -1,4 +1,3 @@
-# $Id$
 # ***** BEGIN GPL LICENSE BLOCK *****
 #
 # This program is free software; you can redistribute it and/or

Modified: trunk/blender/doc/build_systems/cmake.txt
===================================================================
--- trunk/blender/doc/build_systems/cmake.txt	2011-10-23 17:52:20 UTC (rev 41227)
+++ trunk/blender/doc/build_systems/cmake.txt	2011-10-23 18:08:29 UTC (rev 41228)
@@ -1,4 +1,3 @@
-$Id$
 
     Blender CMake build system
     ============================

Modified: trunk/blender/intern/tools/bpy_introspect_ui.py
===================================================================
--- trunk/blender/intern/tools/bpy_introspect_ui.py	2011-10-23 17:52:20 UTC (rev 41227)
+++ trunk/blender/intern/tools/bpy_introspect_ui.py	2011-10-23 18:08:29 UTC (rev 41228)
@@ -1,6 +1,5 @@
 #!/usr/bin/env python
 
-# $Id$
 # ***** BEGIN GPL LICENSE BLOCK *****
 #
 # This program is free software; you can redistribute it and/or

Modified: trunk/blender/intern/tools/dump_rna2xml.py
===================================================================
--- trunk/blender/intern/tools/dump_rna2xml.py	2011-10-23 17:52:20 UTC (rev 41227)
+++ trunk/blender/intern/tools/dump_rna2xml.py	2011-10-23 18:08:29 UTC (rev 41228)
@@ -1,6 +1,5 @@
 #!/usr/bin/env python
 
-# $Id$
 # ***** BEGIN GPL LICENSE BLOCK *****
 #
 # This program is free software; you can redistribute it and/or

Modified: trunk/blender/intern/tools/ui_snapshot.py
===================================================================
--- trunk/blender/intern/tools/ui_snapshot.py	2011-10-23 17:52:20 UTC (rev 41227)
+++ trunk/blender/intern/tools/ui_snapshot.py	2011-10-23 18:08:29 UTC (rev 41228)
@@ -1,4 +1,3 @@
-# $Id$
 # ***** BEGIN GPL LICENSE BLOCK *****
 #
 # This program is free software; you can redistribute it and/or

Modified: trunk/blender/po/check_po.py
===================================================================
--- trunk/blender/po/check_po.py	2011-10-23 17:52:20 UTC (rev 41227)
+++ trunk/blender/po/check_po.py	2011-10-23 18:08:29 UTC (rev 41228)
@@ -1,6 +1,5 @@
 #!/usr/bin/env python
 
-# $Id$
 # ***** BEGIN GPL LICENSE BLOCK *****
 #
 # This program is free software; you can redistribute it and/or

Modified: trunk/blender/po/clean_po.py
===================================================================
--- trunk/blender/po/clean_po.py	2011-10-23 17:52:20 UTC (rev 41227)
+++ trunk/blender/po/clean_po.py	2011-10-23 18:08:29 UTC (rev 41228)
@@ -1,6 +1,5 @@
 #!/usr/bin/env python
 
-# $Id$
 # ***** BEGIN GPL LICENSE BLOCK *****
 #
 # This program is free software; you can redistribute it and/or

Modified: trunk/blender/po/merge_po.py
===================================================================
--- trunk/blender/po/merge_po.py	2011-10-23 17:52:20 UTC (rev 41227)
+++ trunk/blender/po/merge_po.py	2011-10-23 18:08:29 UTC (rev 41228)
@@ -1,6 +1,5 @@
 #!/usr/bin/env python
 
-# $Id$
 # ***** BEGIN GPL LICENSE BLOCK *****
 #
 # This program is free software; you can redistribute it and/or

Modified: trunk/blender/po/update_mo.py
===================================================================
--- trunk/blender/po/update_mo.py	2011-10-23 17:52:20 UTC (rev 41227)
+++ trunk/blender/po/update_mo.py	2011-10-23 18:08:29 UTC (rev 41228)
@@ -1,6 +1,5 @@
 #!/usr/bin/env python
 
-# $Id$
 # ***** BEGIN GPL LICENSE BLOCK *****
 #
 # This program is free software; you can redistribute it and/or

Modified: trunk/blender/po/update_msg.py
===================================================================
--- trunk/blender/po/update_msg.py	2011-10-23 17:52:20 UTC (rev 41227)
+++ trunk/blender/po/update_msg.py	2011-10-23 18:08:29 UTC (rev 41228)
@@ -1,4 +1,3 @@
-# $Id$
 # ***** BEGIN GPL LICENSE BLOCK *****
 #
 # This program is free software; you can redistribute it and/or

Modified: trunk/blender/po/update_po.py
===================================================================
--- trunk/blender/po/update_po.py	2011-10-23 17:52:20 UTC (rev 41227)
+++ trunk/blender/po/update_po.py	2011-10-23 18:08:29 UTC (rev 41228)
@@ -1,6 +1,5 @@
 #!/usr/bin/env python
 
-# $Id$
 # ***** BEGIN GPL LICENSE BLOCK *****
 #
 # This program is free software; you can redistribute it and/or

Modified: trunk/blender/po/update_pot.py
===================================================================
--- trunk/blender/po/update_pot.py	2011-10-23 17:52:20 UTC (rev 41227)
+++ trunk/blender/po/update_pot.py	2011-10-23 18:08:29 UTC (rev 41228)
@@ -1,6 +1,5 @@
 #!/usr/bin/env python
 
-# $Id$
 # ***** BEGIN GPL LICENSE BLOCK *****
 #
 # This program is free software; you can redistribute it and/or

Modified: trunk/blender/source/gameengine/Ketsji/KX_Dome.cpp
===================================================================
--- trunk/blender/source/gameengine/Ketsji/KX_Dome.cpp	2011-10-23 17:52:20 UTC (rev 41227)
+++ trunk/blender/source/gameengine/Ketsji/KX_Dome.cpp	2011-10-23 18:08:29 UTC (rev 41228)
@@ -1,6 +1,4 @@
-/** \file gameengine/Ketsji/KX_Dome.cpp
- *  \ingroup ketsji
- */
+/*
 -----------------------------------------------------------------------------
 
 This program is free software; you can redistribute it and/or modify it under
@@ -24,6 +22,10 @@
 -----------------------------------------------------------------------------
 */
 
+/** \file gameengine/Ketsji/KX_Dome.cpp
+ *  \ingroup ketsji
+ */
+
 #include "KX_Dome.h"
 
 #ifdef WITH_PYTHON

Modified: trunk/blender/source/gameengine/Ketsji/KX_Dome.h
===================================================================
--- trunk/blender/source/gameengine/Ketsji/KX_Dome.h	2011-10-23 17:52:20 UTC (rev 41227)
+++ trunk/blender/source/gameengine/Ketsji/KX_Dome.h	2011-10-23 18:08:29 UTC (rev 41228)
@@ -1,3 +1,4 @@
+/*
 -----------------------------------------------------------------------------
 
 This program is free software; you can redistribute it and/or modify it under

Modified: trunk/blender/source/gameengine/VideoTexture/BlendType.h
===================================================================
--- trunk/blender/source/gameengine/VideoTexture/BlendType.h	2011-10-23 17:52:20 UTC (rev 41227)
+++ trunk/blender/source/gameengine/VideoTexture/BlendType.h	2011-10-23 18:08:29 UTC (rev 41228)
@@ -1,3 +1,4 @@
+/*
 -----------------------------------------------------------------------------
 This source file is part of VideoTexture library
 

Modified: trunk/blender/source/gameengine/VideoTexture/Common.h
===================================================================
--- trunk/blender/source/gameengine/VideoTexture/Common.h	2011-10-23 17:52:20 UTC (rev 41227)
+++ trunk/blender/source/gameengine/VideoTexture/Common.h	2011-10-23 18:08:29 UTC (rev 41228)
@@ -1,3 +1,4 @@
+/*

@@ Diff output truncated at 10240 characters. @@



More information about the Bf-blender-cvs mailing list