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:
authorAndrea Weikert <elubie@gmx.net>2007-09-02 21:25:03 +0400
committerAndrea Weikert <elubie@gmx.net>2007-09-02 21:25:03 +0400
commit356ab943736e8a2434a8ff5845873482597ba5e2 (patch)
tree910356ace904dc4f11f1daf15330bb0827934f5b /projectfiles_vc7
parent22c23fb04f7f1297b971f03d69b8b04b7dd9caa4 (diff)
== imagebrowser ==
Initial commit of imagebrowser in trunk. BIG COMMIT! Main changes: * completely reworked imasel space * creation and storage of the preview images for materials, textures, world and lamp * thumbnails of images and movie files when browsing in the file system * loading previews from external .blend when linking or appending * thumbnail caching according to the Thumbnail Managing Standard: http://jens.triq.net/thumbnail-spec/ * for now just kept imasel access mostly as old imgbrowser (CTRL+F4, CTRL+F1) a bit hidden still. * filtering of file types (images, movies, .blend, py,...) * preliminary managing of bookmarks ('B' button to add, XKEY while bookmark active to delete) More detailed info which will be updated here: http://wiki.blender.org/index.php/User:Elubie/PreviewImageBrowser Places that need special review (and probably fixes): * BLO_blendhandle_get_previews in readblenentry * readfile.c: do_version and refactorings of do_library_append * UI integration TODO and known issues still: * Accented characters do not display correctly with international fonts * Crash was reported when browsing in directory with movie files * Bookmark management still needs some UI work (second scrollbar?), feedback here is welcome! Credits: Samir Bharadwaj (samirbharadwaj@yahoo.com) for the icon images. Many thanks to everyone who gave feedback and helped so far!
Diffstat (limited to 'projectfiles_vc7')
-rw-r--r--projectfiles_vc7/blender/imbuf/BL_imbuf.vcproj15
-rw-r--r--projectfiles_vc7/blender/src/BL_src.vcproj12
2 files changed, 27 insertions, 0 deletions
diff --git a/projectfiles_vc7/blender/imbuf/BL_imbuf.vcproj b/projectfiles_vc7/blender/imbuf/BL_imbuf.vcproj
index 61c0a857da1..a214ed3055b 100644
--- a/projectfiles_vc7/blender/imbuf/BL_imbuf.vcproj
+++ b/projectfiles_vc7/blender/imbuf/BL_imbuf.vcproj
@@ -383,12 +383,18 @@
RelativePath="..\..\..\source\blender\imbuf\intern\imageprocess.c">
</File>
<File
+ RelativePath="..\..\..\source\blender\imbuf\intern\imginfo.c">
+ </File>
+ <File
RelativePath="..\..\..\source\blender\imbuf\intern\iris.c">
</File>
<File
RelativePath="..\..\..\source\blender\imbuf\intern\jpeg.c">
</File>
<File
+ RelativePath="..\..\..\source\blender\imbuf\intern\md5.c">
+ </File>
+ <File
RelativePath="..\..\..\source\blender\imbuf\intern\openexr\openexr_api.cpp">
</File>
<File
@@ -419,6 +425,9 @@
RelativePath="..\..\..\source\blender\imbuf\intern\targa.c">
</File>
<File
+ RelativePath="..\..\..\source\blender\imbuf\intern\thumbs.c">
+ </File>
+ <File
RelativePath="..\..\..\source\blender\imbuf\intern\tiff.c">
</File>
<File
@@ -534,6 +543,9 @@
RelativePath="..\..\..\source\blender\imbuf\IMB_imbuf_types.h">
</File>
<File
+ RelativePath="..\..\..\source\blender\imbuf\intern\IMB_imginfo.h">
+ </File>
+ <File
RelativePath="..\..\..\source\blender\imbuf\intern\IMB_iris.h">
</File>
<File
@@ -549,6 +561,9 @@
RelativePath="..\..\..\source\blender\imbuf\intern\IMB_targa.h">
</File>
<File
+ RelativePath="..\..\..\source\blender\imbuf\IMB_thumbs.h">
+ </File>
+ <File
RelativePath="..\..\..\source\blender\imbuf\intern\IMB_tiff.h">
</File>
<File
diff --git a/projectfiles_vc7/blender/src/BL_src.vcproj b/projectfiles_vc7/blender/src/BL_src.vcproj
index c788fb44cab..b3a92ed98bd 100644
--- a/projectfiles_vc7/blender/src/BL_src.vcproj
+++ b/projectfiles_vc7/blender/src/BL_src.vcproj
@@ -329,12 +329,18 @@
RelativePath="..\..\..\source\blender\src\eventdebug.c">
</File>
<File
+ RelativePath="..\..\..\source\blender\src\filelist.c">
+ </File>
+ <File
RelativePath="..\..\..\source\blender\src\filesel.c">
</File>
<File
RelativePath="..\..\..\source\blender\src\fluidsim.c">
</File>
<File
+ RelativePath="..\..\..\source\blender\src\fsmenu.c">
+ </File>
+ <File
RelativePath="..\..\..\source\blender\src\ghostwinlay.c">
</File>
<File
@@ -464,6 +470,9 @@
RelativePath="..\..\..\source\blender\src\previewrender.c">
</File>
<File
+ RelativePath="..\..\..\source\blender\src\prvicons.c">
+ </File>
+ <File
RelativePath="..\..\..\source\blender\src\renderwin.c">
</File>
<File
@@ -681,6 +690,9 @@
RelativePath="..\..\..\source\blender\include\BIF_editview.h">
</File>
<File
+ RelativePath="..\..\..\source\blender\include\BIF_filelist.h">
+ </File>
+ <File
RelativePath="..\..\..\source\blender\include\BIF_fsmenu.h">
</File>
<File