﻿<?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%2FUserInterface</id>
	<title>Dev:Source/Development/Todo/UserInterface - 版の履歴</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%2FUserInterface"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Source/Development/Todo/UserInterface&amp;action=history"/>
	<updated>2026-07-29T00:22:22Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:Source/Development/Todo/UserInterface&amp;diff=90559&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/UserInterface&amp;diff=90559&amp;oldid=prev"/>
		<updated>2018-06-28T18:43:19Z</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:43時点における版&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/UserInterface&amp;diff=90558&amp;oldid=prev</id>
		<title>2018年6月5日 (火) 08:21にwiki&gt;Lichtwerkによる</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Source/Development/Todo/UserInterface&amp;diff=90558&amp;oldid=prev"/>
		<updated>2018-06-05T08:21:02Z</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;{{Dev:2.5/Source/Development/Todo/index}}&lt;br /&gt;
&lt;br /&gt;
== General 2.5 targets ==&lt;br /&gt;
&lt;br /&gt;
* Support in operators for 'menu names', remove all custom names in UI scripts.&lt;br /&gt;
* Key map menu on splash with preset configs&lt;br /&gt;
* New 2.5 key configuration&lt;br /&gt;
* Prompt on unsaved changes dialog for all OSes, make exit methods consistent (ctrl q, clicking X, etc.) [D566 has landed, but do this on unsaved changes before doing &amp;quot;Open/Open Recent&amp;quot; as well? see T55328]&lt;br /&gt;
* Horizontal layouts is currently not well supported ({{BugReport|23154}}). Tabbing has been removed.&lt;br /&gt;
* Selecting Fonts and &amp;quot;Styles&amp;quot; for drawing UI (font sizes for panel headers etc) has to be implemented still&lt;br /&gt;
&lt;br /&gt;
== General todo items ==&lt;br /&gt;
&lt;br /&gt;
* Consistent method for generating/appending/reordering/removing customizable lists of tools (tool shelf, custom menus, etc). If this can't be done quickly, then remove customization options for tool shelf and leave for a later release.&lt;br /&gt;
* Editing multiple datablocks at once.&lt;br /&gt;
* Saving thumbnails currently saves the 3D view, which isn't useful for blend files primarily using the sequencer: See {{BugReport|34112}}&lt;br /&gt;
* Reduce memory usage of font caches for utf8 fonts ({{BugReport|34627}})&lt;br /&gt;
* Search function: Unicode is case sensitive when it shouldn't be ({{BugReport|43221}})&lt;br /&gt;
* Rendering user interface for stereo might produce artifacts caused by changes inbetween of view renders ({{BugReport|46478}})&lt;br /&gt;
* Support font rendering using sub-pixel bitmaps. Should fix jagged drawing of some fonts without anti-aliasing enabled ({{BugReport|53041}}).&lt;br /&gt;
&lt;br /&gt;
== Properties Editor ==&lt;br /&gt;
* Undo looses buttons stored path ({{BugReport|40046}})&lt;br /&gt;
* Default property units is not always what users expect it to be {{BugReport|40312}}&lt;br /&gt;
&lt;br /&gt;
== File Path handling ==&lt;br /&gt;
&lt;br /&gt;
* Implement generic system to handle cross platform paths, relative paths, network drives, shortcuts, stream input files, etc.&lt;br /&gt;
* Path editing and commands in Blender now still leave 'trails' (old strings readable). ({{BugReport|35712}})&lt;br /&gt;
&lt;br /&gt;
== Issues per category ==&lt;br /&gt;
&lt;br /&gt;
=== Left Mouse selection conflicts with defaults ===&lt;br /&gt;
* Since Blender doesn't have a modal UI (select mode, transform mode, view move mode, etc), we designed it to have basic actions default assigned to distinct mouse buttons (left = tools, middle = view, right = select). Users who prefer left-mouse select still experience conflicts, for example with Painting tools that allow selection too. See {{BugReport|35031}} for discussion and design ideas.&lt;br /&gt;
&lt;br /&gt;
=== Mouse Support ===&lt;br /&gt;
* X11 Isn't using true grabbing since it can lock the OS, see {{BugReport|39144}}&lt;br /&gt;
* Continuous grab doesn't work when the Blender window goes outside of the screen, see {{BugReport|50005}}&lt;br /&gt;
&lt;br /&gt;
=== Tablet Support ===&lt;br /&gt;
* Tweak events (hold-drag) need user preset for adjusting the behaviour of pen clicks to register as mouse click.&lt;br /&gt;
* Blender will work properly with only one of several tablets plugged in, see {{BugReport|33206}}&lt;br /&gt;
* Fix conflicts with tablets in absolute mode and Continuous Grab enabled (i.e. by ignoring Continuous grab if events come from tablet), see {{BugReport|43106}}&lt;br /&gt;
&lt;br /&gt;
=== NDOF / 3D Mouse ===&lt;br /&gt;
* Note: default usage keeps view pivot the same, so you can use it for modeling. Options for panning or free fly mode are with modifier keys. You can set own preferences via the User Preferences keymap editor.&lt;br /&gt;
* The Space-Navigator software on windows seems to be causing problems {{BugReport|42694}}&lt;br /&gt;
&lt;br /&gt;
=== Keymap Editing ===&lt;br /&gt;
* Add modal keymap to View2D (and other modal view options)&lt;br /&gt;
* Check for key conflicts. (operator wm.keyconfig_test already does that but only prints result to console due to high number of false positives)&lt;br /&gt;
* Check for key conflicts when assigning a key, see {{BugReport|35588}}&lt;br /&gt;
* New default 2.5 keymap.&lt;br /&gt;
* Allow Mouse Events to work with Custom Modifier Key {{BugReport|32641}}, {{BugReport|34822}}&lt;br /&gt;
* Keymap conversion is not always correct across Blender versions {{BugReport|44115}}&lt;br /&gt;
* Blender hotkey priority is defined by order but hotkey editor does not allow for order editing {{BugReport|53710}}&lt;br /&gt;
&lt;br /&gt;
=== File Browser ===&lt;br /&gt;
* Create button types for File Browser buttons (mostly hardcoded, atm)&lt;br /&gt;
&lt;br /&gt;
=== Blender Window Manager ===&lt;br /&gt;
* &amp;lt;none&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Support Keyboard layouts ===&lt;br /&gt;
* Qwerty keyboards are still default for a lot of Blender hotkey code. It was in our 2.5 spec to add proper handling for other keyboards (like Azerty, that has no number keys on top). The way how 'raw keys' are being generated in Ghost needs review. ({{BugReport|28393}})&lt;br /&gt;
&lt;br /&gt;
=== Menu ===&lt;br /&gt;
* Resolve the case when the mouse isn't able to select the last used item in a menu see: {{BugReport|32542}}&lt;br /&gt;
* Some menus are too wide to draw reliably for narrow windows. {{BugReport|34500}}&lt;br /&gt;
* Menu shortcus are not always consistent between different areas {{BugReport|38967}}&lt;br /&gt;
* Preset Menu's always show their last-set value, even after file-reload. ({{BugReport|43363}})&lt;br /&gt;
* Add assign shortcuts option to Menus. {{BugReport|51095}}&lt;br /&gt;
&lt;br /&gt;
=== Search menu ===&lt;br /&gt;
* Search (space) doesn't show hotkeys for operators (like Mark Seam)  that in a collection, like CTRL+E. Unsure what best solution would be, but definitely worth investigating.&lt;br /&gt;
* ID search menu has got fixed width which isn't convenient to choosing long datablock names, see {{BugReport|33294}}&lt;br /&gt;
&lt;br /&gt;
=== Events ===&lt;br /&gt;
* Pressing non-modifier key before releasing previous non-modifier button is treating as second key with modifier of first key, which is confusing in some cases (see {{BugReport|29586}})&lt;br /&gt;
* Need to implement two queues of events for dominant and secondary operands so it'll be a general way to apply some tool and navigate through viewspace.&lt;br /&gt;
* ESC presses to stop render or simulations now don't use events, but set the &amp;quot;G.is_break&amp;quot; always before events get handled. That's to ensure an ESC is working always, but it conflicts with pressing ESC in buttons or FileWindow etc.&lt;br /&gt;
* Implementation of mouse &amp;quot;Press&amp;quot; versus &amp;quot;Tweak&amp;quot; versus &amp;quot;Click&amp;quot; and &amp;quot;Release&amp;quot; event is very fuzzy, and seems to be not much in control for KeyMaps. Main reason is Select-activate operator, that marks an event &amp;quot;Handled&amp;quot; as well as &amp;quot;Pass through&amp;quot;. See {{BugReport|34206}}, {{BugReport|35859}}&lt;br /&gt;
* Modal operators should be able to have a *sloppy* context that follows the mouse {{BugReport|36711}}&lt;br /&gt;
* Currently, Blender always generate a 'click' event before generating a 'double click' one. Though this is desired in most cases, in some it is an issue (see {{BugReport|40009}}). Maybe we could add a new event type, 'simple click', that would only get generated in addition to a 'click' one, when we are sure there is no 'double click'?&lt;br /&gt;
* Holding buttons generates key-repeat events, making it impossible to have actions execute while a key is held. {{BugReport|40537}}&lt;br /&gt;
* Modifiers keys should probably be reworked, currently in some cases (like &amp;lt;alt-tab&amp;gt;-switching between windows) wrong modifiers states can remain in wmWindow, this should be managed by Ghost (see {{BugReport|40155}}).&lt;br /&gt;
* Seems some operators doesn't check where event came from when dealing with different zoom methods {{BugReport|37372}}&lt;br /&gt;
* Holding a modifier key before activating a window, Blender doesn't update that the modifier is being pressed. {{BugReport|40317}}&lt;br /&gt;
&lt;br /&gt;
=== Notifiers (redraws) ===&lt;br /&gt;
* Current RNA property definitions don't handle cases for redraws of button values over multiple editors (like rna editor in outliner should reflect in properties window). Ton will resolve.&lt;br /&gt;
&lt;br /&gt;
=== Macros ===&lt;br /&gt;
* UI to create/record/edit them.&lt;br /&gt;
* Python can't set with properties for nested operators yet when calling a macro.&lt;br /&gt;
* Macro options can't be edited in the toolbar {{BugReport|35079}}&lt;br /&gt;
&lt;br /&gt;
=== Toolbars, Property views ===&lt;br /&gt;
* Save positions in file, implement useful memory here as well (per mode, object type?).&lt;br /&gt;
* Set properties, icons, text for items.&lt;br /&gt;
* Different shapes, horizontal, .. ?&lt;br /&gt;
&lt;br /&gt;
=== Regions ===&lt;br /&gt;
* Scaling window down and up multiple times or changing DPI causes wrong region/areas. Example {{BugReport|23664}}, resize prob {{BugReport|19691}}, {{BugReport|19720}}, {{BugReport|22775}}, {{BugReport|33153}} and {{BugReport|50866}}&lt;br /&gt;
* Scrolling on pop-up regions doesn't behave properly, see {{BugReport|28199}}.&lt;br /&gt;
* Popup dialog box buttons for operator can only be pressed once {{BugReport|35154}}&lt;br /&gt;
&lt;br /&gt;
=== Undo, Redo and Operator Context ===&lt;br /&gt;
* Global undo doesn't work with editing text. (also mentioned in Editors category) ({{BugReport|24543}})&lt;br /&gt;
* Redo panel in 3d view has operators from all editors.&lt;br /&gt;
* Redo in editmode fails for ops that are not in editmode, like 'New Image' texture and &amp;quot;Edit texture space&amp;quot; (future todo)&lt;br /&gt;
* Can't redo when not in right region/area. (fixed now in 3d view)&lt;br /&gt;
* Redo for operators that depend on mouse position doesn't work.&lt;br /&gt;
* Redo after Undo fails {{BugReport|39887}}&lt;br /&gt;
* Running operators in background mode.&lt;br /&gt;
* Undo still clears history list, need better integration.&lt;br /&gt;
* Redoing operators should give reports in some cases, see ({{BugReport|21060}}).&lt;br /&gt;
* Patch for more elaborate operator context poll ({{BugReport|21888}}) (needs review still). Operator context and rna context are still problematic...&lt;br /&gt;
* Run operator, change a property somewhere and then redo operator reverts the property (({{BugReport|28482}}), {{BugReport|31231}})&lt;br /&gt;
* Redo operator behaves wrong when run from edit mode and operator changes data not related on topology and geometry (see ({{BugReport|30968}}))&lt;br /&gt;
* It's not currently possible to create a key logging python script that captures all events, there is no way for the operator to always receive events or get the context as the mouse moves (({{BugReport|28969}}))&lt;br /&gt;
* Memory usage of global undo might be improved in cases like removing CustomData layers ({{BugReport|31377}})&lt;br /&gt;
* Undo 'Create Transform Orientation' leaves a blank menu (screen data becomes out of sync with the scene) ({{BugReport|42468}})&lt;br /&gt;
* Undo/Redo 'Create Transform Orientation' does not handle Use After Creation option well (similar issue as above) ({{BugReport|46011}}).&lt;br /&gt;
* Undo 'Bake' currently fails ({{BugReport|45788}})&lt;br /&gt;
&lt;br /&gt;
=== Undo stack ===&lt;br /&gt;
* Redesign undo stack to get rid of problems caused by global and local stacks. Some of known limitations:&lt;br /&gt;
** Text editor vs global undo conflict, same for texture painting&lt;br /&gt;
** Unable to undo changes made to modifiers stack when user is in sculpt/edit mode&lt;br /&gt;
** Armature editmode undo doesn't restore pose constraints.&lt;br /&gt;
** Changing frame number followed by operator redo resets frame back (see ({{BugReport|28871}})).&lt;br /&gt;
** Undo during painting doesn't restore expected object data, see {{BugReport|38436}}&lt;br /&gt;
* Undo stack isn't aware about memory usage which easily leads to all memory used and crash (({{BugReport|30730}})).&lt;br /&gt;
* Mixing object modes confuses hook remapping on undo after toggling edit mode {{BugReport|41226}}&lt;br /&gt;
&lt;br /&gt;
=== Toolbox ===&lt;br /&gt;
* Bring back toolbox menus, or some sort of radial/pie menu. ([http://i.imgur.com/Lxqn1.jpg mockup])&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
* Better updates between windows when i.e. playing animation: ({{BugReport|21412}}).&lt;br /&gt;
* Closing a render window invalidates material preview render area: ({{BugReport|23848}}) (temp fix in rev 32040)&lt;br /&gt;
&lt;br /&gt;
=== Interactive Updates (slowness) ===&lt;br /&gt;
* Immediate update when dragging button can be slow,&amp;lt;br&amp;gt;can give problems when setting very high number for e.g. subsurf, can lock up. see ({{BugReport|24137}}).&lt;br /&gt;
&lt;br /&gt;
=== User Preferences ===&lt;br /&gt;
* Saving into separate files.&lt;br /&gt;
* Missing theme colors: Timeline yellow key lines, manipulator, 3d view length text, ...&lt;br /&gt;
* Theme colors need to be exposed in less messing way, so it'll be clear which exactly UI element is controlled by this color (see ({{BugReport|26947}}))&lt;br /&gt;
* Resetting defaults doesn't update presets menu {{BugReport|34454}}&lt;br /&gt;
* Some options can't be easily decoupled between user_pref.blend and startup.blend {{BugReport|48112}}&lt;br /&gt;
&lt;br /&gt;
=== Drag &amp;amp; Drop ===&lt;br /&gt;
* Add support for multiple (but similar) items to be dragged and dropped&lt;br /&gt;
&lt;br /&gt;
=== Screen grab / Screen cast ===&lt;br /&gt;
* Screen cast (video) was only added as a demo, is slow as well. Needs to be finished.&lt;br /&gt;
* Multiple usability problems ({{BugReport|47926}}, {{BugReport|47927}})&lt;br /&gt;
&lt;br /&gt;
=== UI Widgets ===&lt;br /&gt;
* Todo&lt;br /&gt;
** Port operator names from UI scrips to operators&lt;br /&gt;
** Color coding in buttons only works when animated property is in &amp;quot;own&amp;quot; ID data (for example, a material driver is on object level, and doesn't color button purple)&lt;br /&gt;
** Tab-key cycle to new button should skip option buttons: {{BugReport|23666}}&lt;br /&gt;
** Make tooltips for properties show shortcuts, in case an operator exists that changes this property&lt;br /&gt;
** Remove time for tooltip to appear after the the user has waited for the first one. Reset this timer when the user moves away from viewing tooltips.&lt;br /&gt;
** Couple usages of UILayout.template_preview will display only the first, see {{BugReport|28822}}.&lt;br /&gt;
** Some interface elements are getting misaligned when toggling some property, see {{BugReport|32188}}&lt;br /&gt;
** prop_search() buttons cant be created by the auto-ui, and currently need to be done manually in a draw function. see, {{BugReport|35154}} &lt;br /&gt;
** Add back alt+scroll for non-RNA pulldown menus, to cycle into values. Not so easy to do, probably can only be handled with a dedicated callback? {{BugReport|39374}}&lt;br /&gt;
** Alignment tips from the scripts not always gives expected results {{BugReport|28391}}&lt;br /&gt;
**Dimensinal UI items (like e.g. normal size or object's position) do not take into account scene's scale setting, which makes them pretty much unusable with big or small scales (e.g. 0.001 in metric, making millimeter as default unit, values change way to quickly, {{BugReport|41308}}).&lt;br /&gt;
** Dimensions buttons dont support multi-drag {{BugReport|38587}}&lt;br /&gt;
** ColorPicker/menu closing behaviour when opened over other area {{BugReport|22476}}&lt;br /&gt;
** ColorPicker HSV values currently ignores color pipeline {{BugReport|41287}}&lt;br /&gt;
&lt;br /&gt;
* Proposals&lt;br /&gt;
** The maximum (100%) value for scroll bars is usually too small in 2d views such as Node Editor etc. (you can never zoom out far enough using the handles)&lt;br /&gt;
** Make the Import and Export commands single operators. The import/export file format can then be chosen from a menu inside the file browser. [http://www.reynish.com/files/blender25/exporters.png Mockup]&lt;br /&gt;
** RNA Path Builder widget/mini-outliner for setting up Drivers and Keying Sets&lt;br /&gt;
** List Template popup for quick overview/search of many items. [http://www.reynish.com/files/blender25/console_ui.png Mockup]&lt;br /&gt;
** jendrzych made a good proposal on how to improve the listview for materials/textures [http://img76.imageshack.us/img76/4686/datablockminibrowserpro.png Mockup.]&lt;br /&gt;
** Implement new clean modifier list [http://tenderlovingdesign.com/storage/blender/Modifier_Proposal.pdf Mockup]&lt;br /&gt;
** Drag support for reordering textures, modifiers and constraints.&lt;br /&gt;
** Tweak console list. It is very hard to distill the essential information here.&lt;br /&gt;
** Make Info window stick to the top or bottom of the screen and remove ability to drag it. This causes some issues with the menus disappearing and is no longer needed.&lt;br /&gt;
** Animate sub-regions in and out&lt;br /&gt;
** Scroll bar wdiges could hide if not needed&lt;br /&gt;
** Disable most entries in the File menu when FileBrowser is open (Clicking open while a filebrowser for opening files already exists opens a new one in the info area)&lt;br /&gt;
** Limit Operator vs Tools resizing so there isn't a way to lose Operator area.&lt;br /&gt;
** Gamma correction options for Histogram and RGB curves widget&lt;br /&gt;
** Check on negative colours interaction with HSVCIRCLE widgets&lt;br /&gt;
** Text selection background for sliders is using the same color as for slide bar ({{BugReport|30881}})&lt;br /&gt;
&lt;br /&gt;
=== Presets ===&lt;br /&gt;
* Remember the chosen preset for things like subsurface scattering and cloth. Would also be good to change the shown preset name to &amp;quot;custom&amp;quot; when a value defined by the presets is changed. See {{BugReport|23597}}.&lt;br /&gt;
* Preset names are always CamelCase {{BugReport|31295}}.&lt;br /&gt;
&lt;br /&gt;
== Archived Design Tasks ==&lt;br /&gt;
&lt;br /&gt;
This list is for for user interface tasks which have no conclusion.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=text&amp;gt;&lt;br /&gt;
No resolution or activity in over 3 months,&lt;br /&gt;
archiving, listed in [[ http://wiki.blender.org/index.php?title=Dev:Source/Development/Todo/UserInterface#Archived_Design_Tasks | the wiki ]].&lt;br /&gt;
Can re-open when we have time to handle this one.&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Tool settings panel shows useless internal data {{BugReport|37438}}.&lt;br /&gt;
* Update brush icons {{BugReport|37960}}.&lt;br /&gt;
* Rework Renderer Menu {{BugReport|37742}}.&lt;br /&gt;
* Making the mode selection dropdown list in the Editor headers consistent across all editors that use them {{BugReport|38254}}.&lt;br /&gt;
* Presets &amp;amp; ID browser. Move + and x into the menu {{BugReport|38082}}.&lt;br /&gt;
* Sequencer - Display timestamps using standard timecodes instead of a custom method {{BugReport|38242}}.&lt;br /&gt;
* Unify Shading settings {{BugReport|37835}}.&lt;br /&gt;
* Use brightness to communicate information depth {{BugReport|38036}}.&lt;br /&gt;
* Improve visual distinction between Editors {{BugReport|38038}}.&lt;br /&gt;
* Unify viewport info and menu {{BugReport|37845}}.&lt;br /&gt;
* Blender Default Settings: Rendering {{BugReport|37475}}.&lt;br /&gt;
* Improve visual connection between properties screens and areas {{BugReport|37702}}.&lt;br /&gt;
* Tools with no settings pollute the 'redo' panel {{BugReport|37443}}.&lt;br /&gt;
* Unify Shading settings {{BugReport|37835}}.&lt;br /&gt;
* Transform tools redo panels show options that don’t make sense. {{BugReport|37446}}.&lt;br /&gt;
* 'Redo' panel: Some redo settings don't make sense to edit {{BugReport|37439}}.&lt;/div&gt;</summary>
		<author><name>wiki&gt;Lichtwerk</name></author>
		
	</entry>
</feed>