[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [50682] trunk/blender: code cleanup: correct include paths and comment

Campbell Barton ideasman42 at gmail.com
Mon Sep 17 06:08:40 CEST 2012


Revision: 50682
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=50682
Author:   campbellbarton
Date:     2012-09-17 04:08:36 +0000 (Mon, 17 Sep 2012)
Log Message:
-----------
code cleanup: correct include paths and comment

Modified Paths:
--------------
    trunk/blender/extern/libmv/third_party/ceres/CMakeLists.txt
    trunk/blender/extern/libmv/third_party/ceres/bundle.sh
    trunk/blender/source/blender/editors/space_file/fsmenu.h
    trunk/blender/source/blender/imbuf/CMakeLists.txt

Modified: trunk/blender/extern/libmv/third_party/ceres/CMakeLists.txt
===================================================================
--- trunk/blender/extern/libmv/third_party/ceres/CMakeLists.txt	2012-09-17 02:19:41 UTC (rev 50681)
+++ trunk/blender/extern/libmv/third_party/ceres/CMakeLists.txt	2012-09-17 04:08:36 UTC (rev 50682)
@@ -220,7 +220,7 @@
 
 	if(NOT MINGW)
 		list(APPEND INC
-			third_party/msinttypes
+			../msinttypes
 		)
 	endif()
 else()

Modified: trunk/blender/extern/libmv/third_party/ceres/bundle.sh
===================================================================
--- trunk/blender/extern/libmv/third_party/ceres/bundle.sh	2012-09-17 02:19:41 UTC (rev 50681)
+++ trunk/blender/extern/libmv/third_party/ceres/bundle.sh	2012-09-17 04:08:36 UTC (rev 50682)
@@ -145,7 +145,7 @@
 
 	if(NOT MINGW)
 		list(APPEND INC
-			third_party/msinttypes
+			../msinttypes
 		)
 	endif()
 else()

Modified: trunk/blender/source/blender/editors/space_file/fsmenu.h
===================================================================
--- trunk/blender/source/blender/editors/space_file/fsmenu.h	2012-09-17 02:19:41 UTC (rev 50681)
+++ trunk/blender/source/blender/editors/space_file/fsmenu.h	2012-09-17 04:08:36 UTC (rev 50682)
@@ -46,7 +46,7 @@
 typedef enum FSMenuInsert {
 	FS_INSERT_SORTED = (1 << 0),
 	FS_INSERT_SAVE   = (1 << 1),
-	FS_INSERT_FIRST  = (1 << 2)   /* moves the item to the front of the list when its already there */
+	FS_INSERT_FIRST  = (1 << 2)   /* moves the item to the front of the list when its not already there */
 } FSMenuInsert;
 
 struct FSMenu;

Modified: trunk/blender/source/blender/imbuf/CMakeLists.txt
===================================================================
--- trunk/blender/source/blender/imbuf/CMakeLists.txt	2012-09-17 02:19:41 UTC (rev 50681)
+++ trunk/blender/source/blender/imbuf/CMakeLists.txt	2012-09-17 04:08:36 UTC (rev 50682)
@@ -76,10 +76,12 @@
 	IMB_thumbs.h
 	intern/IMB_allocimbuf.h
 	intern/IMB_anim.h
+	intern/IMB_colormanagement_intern.h
 	intern/IMB_filetype.h
 	intern/IMB_filter.h
 	intern/IMB_indexer.h
 	intern/IMB_metadata.h
+	intern/imbuf.h
 	intern/cineon/cin_debug_stuff.h
 	intern/cineon/cineonfile.h
 	intern/cineon/cineonlib.h
@@ -97,7 +99,6 @@
 	intern/dds/PixelFormat.h
 	intern/dds/Stream.h
 	intern/dds/dds_api.h
-	intern/imbuf.h
 	intern/openexr/openexr_api.h
 	intern/openexr/openexr_multi.h
 	




More information about the Bf-blender-cvs mailing list