Dev:Source/Development/Todo/User-Submit Todo
Objective: To form a small team to assess & discuss & provide small fixes to Blender's user interface. Which in turn would be passed to to ui section maintainers & supplied as patch/design task.
Scope: All Areas of Blender's ui that need minor usability tweaks, naming fixes & updating.
Report to: Blender ui team.
目次
Task 1/
Author: | meta-androcto |
Area: | Create Tab > Add Primitive Panel |
Issue: | Inconsistency in naming & sub area management. |
Description: | The Shift/A menu & The Add menu in the 3d View are consistently named & separated, the Create tab is not. |
Proposed solution: | separate & rename the panels in consistent form. |
- Fix:
Add Primitive panel should only show primitive objects, the camera/lamp do not belong there. Re-name & Split Add Primitive panel to Add Mesh, Add Curve, Add Lights, Add Menu. (add menu could contain all the other current entries.) keeping inline with current ui design. Panels should be closed by default for easier quick access & less clutter in ui.
- Benefits: Consistent UI between shift/a, 3d view header Add menu & Create tab. Use, access & readability will be improved.
- Down Side My patch is really not better than the current create tab.
- Proposal Re-name the Create > add primitive panel to "add objects panel", rename shift/a to "add objects panel", clean up list order to match Add menu, Shift/a menu & Create tab.
Task 2/
Author: | meta-androcto |
Area: | Nodes Window |
Issue: | Inconsistency in positioning of nodes & node groups when adding new materials/node groups, opening node groups & browsing materials libraries. |
Description: | The nodes are created at cursor location. re-sizing the node window & the nodes are off screen for the window, requiring scrolling. |
Fix: |
Task 3/
Author: | mib2berlin |
Area: | Material/Surface |
Issue: | Shader are not sorted by alphabetical order, some entries are not real shader (From user view). |
Description: | |
Fix: | Sort menu. Separate real shader from other, for example: World, Mix, Background, Holdout?
|
Task 6/
Author: | mib2berlin |
Area: | Properties Window (N) |
Issue: | Open properties window > Scroll handle is at bottom |
Description: | |
Fix: | Scroll handle set to top |
Task 7/
Author: | mib2berlin |
Area: | Point Lamp |
Issue: | Point lamp size is set to 0.100 but point lamps have no size |
Description: | |
Fix: | Set point light size preset to 0 |
Task 8/
Author: | mib2berlin |
Area: | Expand setting |
Issue: | If you expand a setting at bottom border of display it expand out of view and you have to scroll |
Description: | |
Fix: |
Task 9/
Author: | mib2berlin | |
Area: | User Preferences | |
Issue: | Some settings does not fit in UP window | |
Description: | On some areas settings cant fit in to the UP window, Themes for example.
|
Main settings in System and File should fit in without scrolling |
Fix: | Resize UP window to a size System settings fit in |
Task 10/
Author: | mib2berlin | |
Area: | Bake | |
Issue: | After changes in bake system now tiles setting influences memory consumption on GPU and CPU. | |
Description: | Smaller tiles result in lower memory consumption, bigger tiles need higher memory consumption. | Smaller tiles produce overhead and longer bake time. |
Fix: | Separate tile setting for Bake, need of new bake tab in properties window? |
Task 11/
Author: | mib2berlin |
Area: | File Browser |
Issue: | If you like to save a .blend with the same name as an existing .blend you get a red label in File Browser.
If you change the filename the label is still red but should change to default color. |
Description: | |
Fix: |
Task 12/
Author: | meta-androcto |
Area: | UI/Clip Editor |
Issue: | If you Press Alt/A in the Timeline or 3D View the Clip editor does not play frames.
If you press Alt A in the Clip Editor The 3dview & timeline play in sync. |
Description: | |
Fix: | Add code to unify Alt/a where it's needed. |
Task 13/
Author: | meta-androcto |
Area: | UI/ Manipulator Ctrl/Space |
Issue: | Hotkey Ctrl/Space simply turns of the manipulator when there are more availible & useful options. |
Description: | Ctrl/Space should be extended to include more options. select manipulator by type, turn on all & turn off all. |
Fix: | http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/3D_interaction/Manipulator_Menu . This long standing contrib addon provides the code to add extra useful functionality to the Ctrl/Space menu. |
Task 14/
Author: | meta-androcto |
Area: | UI/ Ctrl/Tab menu Edit Mode. |
Description: | Ctrl/Space should be extended to include more options. select manipulator by type, turn on all & turn off all. |
Fix: | http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/3D_interaction/Multiselect_Menu . This long standing contrib addon provides the code to add extra useful functionality to the Ctrl/Tab menu. |
provide small fixes to Blender's user interface. Which in turn would be passed to to ui section maintainers