﻿<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3ASource%2FDevelopment%2FProjects%2FBlender_File_Format%2FThumbnail_Previews</id>
	<title>Dev:Source/Development/Projects/Blender File Format/Thumbnail Previews - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3ASource%2FDevelopment%2FProjects%2FBlender_File_Format%2FThumbnail_Previews"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Source/Development/Projects/Blender_File_Format/Thumbnail_Previews&amp;action=history"/>
	<updated>2026-05-11T19:13:30Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:Source/Development/Projects/Blender_File_Format/Thumbnail_Previews&amp;diff=79281&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Source/Development/Projects/Blender_File_Format/Thumbnail_Previews&amp;diff=79281&amp;oldid=prev"/>
		<updated>2018-06-28T18:37:11Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;2018年6月28日 (木) 18:37時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Yamyam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:Source/Development/Projects/Blender_File_Format/Thumbnail_Previews&amp;diff=79280&amp;oldid=prev</id>
		<title>wiki&gt;Mindrones: moved Dev:Source/Blender/File Format/Thumbnail Previews to Dev:Source/Development/Projects/Blender File Format/Thumbnail Previews</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Source/Development/Projects/Blender_File_Format/Thumbnail_Previews&amp;diff=79280&amp;oldid=prev"/>
		<updated>2010-03-09T11:47:15Z</updated>

		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;/Dev:Source/Blender/File_Format/Thumbnail_Previews&quot; class=&quot;mw-redirect&quot; title=&quot;Dev:Source/Blender/File Format/Thumbnail Previews&quot;&gt;Dev:Source/Blender/File Format/Thumbnail Previews&lt;/a&gt; to &lt;a href=&quot;/Dev:Source/Development/Projects/Blender_File_Format/Thumbnail_Previews&quot; title=&quot;Dev:Source/Development/Projects/Blender File Format/Thumbnail Previews&quot;&gt;Dev:Source/Development/Projects/Blender File Format/Thumbnail Previews&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Summary==&lt;br /&gt;
This is a project to show previews of Blender files in the 'Thumbnail' view of Windows Explorer, and its equivalent in other OSes. Patchy-patchy: http://projects.blender.org/tracker/?func=detail&amp;amp;aid=5307&amp;amp;group_id=9&amp;amp;atid=264&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
{|&lt;br /&gt;
 |valign=top|[[Image:Dev-ThumbnailPreviews.png|thumb|200px|none|none]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
==Progress==&lt;br /&gt;
* When writing a file, Blender inserts a TN datablock (ID_THUMB) and some DATA containing a screenshot of the interface. Blender itself ignores this data; it's only there to be read by the OS.&lt;br /&gt;
* I've implemented Windows Explorer support as a shell extension, bshell.dll, which is built from extern/preview/windows. The building of bshell.dll has been integrated into the SCons build system and tested on Visual Studio 2008 and MinGW.&lt;br /&gt;
* The NSIS installer registers the shell extension with Explorer when Blender is installed. The user can opt out of this.&lt;br /&gt;
* Implementations for other OSes simply need to read the TN block from the .blend file, if present, and display the image data inside.&lt;br /&gt;
&lt;br /&gt;
==Instructions==&lt;br /&gt;
&lt;br /&gt;
Follow the instructions below to install the shell extension. After doing so, Windows Explorer should show thumbnails for all .blend files saved with the patched Blender (you'll have to set it to Thumbnail view, of course).&lt;br /&gt;
&lt;br /&gt;
===To test using the installer===&lt;br /&gt;
* Apply the patch&lt;br /&gt;
* Build blender with &amp;lt;code&amp;gt;scons nsis&amp;lt;/code&amp;gt; (you'll need NSIS installed)&lt;br /&gt;
* Run the generated installer&lt;br /&gt;
&lt;br /&gt;
===To test without the installer===&lt;br /&gt;
* Apply the patch&lt;br /&gt;
* Build blender normally with &amp;lt;code&amp;gt;scons&amp;lt;/code&amp;gt;&lt;br /&gt;
* Download this script: http://foon.co.uk/x/test-thumbs.bat&lt;br /&gt;
* &amp;lt;code&amp;gt;test-thumbs register install-path&amp;lt;/code&amp;gt; where &amp;lt;code&amp;gt;install-path&amp;lt;/code&amp;gt; is the folder you built blender in, e.g. D:\blender\install\win32-vc. Make sure you use the full path, with drive letter.&lt;br /&gt;
&lt;br /&gt;
===To unregister the shell extension===&lt;br /&gt;
* Close all Explorer windows&lt;br /&gt;
* &amp;lt;code&amp;gt;test-thumbs unregister&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>wiki&gt;Mindrones</name></author>
		
	</entry>
</feed>