﻿<?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%3AJaguarandi%2FSummerOfCode2009%2FBlenderTest</id>
	<title>利用者:Jaguarandi/SummerOfCode2009/BlenderTest - 版の履歴</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%3AJaguarandi%2FSummerOfCode2009%2FBlenderTest"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Jaguarandi/SummerOfCode2009/BlenderTest&amp;action=history"/>
	<updated>2026-05-14T23:31:09Z</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:Jaguarandi/SummerOfCode2009/BlenderTest&amp;diff=89103&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:Jaguarandi/SummerOfCode2009/BlenderTest&amp;diff=89103&amp;oldid=prev"/>
		<updated>2018-06-28T18:42:23Z</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:42時点における版&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:Jaguarandi/SummerOfCode2009/BlenderTest&amp;diff=89102&amp;oldid=prev</id>
		<title>wiki&gt;Jaguarandi: blender test documentation</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Jaguarandi/SummerOfCode2009/BlenderTest&amp;diff=89102&amp;oldid=prev"/>
		<updated>2009-06-22T15:45:24Z</updated>

		<summary type="html">&lt;p&gt;blender test documentation&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Blender Test==&lt;br /&gt;
With the purpose to easy the test of the SoC project and help finding optimizaton directions, a python script has been developped.&lt;br /&gt;
&lt;br /&gt;
A sample html output can be seen at: http://andresp.no-ip.org/soc2009/btest/html/render.html&lt;br /&gt;
&lt;br /&gt;
Source code: https://svn.blender.org/svnroot/bf-blender/branches/soc-2009-jaguarandi/test&lt;br /&gt;
&lt;br /&gt;
===Concepts===&lt;br /&gt;
This test script uses 4 concepts:&lt;br /&gt;
&lt;br /&gt;
====machine====&lt;br /&gt;
current machine (configured on config.py)&lt;br /&gt;
&lt;br /&gt;
====build====&lt;br /&gt;
a blender binary (*.bin) (given as argument)     &lt;br /&gt;
&lt;br /&gt;
====case====&lt;br /&gt;
A .blend scene (*.blend) (given as argument)&lt;br /&gt;
&lt;br /&gt;
====test-run====&lt;br /&gt;
A test-run is the result of running a build against a scene on a given machine&lt;br /&gt;
test-run results are saved on:&lt;br /&gt;
 &amp;lt;config.run_path&amp;gt;/&amp;lt;machine_hash&amp;gt;/&amp;lt;build_hash&amp;gt;/&amp;lt;case_hash&amp;gt;/result.xml&lt;br /&gt;
 &amp;lt;config.run_path&amp;gt;/&amp;lt;machine_hash&amp;gt;/&amp;lt;build_hash&amp;gt;/&amp;lt;case_hash&amp;gt;/1.png&lt;br /&gt;
											  and save information like: time, stderr, stdout, exit_code, image result&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Usage===&lt;br /&gt;
blendertest.py &amp;lt;action&amp;gt; &amp;lt;paths&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*all .blend found while walking the paths are considered as a test case&lt;br /&gt;
*all .bin found while walking the paths are considered builds&lt;br /&gt;
&lt;br /&gt;
action can be one of:&lt;br /&gt;
 --update (run tests cases on the given builds/cases)&lt;br /&gt;
 --html   (outputs a comparison table between the given builds/cases)&lt;br /&gt;
&lt;br /&gt;
as so running builds against test case can be as simple as:&lt;br /&gt;
 blendertest.py --update &amp;lt;paths_with_cases&amp;gt; &amp;lt;paths_with_builds&amp;gt;&lt;br /&gt;
 blendertest.py --update case/test249/render build/rev12345.bin&lt;br /&gt;
&lt;br /&gt;
to generate an html comparison use:&lt;br /&gt;
 blendertest.py --html &amp;lt;path_with_cases&amp;gt; &amp;lt;paths_with_builds&amp;gt;&lt;br /&gt;
 bendertest.py --html build/ case/ &amp;gt; html/all.html&lt;/div&gt;</summary>
		<author><name>wiki&gt;Jaguarandi</name></author>
		
	</entry>
</feed>