﻿<?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%3ARef%2FProposals%2FCompositor2014_p1.4_TD</id>
	<title>Dev:Ref/Proposals/Compositor2014 p1.4 TD - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3ARef%2FProposals%2FCompositor2014_p1.4_TD"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Ref/Proposals/Compositor2014_p1.4_TD&amp;action=history"/>
	<updated>2026-09-10T06:05:24Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:Ref/Proposals/Compositor2014_p1.4_TD&amp;diff=146773&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Ref/Proposals/Compositor2014_p1.4_TD&amp;diff=146773&amp;oldid=prev"/>
		<updated>2018-06-28T21:08:08Z</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:08時点における版&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:Ref/Proposals/Compositor2014_p1.4_TD&amp;diff=146772&amp;oldid=prev</id>
		<title>wiki&gt;Jbakker: Created page with &quot;= Compositor 2014 p1.4 Vector Blur technical design =  == IST (current situation) ==  The current VectorBlur Node has been implemented and optimized for a single core and a seria...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Ref/Proposals/Compositor2014_p1.4_TD&amp;diff=146772&amp;oldid=prev"/>
		<updated>2014-05-14T17:55:14Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= Compositor 2014 p1.4 Vector Blur technical design =  == IST (current situation) ==  The current VectorBlur Node has been implemented and optimized for a single core and a seria...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Compositor 2014 p1.4 Vector Blur technical design =&lt;br /&gt;
&lt;br /&gt;
== IST (current situation) ==&lt;br /&gt;
&lt;br /&gt;
The current VectorBlur Node has been implemented and optimized for a single core and a serial process. The node itself calls an internal function of the Blender Internal renderer. This function does the whole trick.&lt;br /&gt;
The current implementation does the next steps&lt;br /&gt;
=== step 1: clean up speed pass ===&lt;br /&gt;
The speedpass contains values of the screenmovement between the last frame and the frame rendered and with the next frame. This is used as motion. This speedpass needs to be cleaned up (All values equal to PASS_VECTOR_MAX are set to zero)&lt;br /&gt;
=== step 2: minimum speed ===&lt;br /&gt;
When the min speed option is used (min_speed larger than zero) the speedpass is adjusted (the next is done for the previous frame (R, G) and the next frame (B, A). &lt;br /&gt;
When screen vector is zero, the new screen vector is zero&lt;br /&gt;
If speed less than min_speed, also use zero&lt;br /&gt;
else speed is mixed with the minspeed (speed *= (1.0f - minspeed/speed))&lt;br /&gt;
&lt;br /&gt;
=== step 3: calculate average speed and average depth ===&lt;br /&gt;
calculate average speed and the average depth. If maxspeed option is used, adjust accordingly&lt;br /&gt;
also reset the speeds on the border&lt;br /&gt;
&lt;br /&gt;
=== step 4: tag pixels that have a motion ===&lt;br /&gt;
This step makes a mask of the pixels that have speed. other pixels can be ignores&lt;br /&gt;
&lt;br /&gt;
=== step 5: blur ===&lt;br /&gt;
for each sample? TDB&lt;br /&gt;
&lt;br /&gt;
=== step 6: &lt;br /&gt;
&lt;br /&gt;
blend original image with accumilated image based on &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
&lt;br /&gt;
As the current implementation is serial and only uses a single thread it blocks the whole compositor workflow. When artists complain about the speed of the compositor it is mainly when they use this node.&lt;br /&gt;
&lt;br /&gt;
== SOLL (target situation) ==&lt;br /&gt;
&lt;br /&gt;
solution seems very alike the camera blurs as they also a stepped approach. the accumilated image is something that we need to address, but should still be valid when using the CPU. On GPU this might be an issue.&lt;/div&gt;</summary>
		<author><name>wiki&gt;Jbakker</name></author>
		
	</entry>
</feed>