﻿<?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=%E5%88%A9%E7%94%A8%E8%80%85%3AWalid_shouman%2FGoogleSummerOfCode%2F2013%2Fautomation</id>
	<title>利用者:Walid shouman/GoogleSummerOfCode/2013/automation - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=%E5%88%A9%E7%94%A8%E8%80%85%3AWalid_shouman%2FGoogleSummerOfCode%2F2013%2Fautomation"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Walid_shouman/GoogleSummerOfCode/2013/automation&amp;action=history"/>
	<updated>2026-09-10T20:53:52Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Walid_shouman/GoogleSummerOfCode/2013/automation&amp;diff=146161&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Walid_shouman/GoogleSummerOfCode/2013/automation&amp;diff=146161&amp;oldid=prev"/>
		<updated>2018-06-28T21:07:16Z</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:07時点における版&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=%E5%88%A9%E7%94%A8%E8%80%85:Walid_shouman/GoogleSummerOfCode/2013/automation&amp;diff=146160&amp;oldid=prev</id>
		<title>wiki&gt;Walid shouman: /* The command */ fixing the order of opening a the blend then exec the script</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Walid_shouman/GoogleSummerOfCode/2013/automation&amp;diff=146160&amp;oldid=prev"/>
		<updated>2014-02-19T12:55:04Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;The command: &lt;/span&gt; fixing the order of opening a the blend then exec the script&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Those are some tricks for automating the work&lt;br /&gt;
&lt;br /&gt;
= Valgrind Testing =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To automate the valgrind memory test, here's a bit long command line to execute blender in the background, open a specific blend file and execute a script that needs to be memory checked &lt;br /&gt;
&lt;br /&gt;
==== The command ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=bash&amp;gt;&lt;br /&gt;
&lt;br /&gt;
valgrind --leak-check=full ./bin/blender /media/Data/Activities/gsoc/rubber_duck/Rubber\ Duck2_temp.blend --background --python uv_op.py &amp;gt; log.txt 2&amp;gt;&amp;amp;1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== The script ====&lt;br /&gt;
&lt;br /&gt;
Contents of uv_op.py&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=bash&amp;gt;&lt;br /&gt;
&lt;br /&gt;
import bpy&lt;br /&gt;
&lt;br /&gt;
bpy.ops.mesh.uv_transfer_new(transfer_mode='TRANSFER_BY_INTERPOLATION')&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== The blend ====&lt;br /&gt;
&lt;br /&gt;
The blend file must have at least to selected object with the first having at least a single layer of the data to be transfered (ie: single uv layer)&lt;br /&gt;
that could be automated too ^_^&lt;/div&gt;</summary>
		<author><name>wiki&gt;Walid shouman</name></author>
		
	</entry>
</feed>