﻿<?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=Extensions%3A2.6%2FPy%2FScripts%2FImport-Export%2FBlendFile_Utils</id>
	<title>Extensions:2.6/Py/Scripts/Import-Export/BlendFile Utils - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Extensions%3A2.6%2FPy%2FScripts%2FImport-Export%2FBlendFile_Utils"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Import-Export/BlendFile_Utils&amp;action=history"/>
	<updated>2026-06-02T00:44:16Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Import-Export/BlendFile_Utils&amp;diff=150747&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Import-Export/BlendFile_Utils&amp;diff=150747&amp;oldid=prev"/>
		<updated>2018-06-28T21:15:49Z</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日 (木) 21:15時点における版&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=Extensions:2.6/Py/Scripts/Import-Export/BlendFile_Utils&amp;diff=150746&amp;oldid=prev</id>
		<title>2016年1月29日 (金) 07:42にwiki&gt;Ideasman42による</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Import-Export/BlendFile_Utils&amp;diff=150746&amp;oldid=prev"/>
		<updated>2016-01-29T07:42:22Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Blend File Utils =&lt;br /&gt;
&lt;br /&gt;
This adds the ability to pack blend files (recursively), including their libraries - into a zip file.&lt;br /&gt;
&lt;br /&gt;
Access data packing from '''File -&amp;gt; External Data -&amp;gt; Pack Blend to Archive'''.&lt;br /&gt;
&lt;br /&gt;
This will show output in the info header, you may press Escape to cancel.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
For automated exporting for render-farms, you may prefer to access this from the command line.&lt;br /&gt;
&lt;br /&gt;
This can be done by running &amp;lt;tt&amp;gt;blendfile_pack.py&amp;lt;/tt&amp;gt; directly (runs outside of Blender and in fact only depends on Python3).&lt;br /&gt;
&lt;br /&gt;
Find the location of the addon:&lt;br /&gt;
&lt;br /&gt;
 blender --background --python-expr &amp;quot;import io_blend_utils; print(io_blend_utils.__file__)&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
Will print something like...&lt;br /&gt;
&lt;br /&gt;
 /usr/share/blender/2.77/scripts/addons/io_blend_utils/__init__.py&lt;br /&gt;
&lt;br /&gt;
In the same directory is the script,&lt;br /&gt;
&lt;br /&gt;
 cd /usr/share/blender/2.77/scripts/addons/io_blend_utils&lt;br /&gt;
 ./blendfile_pack.py --help&lt;br /&gt;
&lt;br /&gt;
Will show the output:&lt;br /&gt;
&lt;br /&gt;
 usage: blendfile_pack.py [-h] -i FILE -o DIR [-m MODE] [-q] [-t DIR]&lt;br /&gt;
 &lt;br /&gt;
 Run this script to extract blend-files(s) to a destination path:&lt;br /&gt;
 blendfile_pack.py --input=FILE --output=FILE [options]&lt;br /&gt;
 &lt;br /&gt;
 optional arguments:&lt;br /&gt;
   -h, --help            show this help message and exit&lt;br /&gt;
   -i FILE, --input FILE&lt;br /&gt;
                         Input blend file&lt;br /&gt;
   -o DIR, --output DIR  Output file&lt;br /&gt;
   -m MODE, --mode MODE  Type of archive to write into&lt;br /&gt;
   -q, --quiet           Suppress status output&lt;br /&gt;
   -t DIR, --temp DIR    Override the default temp directory&lt;/div&gt;</summary>
		<author><name>wiki&gt;Ideasman42</name></author>
		
	</entry>
</feed>