[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [41249] branches/soc-2011-tomato: Camera tracking integration

Sergey Sharybin g.ulairi at gmail.com
Mon Oct 24 17:24:53 CEST 2011


Revision: 41249
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=41249
Author:   nazgul
Date:     2011-10-24 15:24:53 +0000 (Mon, 24 Oct 2011)
Log Message:
-----------
Camera tracking integration
===========================

Remove $Id$

Modified Paths:
--------------
    branches/soc-2011-tomato/extern/colamd/CMakeLists.txt
    branches/soc-2011-tomato/extern/libmv/CMakeLists.txt
    branches/soc-2011-tomato/extern/libmv/libmv-capi.cpp
    branches/soc-2011-tomato/extern/libmv/libmv-capi.h
    branches/soc-2011-tomato/source/blender/blenkernel/BKE_movieclip.h
    branches/soc-2011-tomato/source/blender/blenkernel/BKE_tracking.h
    branches/soc-2011-tomato/source/blender/blenkernel/intern/movieclip.c
    branches/soc-2011-tomato/source/blender/blenkernel/intern/tracking.c
    branches/soc-2011-tomato/source/blender/editors/include/ED_clip.h
    branches/soc-2011-tomato/source/blender/editors/space_clip/CMakeLists.txt
    branches/soc-2011-tomato/source/blender/editors/space_clip/clip_buttons.c
    branches/soc-2011-tomato/source/blender/editors/space_clip/clip_draw_graph.c
    branches/soc-2011-tomato/source/blender/editors/space_clip/clip_draw_main.c
    branches/soc-2011-tomato/source/blender/editors/space_clip/clip_editor.c
    branches/soc-2011-tomato/source/blender/editors/space_clip/clip_intern.h
    branches/soc-2011-tomato/source/blender/editors/space_clip/clip_ops.c
    branches/soc-2011-tomato/source/blender/editors/space_clip/clip_toolbar.c
    branches/soc-2011-tomato/source/blender/editors/space_clip/space_clip.c
    branches/soc-2011-tomato/source/blender/editors/space_clip/tracking_ops.c
    branches/soc-2011-tomato/source/blender/imbuf/IMB_moviecache.h
    branches/soc-2011-tomato/source/blender/imbuf/intern/moviecache.c
    branches/soc-2011-tomato/source/blender/makesdna/DNA_movieclip_types.h
    branches/soc-2011-tomato/source/blender/makesdna/DNA_tracking_types.h
    branches/soc-2011-tomato/source/blender/makesrna/intern/rna_movieclip.c
    branches/soc-2011-tomato/source/blender/makesrna/intern/rna_tracking.c
    branches/soc-2011-tomato/source/blender/nodes/composite/nodes/node_composite_movieclip.c
    branches/soc-2011-tomato/source/blender/nodes/composite/nodes/node_composite_moviedistortion.c
    branches/soc-2011-tomato/source/blender/nodes/composite/nodes/node_composite_stabilize2d.c
    branches/soc-2011-tomato/source/blender/nodes/composite/nodes/node_composite_transform.c

Modified: branches/soc-2011-tomato/extern/colamd/CMakeLists.txt
===================================================================
--- branches/soc-2011-tomato/extern/colamd/CMakeLists.txt	2011-10-24 14:52:04 UTC (rev 41248)
+++ branches/soc-2011-tomato/extern/colamd/CMakeLists.txt	2011-10-24 15:24:53 UTC (rev 41249)
@@ -1,4 +1,3 @@
-# $Id$
 # ***** BEGIN GPL LICENSE BLOCK *****
 #
 # This program is free software; you can redistribute it and/or

Modified: branches/soc-2011-tomato/extern/libmv/CMakeLists.txt
===================================================================
--- branches/soc-2011-tomato/extern/libmv/CMakeLists.txt	2011-10-24 14:52:04 UTC (rev 41248)
+++ branches/soc-2011-tomato/extern/libmv/CMakeLists.txt	2011-10-24 15:24:53 UTC (rev 41249)
@@ -1,4 +1,3 @@
-# $Id$
 # ***** BEGIN GPL LICENSE BLOCK *****
 #
 # This program is free software; you can redistribute it and/or

Modified: branches/soc-2011-tomato/extern/libmv/libmv-capi.cpp
===================================================================
--- branches/soc-2011-tomato/extern/libmv/libmv-capi.cpp	2011-10-24 14:52:04 UTC (rev 41248)
+++ branches/soc-2011-tomato/extern/libmv/libmv-capi.cpp	2011-10-24 15:24:53 UTC (rev 41249)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
  * This program is free software; you can redistribute it and/or

Modified: branches/soc-2011-tomato/extern/libmv/libmv-capi.h
===================================================================
--- branches/soc-2011-tomato/extern/libmv/libmv-capi.h	2011-10-24 14:52:04 UTC (rev 41248)
+++ branches/soc-2011-tomato/extern/libmv/libmv-capi.h	2011-10-24 15:24:53 UTC (rev 41249)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
  * This program is free software; you can redistribute it and/or

Modified: branches/soc-2011-tomato/source/blender/blenkernel/BKE_movieclip.h
===================================================================
--- branches/soc-2011-tomato/source/blender/blenkernel/BKE_movieclip.h	2011-10-24 14:52:04 UTC (rev 41248)
+++ branches/soc-2011-tomato/source/blender/blenkernel/BKE_movieclip.h	2011-10-24 15:24:53 UTC (rev 41249)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
  * This program is free software; you can redistribute it and/or

Modified: branches/soc-2011-tomato/source/blender/blenkernel/BKE_tracking.h
===================================================================
--- branches/soc-2011-tomato/source/blender/blenkernel/BKE_tracking.h	2011-10-24 14:52:04 UTC (rev 41248)
+++ branches/soc-2011-tomato/source/blender/blenkernel/BKE_tracking.h	2011-10-24 15:24:53 UTC (rev 41249)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
  * This program is free software; you can redistribute it and/or

Modified: branches/soc-2011-tomato/source/blender/blenkernel/intern/movieclip.c
===================================================================
--- branches/soc-2011-tomato/source/blender/blenkernel/intern/movieclip.c	2011-10-24 14:52:04 UTC (rev 41248)
+++ branches/soc-2011-tomato/source/blender/blenkernel/intern/movieclip.c	2011-10-24 15:24:53 UTC (rev 41249)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
  * This program is free software; you can redistribute it and/or

Modified: branches/soc-2011-tomato/source/blender/blenkernel/intern/tracking.c
===================================================================
--- branches/soc-2011-tomato/source/blender/blenkernel/intern/tracking.c	2011-10-24 14:52:04 UTC (rev 41248)
+++ branches/soc-2011-tomato/source/blender/blenkernel/intern/tracking.c	2011-10-24 15:24:53 UTC (rev 41249)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
  * This program is free software; you can redistribute it and/or

Modified: branches/soc-2011-tomato/source/blender/editors/include/ED_clip.h
===================================================================
--- branches/soc-2011-tomato/source/blender/editors/include/ED_clip.h	2011-10-24 14:52:04 UTC (rev 41248)
+++ branches/soc-2011-tomato/source/blender/editors/include/ED_clip.h	2011-10-24 15:24:53 UTC (rev 41249)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
  * This program is free software; you can redistribute it and/or

Modified: branches/soc-2011-tomato/source/blender/editors/space_clip/CMakeLists.txt
===================================================================
--- branches/soc-2011-tomato/source/blender/editors/space_clip/CMakeLists.txt	2011-10-24 14:52:04 UTC (rev 41248)
+++ branches/soc-2011-tomato/source/blender/editors/space_clip/CMakeLists.txt	2011-10-24 15:24:53 UTC (rev 41249)
@@ -1,4 +1,3 @@
-# $Id$
 # ***** BEGIN GPL LICENSE BLOCK *****
 #
 # This program is free software; you can redistribute it and/or

Modified: branches/soc-2011-tomato/source/blender/editors/space_clip/clip_buttons.c
===================================================================
--- branches/soc-2011-tomato/source/blender/editors/space_clip/clip_buttons.c	2011-10-24 14:52:04 UTC (rev 41248)
+++ branches/soc-2011-tomato/source/blender/editors/space_clip/clip_buttons.c	2011-10-24 15:24:53 UTC (rev 41249)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
  * This program is free software; you can redistribute it and/or

Modified: branches/soc-2011-tomato/source/blender/editors/space_clip/clip_draw_graph.c
===================================================================
--- branches/soc-2011-tomato/source/blender/editors/space_clip/clip_draw_graph.c	2011-10-24 14:52:04 UTC (rev 41248)
+++ branches/soc-2011-tomato/source/blender/editors/space_clip/clip_draw_graph.c	2011-10-24 15:24:53 UTC (rev 41249)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
  * This program is free software; you can redistribute it and/or

Modified: branches/soc-2011-tomato/source/blender/editors/space_clip/clip_draw_main.c
===================================================================
--- branches/soc-2011-tomato/source/blender/editors/space_clip/clip_draw_main.c	2011-10-24 14:52:04 UTC (rev 41248)
+++ branches/soc-2011-tomato/source/blender/editors/space_clip/clip_draw_main.c	2011-10-24 15:24:53 UTC (rev 41249)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
  * This program is free software; you can redistribute it and/or

Modified: branches/soc-2011-tomato/source/blender/editors/space_clip/clip_editor.c
===================================================================
--- branches/soc-2011-tomato/source/blender/editors/space_clip/clip_editor.c	2011-10-24 14:52:04 UTC (rev 41248)
+++ branches/soc-2011-tomato/source/blender/editors/space_clip/clip_editor.c	2011-10-24 15:24:53 UTC (rev 41249)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
  * This program is free software; you can redistribute it and/or

Modified: branches/soc-2011-tomato/source/blender/editors/space_clip/clip_intern.h
===================================================================
--- branches/soc-2011-tomato/source/blender/editors/space_clip/clip_intern.h	2011-10-24 14:52:04 UTC (rev 41248)
+++ branches/soc-2011-tomato/source/blender/editors/space_clip/clip_intern.h	2011-10-24 15:24:53 UTC (rev 41249)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
  * This program is free software; you can redistribute it and/or

Modified: branches/soc-2011-tomato/source/blender/editors/space_clip/clip_ops.c
===================================================================
--- branches/soc-2011-tomato/source/blender/editors/space_clip/clip_ops.c	2011-10-24 14:52:04 UTC (rev 41248)
+++ branches/soc-2011-tomato/source/blender/editors/space_clip/clip_ops.c	2011-10-24 15:24:53 UTC (rev 41249)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
  * This program is free software; you can redistribute it and/or

Modified: branches/soc-2011-tomato/source/blender/editors/space_clip/clip_toolbar.c
===================================================================
--- branches/soc-2011-tomato/source/blender/editors/space_clip/clip_toolbar.c	2011-10-24 14:52:04 UTC (rev 41248)
+++ branches/soc-2011-tomato/source/blender/editors/space_clip/clip_toolbar.c	2011-10-24 15:24:53 UTC (rev 41249)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
  * This program is free software; you can redistribute it and/or

Modified: branches/soc-2011-tomato/source/blender/editors/space_clip/space_clip.c
===================================================================
--- branches/soc-2011-tomato/source/blender/editors/space_clip/space_clip.c	2011-10-24 14:52:04 UTC (rev 41248)
+++ branches/soc-2011-tomato/source/blender/editors/space_clip/space_clip.c	2011-10-24 15:24:53 UTC (rev 41249)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
  * This program is free software; you can redistribute it and/or

Modified: branches/soc-2011-tomato/source/blender/editors/space_clip/tracking_ops.c
===================================================================
--- branches/soc-2011-tomato/source/blender/editors/space_clip/tracking_ops.c	2011-10-24 14:52:04 UTC (rev 41248)
+++ branches/soc-2011-tomato/source/blender/editors/space_clip/tracking_ops.c	2011-10-24 15:24:53 UTC (rev 41249)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
  * This program is free software; you can redistribute it and/or

Modified: branches/soc-2011-tomato/source/blender/imbuf/IMB_moviecache.h
===================================================================
--- branches/soc-2011-tomato/source/blender/imbuf/IMB_moviecache.h	2011-10-24 14:52:04 UTC (rev 41248)
+++ branches/soc-2011-tomato/source/blender/imbuf/IMB_moviecache.h	2011-10-24 15:24:53 UTC (rev 41249)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *
  * This program is free software; you can redistribute it and/or

Modified: branches/soc-2011-tomato/source/blender/imbuf/intern/moviecache.c
===================================================================
--- branches/soc-2011-tomato/source/blender/imbuf/intern/moviecache.c	2011-10-24 14:52:04 UTC (rev 41248)
+++ branches/soc-2011-tomato/source/blender/imbuf/intern/moviecache.c	2011-10-24 15:24:53 UTC (rev 41249)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * ***** BEGIN GPL LICENSE BLOCK *****

@@ Diff output truncated at 10240 characters. @@



More information about the Bf-blender-cvs mailing list