﻿<?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%2FUI%2Fguidelines</id>
	<title>Dev:Source/UI/guidelines - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3ASource%2FUI%2Fguidelines"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Source/UI/guidelines&amp;action=history"/>
	<updated>2026-09-16T17:58:53Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:Source/UI/guidelines&amp;diff=144811&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Source/UI/guidelines&amp;diff=144811&amp;oldid=prev"/>
		<updated>2018-06-28T21:05:24Z</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:05時点における版&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/UI/guidelines&amp;diff=144810&amp;oldid=prev</id>
		<title>wiki&gt;Billrey: /* Deference */</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Source/UI/guidelines&amp;diff=144810&amp;oldid=prev"/>
		<updated>2013-11-18T11:49:26Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Deference&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Blender User Interface Principles  =&lt;br /&gt;
&lt;br /&gt;
== The Purpose of This Document ==&lt;br /&gt;
This document does not aim to provide specific solutions or suggestions, but instead to provide overarching guidelines for Blender UI development. It is a starting point to agree on before delving into specifics.&lt;br /&gt;
&lt;br /&gt;
== Blender Is For Artists == &lt;br /&gt;
It’s important to keep in mind that Blender is a tool for artists to create animated films or games. It can be used as a complete pipeline solution or as part of a larger pipeline. Blender is not a programming API or scripting environment; these are secondary to the main focus.&lt;br /&gt;
&lt;br /&gt;
== Design Is How It Works ==&lt;br /&gt;
It's easy to dismiss user interface design as being the outer layer, only the veneer, or just the visual component of an application. However, successful UI design is much deeper than that. It's not about how it looks, [http://tldr.io/tldrs/50e2f1d39f32611e0a0007c8/aral-balkandesign-is-not-veneer but how it works]. One must consider the user experience from the start, and then work to make that possible through engineering and visual communication.&lt;br /&gt;
&lt;br /&gt;
== User-Centric, Not Code Centric ==&lt;br /&gt;
The UI and termiology should focus on ease of use for users and reflect the users' [http://www.nngroup.com/articles/mental-models/ mental model]. Case in point: The 'redo' panel. Calling it the 'redo' panel makes no sense to the user. Conceptually you are tweaking the current tool, even though internally it may be stepping back and then re-doing operator. We should start with the user in mind.&lt;br /&gt;
&lt;br /&gt;
== Using Established Standards vs Being Better== &lt;br /&gt;
[http://www.usabilityfirst.com/glossary/standard/ Standards] help to ensure consistency across applications for users, thus reducing learning time and helping to prevent user errors.&lt;br /&gt;
&lt;br /&gt;
A user can reach maximum [http://www.usabilityfirst.com/glossary/automaticity/ automaticity] quickly if he/she is able to get started with Blender, using standards that he/she already knows. This is what an [http://www.usabilityfirst.com/glossary/intuitive/ intuitive] interface means: relying on what users already know (from the real world or from other apps) to lessen the amount of new things they have to learn.&lt;br /&gt;
&lt;br /&gt;
However, we must also acknowledge that the only way to make Blender a better app than the competition is to be different in certain ways. You can only be better by being different. &lt;br /&gt;
This does not mean that being different is necessarily better either.&lt;br /&gt;
&lt;br /&gt;
Blender should strive to use established standards for interaction unless we find a superior solution, in which case we should not hesitate to use that.&lt;br /&gt;
&lt;br /&gt;
== New Users vs Experts==&lt;br /&gt;
It turns out that most users are neither [http://www.uxpassion.com/blog/strategy-concepts/user-interface-design-beginners-intermediates-experts beginners, nor experts]. Most users are beginners for a small amount of time, and spend most of their time as intermediate users, before finally becoming an expert.&lt;br /&gt;
&lt;br /&gt;
The length of time they are beginners is the responsibility of the user interface, and as such it should strive to make it as easy as possible to progress. Likewise, Blender should focus on efficiency, to let users accomplish tasks with as little fuss as possible.&lt;br /&gt;
&lt;br /&gt;
== Non-modal == &lt;br /&gt;
From UsabilityFirst:&lt;br /&gt;
''A type of interface where the user is free to perform any action in the interface and the interpretation of user input is the same at all times. That is, mouse clicks always have the same effect and keystrokes always have the same effect. This is particularly in contrast to modal interfaces, where the interpretation of input can vary depending on the current state or current settings (the “mode”).''&lt;br /&gt;
&lt;br /&gt;
Blender should strive to be as [http://www.usabilityfirst.com/glossary/modeless/ non-modal] as possible. Modes means more than the explicit modes in Blender (Object Mode, Edit Mode etc): It means that tools and settings are presented in non-blocking areas instead of popup menus that block the users workflow. This eliminates guesswork, because the user is able to see the result of a setting immediately in the context of the scene.&lt;br /&gt;
&lt;br /&gt;
== Deference == &lt;br /&gt;
Blender is a tool for creating visual content. The UI should get out of the way, and not steal attention or valuable screen space. We should not confuse and distract users with too many boxes and dialogs that obstruct the users main [http://www.usabilityfirst.com/glossary/locus-of-attention/ locus of attention]: creating artwork. This also means we should make sure the UI doesn’t take up too much room. The user should have maximum space for concentrating on their artwork without feeling cramped by UI elements competing for attention.&lt;br /&gt;
&lt;br /&gt;
== Tools == &lt;br /&gt;
Blender should provide a visual and spatial way to access tools. Hotkeys may be used, [https://developer.apple.com/library/mac/documentation/userexperience/conceptual/applehiguidelines/KeyboardShortcuts/KeyboardShortcuts.html but never as the only or primary way to enable a tool].&lt;br /&gt;
&lt;br /&gt;
In Blender we use the Select -&amp;gt; Tool -&amp;gt; Tweak interaction model. This means that the user is presented with options to tweak settings *after* a tool is invoked. Case in point: Subdivide. First you select an item, then invoke the Subdivide tool, and finally you set the amount of subdivisions. &lt;br /&gt;
&lt;br /&gt;
The advantage of this paradigm is that the user is able to see the result of the setting immediately, and is able to inspect the result while making changes to the active tool.&lt;br /&gt;
&lt;br /&gt;
== Visual Scanning == &lt;br /&gt;
In Blender we have many settings and options. With such a large list, we should optimise for [http://www.freshconsulting.com/navigation-ui-design/ scanning through lists] to check settings on and off. This means optimising for vertical eye scanning down long lists.&lt;br /&gt;
&lt;br /&gt;
== Direct Interaction == &lt;br /&gt;
Whenever possible, allow [http://www.usabilityfirst.com/glossary/direct-manipulation/ direct interaction] in 3D space rather than abstract number fields and setting lists. Imagine only being able to translate using numerical values - this would be annoying, because you’d loose your sense of where your object is in the scene. This can be extrapolated to many other tools which are currently driven by numerical input rather than visual interaction. Direct, visual manipulation is preferred over numerical input.&lt;br /&gt;
&lt;br /&gt;
== Motion == &lt;br /&gt;
[http://uianimation.com/ Motion in UI’s] can help make transitions between UI states easier to comprehend for the user. It gives the user a sense of place, and clarifies relationships and the movement of objects. An example of this working well is when changing views in the 3D View. The view graciously  animates from its current to selected angle to maintain a sense of space.&lt;br /&gt;
&lt;br /&gt;
An example where this works less well is with reordering modifiers: They jump instantly from their prior place to the selected place, which makes reordering modifiers an unnecessarily confusing experience.&lt;/div&gt;</summary>
		<author><name>wiki&gt;Billrey</name></author>
		
	</entry>
</feed>