﻿<?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%3A2.8%2FSource%2FViewport%2FWorkbench</id>
	<title>Dev:2.8/Source/Viewport/Workbench - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3A2.8%2FSource%2FViewport%2FWorkbench"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:2.8/Source/Viewport/Workbench&amp;action=history"/>
	<updated>2026-05-03T18:02:02Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:2.8/Source/Viewport/Workbench&amp;diff=154571&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:2.8/Source/Viewport/Workbench&amp;diff=154571&amp;oldid=prev"/>
		<updated>2018-06-28T21:23:59Z</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:23時点における版&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:2.8/Source/Viewport/Workbench&amp;diff=154570&amp;oldid=prev</id>
		<title>wiki&gt;Jbakker: /* Object coloring */</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:2.8/Source/Viewport/Workbench&amp;diff=154570&amp;oldid=prev"/>
		<updated>2018-04-20T13:03:58Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Object coloring&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The workbench is used for several draw modes&lt;br /&gt;
&lt;br /&gt;
* Solid Flat&lt;br /&gt;
* Solid Studio&lt;br /&gt;
* Texture Flat&lt;br /&gt;
* Texture Studio&lt;br /&gt;
* Clay rendering&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Flat Lighting ==&lt;br /&gt;
&lt;br /&gt;
* Just a single color&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Studio Lighting ==&lt;br /&gt;
&lt;br /&gt;
* Single HDRI with a single sun lamp for shadows. &lt;br /&gt;
* For diffuse lighting the HDRI will be used as 6 uniform colors (each side of the cube one). Via the normal of the object the colors are interpolated and used as lighting. idea is to create a more interesting look.&lt;br /&gt;
* When specular lighting is implemented we will use the HDRI as a texture.&lt;br /&gt;
* Shadows are subtracted from the light.&lt;br /&gt;
* Using a CSM to create sharp shadows.&lt;br /&gt;
* Add some AO&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Object coloring == &lt;br /&gt;
&lt;br /&gt;
The color of the object to draw in the solid mode of the workbench can be set in 2 modes&lt;br /&gt;
&lt;br /&gt;
* Use the object color (ob-&amp;gt;col). DepsGraph + CollectionManager will allow overrides of the object color in a collection. So we will also be able to override the color of an object per collection&lt;br /&gt;
* Pick a random color &lt;br /&gt;
&lt;br /&gt;
This setting will be a flag that can be changed per View3D.&lt;br /&gt;
&lt;br /&gt;
[[File:Dev-workbench-random-object-colors.png]]&lt;br /&gt;
&lt;br /&gt;
For the random color picking we will try to be persistent in giving the color to objects. We will store the given offset of the color in a ghash where we use the name as key. This way the object itself does not need to store anything in the blend file. The system will also be able to generate persistent colors for linked in assets.&lt;br /&gt;
&lt;br /&gt;
The random color generation will be done by an HSV where the H will have a golden ratio offset, s=0.5, v=0.95. Eventually the colors will get closer to each other and we will be able to influence the V value. But lets start with this as a first implementation. We could also switch to a Halton sequece between two components of the HSV.&lt;/div&gt;</summary>
		<author><name>wiki&gt;Jbakker</name></author>
		
	</entry>
</feed>