﻿<?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%2FTodo%2FRender</id>
	<title>Dev:Source/Development/Todo/Render - 版の履歴</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%2FTodo%2FRender"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Source/Development/Todo/Render&amp;action=history"/>
	<updated>2026-05-09T14:17:34Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:Source/Development/Todo/Render&amp;diff=103899&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/Todo/Render&amp;diff=103899&amp;oldid=prev"/>
		<updated>2018-06-28T19:42:10Z</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日 (木) 19: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=Dev:Source/Development/Todo/Render&amp;diff=103898&amp;oldid=prev</id>
		<title>2017年5月17日 (水) 12:54にwiki&gt;Hypersomniacによる</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Source/Development/Todo/Render&amp;diff=103898&amp;oldid=prev"/>
		<updated>2017-05-17T12:54:50Z</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;=== Render &amp;amp; UI ===&lt;br /&gt;
&lt;br /&gt;
* While rendering, manipulating images (like reload, resizing generated) can still crash Blender. Better image &amp;quot;owner&amp;quot; locking is required for 2.5 ({{BugReport|28477}})&lt;br /&gt;
* While rendering, several UI changes can cause crashes ({{BugReport|24758}})&lt;br /&gt;
* Rendering can't really use normal scene data if ui is interactive without causing all kinds of trouble, for examples and related issues see the item above this one.. and the reports ({{BugReport|26535}})&lt;br /&gt;
* Renaming scene leads to missing rendered result in image editor and compositor (see ({{BugReport|30222}}))&lt;br /&gt;
* Rendering with File Output nodes could produce unwanted output images, see ({{BugReport|38605}})&lt;br /&gt;
* Shaded draw mode (using render code for vertex colors) is most certainly not coming back&lt;br /&gt;
* Color Management can be communicated better, like when sampling colors in Image Window it confuses (could indicate such). Color Management also wasn't added backward compatible, disabling it gives dark results.&lt;br /&gt;
* Compositor &amp;quot;file out&amp;quot; node doesn't work for FSA, and as color management troubles too.&lt;br /&gt;
* FSA render uses temp files with names preventing other Blender instances to render too. ({{BugReport|28314}})&lt;br /&gt;
* Texture nodes have been implemented by recursively (backwards) calling parent nodes, this gives issues for viewers, previews and threads in general.We will try to keep it stable, but the functionality for this is going to replaced with a better shader system in 2.6. (compositor and material nodes call nodes forward, sorted on dependency. Each node is only called once this way).&lt;br /&gt;
* Render display in Image window, for a window previously showing UV editor, doesn't restore correctly. ({{BugReport|26828}}). Code for this is too much spread around and fuzzy, needs full revision.&lt;br /&gt;
* Object transform is not possible during rendering {{BugReport|37019}}&lt;br /&gt;
* Don't render and warn when a driver or pre-render script can't be executed, a texture is missing, physics are not baked. Needed e.g. when renderfarms have scripts blocked.&lt;br /&gt;
&lt;br /&gt;
=== Render Engine ===&lt;br /&gt;
&lt;br /&gt;
* Raytracing black dots (({{BugReport|20280}}))&lt;br /&gt;
&lt;br /&gt;
* Known issue since 2.3x: Raytracing textures doesn't preserve tangents or derivatives, causing normalmaps or image textures or bumps to not show, or too blurred. Is for new shader system (2.6)&lt;br /&gt;
* Known issue since 2.3x: Raytraced shadows or reflections don't show up in Environment Maps. Postponed to 2.6 as well.&lt;br /&gt;
* Known issue since beginning: Raytracing doesn't support screen texture coordinates (on ray hits)&lt;br /&gt;
* Known issue: Oren Nayer diffuse doesn't work correct for Area Lights (Oren Nayer can't use volumetric integral)&lt;br /&gt;
* Using displacement texture + use normal from same texture gives unpredictable results. ({{BugReport|25532}})&lt;br /&gt;
* Texture nodes disabled for displacement now, conflict in using it with render (needs owner for stack).&lt;br /&gt;
* 2.6 todo: for recode of shaders, be aware of errors in sampling transparent shadows ({{BugReport|25386}})&lt;br /&gt;
* Stencil option in material only works a bit wacko, affecting its own channel too and multiplying effect on normals on each further channel. Fix is possible, but preferred is to wait for 2.6 redesign. ({{BugReport|26184}})&lt;br /&gt;
* Known issue: Full Sample render doesn't work for Lens Flares.&lt;br /&gt;
* Raytraced soft shadows for sun and hemi depend on scene size (({{BugReport|29756}}))&lt;br /&gt;
* wrong Environment Lighting caused by zenith color (({{BugReport|28926}}))&lt;br /&gt;
* Shadow Only doesn't work with Environment Light (({{BugReport|27017}}))&lt;br /&gt;
* SSS with small scattering distance can give artifacts with AA render in some cases (({{BugReport|30743}}))&lt;br /&gt;
* Textures used for world/lamps can't be disabled like for material, was never implemented (({{BugReport|33406}}))&lt;br /&gt;
* Using extremely small faces can cause normals to flip: ({{BugReport|34171}})&lt;br /&gt;
* Implementation of &amp;quot;Cook Torrance&amp;quot; and &amp;quot;Blinn&amp;quot; specular are inaccurate and use wrong names; ({{BugReport|34564}})&lt;br /&gt;
* Model with two UVs would use active UV layer for tangent space calculation, which gives different results in both viewport and render when activating different UV layers. (see {{BugReport|33810}})&lt;br /&gt;
* Spot lamps with non-uniform scale don't render correctly (see {{BugReport|37071}})&lt;br /&gt;
* Point cache for duplicated objects doesn't behave as it expected {{bugReport|39195}}&lt;br /&gt;
* Sampled motion blur shutter time is not centered around the current frame, but always after the frame. This should be fixed or an option added. ({{BugReport|39840}})&lt;br /&gt;
* Shadow Only ignores the shadow color of lamps {{BugReport|41973}}&lt;br /&gt;
* Ray tracing and alpha does not really like each other {{bugReport|41985}}&lt;br /&gt;
* Tangent material shading doesn't work good for flat shading {{BugReport|41990}}&lt;br /&gt;
* Transparent shadows fail under certain circumstances. {{BugReport|39981}}&lt;br /&gt;
* Blend Sky is not reflected definitely by Environment Map. {{BugReport|41260}}&lt;br /&gt;
* Light group can be added from other scene to current one, bringing unwanted light sources {{BugReport|43432}}&lt;br /&gt;
* Specular/diffuse alpha gives undesired results with raytrace {{BugReport|44777}}&lt;br /&gt;
* Clipping code has numeric instabilities ({{BugReport|44950}})&lt;br /&gt;
* Translucency has weird behavior when using normal map ({{BugReport|44987}}, {{BugReport|44988}})&lt;br /&gt;
* Scaling instance to zero might other instances to disappear, {{BugReport|46937}}&lt;br /&gt;
* Shadow-only materials ignoring shadow color ({{BugReport|44875}})&lt;br /&gt;
* Procedural textures might flicker in certain configurations ({{BugReport|48606}})&lt;br /&gt;
* Shading artifacts in Blender Internal shadows  ({{BugReport|50520}})&lt;br /&gt;
* Edge enhance pass might create unexpected outlines ({{BugReport|51337}})&lt;br /&gt;
&lt;br /&gt;
=== Volume Rendering ===&lt;br /&gt;
In general: this feature is currently not in active maintenance, we need a new owner of the code.&lt;br /&gt;
* Volumes don't render inside transparent objects (({{BugReport|20407}}))&lt;br /&gt;
* Add 'bounding box' texture mapping type (stretches 0,1 or -1,1 mapped to object instance's bounding box)&lt;br /&gt;
* Try to make the point density baking space stuff more intuitive&lt;br /&gt;
* Only the basis metaball with volumetric material is taken into account when rendering (({{BugReport|20094}}))&lt;br /&gt;
* Volume and z-layer (({{BugReport|28849}}))&lt;br /&gt;
* Problem with Rendering Lamps in volumetric Bodies (({{BugReport|30322}}))&lt;br /&gt;
* Smoke doesn't receive light from his own particles (({{BugReport|29766}}))&lt;br /&gt;
* Mirror inside volume does not reflect volume (({{BugReport|31749}}))&lt;br /&gt;
* Point density texture is unpredictable for higher settings. [http://wiki.blender.org/index.php/Dev:2.5/Source/Development/Todo]&lt;br /&gt;
* Volume rendering doesn't work together with mask layers when inside volumes ({{BugReport|33480}})&lt;br /&gt;
* [#35383] Volume and Z depth error, render inside volumes. ({{BugReport|35383}})&lt;br /&gt;
* Smoke volume and render layer behavior ({{BugReport|39142}})&lt;br /&gt;
* Random integrator might cause flickers in animation {{BugReport|41594}}&lt;br /&gt;
&lt;br /&gt;
=== Node Materials ===&lt;br /&gt;
* Threading issue with large memory requiring trees (({{BugReport|24027}}))&lt;br /&gt;
* Material nodes are not supported for passes {{BugReport|41436}}&lt;br /&gt;
&lt;br /&gt;
=== Node Textures ===&lt;br /&gt;
* Grouping texture nodes affects on data range {{BugReport|45696}}&lt;br /&gt;
&lt;br /&gt;
=== Baking ===&lt;br /&gt;
* add option to smooth vertex colors as a post process after baking {{BugReport|35066}}.&lt;br /&gt;
* Baking to a low-res textures might miss pixels which lies on the UV island boundary {{BugReport|37681}}&lt;br /&gt;
* Vertex baking might cause AO artifacts {{BugReport|44178}}&lt;br /&gt;
* Support dupligroups {{BugReport|43553}}&lt;br /&gt;
* Modifier produces non deterministic effects {{BugReport|42015}}&lt;br /&gt;
* Update Blender side baking to support different topologies needed for adaptive subdivision {{BugReport|49405}}&lt;br /&gt;
&lt;br /&gt;
== Render Engine (Freestyle) ==&lt;br /&gt;
* NGons creating unwanted lines in Freestyle {{BugReport|40163}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Render Engine (Eevee) ==&lt;br /&gt;
* Linear motion blur is not sufficient to express very fast rotating motions. Non-linear with bezier interpolation should do the trick, or maybe substep decomposition. {{BugReport|51480}}&lt;/div&gt;</summary>
		<author><name>wiki&gt;Hypersomniac</name></author>
		
	</entry>
</feed>