UI: Remove duplicate subsequent separators in Properties Navbar Tabs #107693

Merged
Harley Acheson merged 3 commits from guishe/blender:property-separator into main 2023-06-07 18:02:01 +02:00
Contributor

Remove duplicate subsequent separators between tabs in Properties Navbar


In the Properties NavBar list it is is our intention to have a single separator after Tool, before and after Collection, and before Texture. However the dynamic nature of these tabs could result in two separators in a row.

image

This PR just ensures we never have two separators in a row.

Remove duplicate subsequent separators between tabs in Properties Navbar --- In the Properties NavBar list it is is our intention to have a single separator after Tool, before and after Collection, and before Texture. However the dynamic nature of these tabs could result in two separators in a row. ![image](/attachments/80571859-820e-4394-a1c0-bfbc048c099b) This PR just ensures we never have two separators in a row.
Iliya Katushenock added this to the User Interface project 2023-05-07 01:30:34 +02:00
Author
Contributor

Here an image showing the improvement

image

Here an image showing the improvement ![image](/attachments/45116105-bfc4-4e9c-a2cd-11d3c49c4a52)
Guillermo Venegas requested review from Pablo Vazquez 2023-05-07 01:44:21 +02:00
Pablo Vazquez added the
Module
User Interface
label 2023-05-10 19:24:47 +02:00
Guillermo Venegas force-pushed property-separator from c61e14c5dd to f3b12bad09 2023-05-11 03:31:38 +02:00 Compare
Guillermo Venegas force-pushed property-separator from f3b12bad09 to 9d704930f3 2023-05-11 03:34:11 +02:00 Compare
Harley Acheson reviewed 2023-06-07 00:18:47 +02:00
@ -2050,4 +2054,3 @@
continue;
}
RNA_enum_items_add_value(&item, &totitem_added, buttons_context_items, context_tabs_array[i]);
Member

picky, but could not remove the blank line above? Looks to be an accidental change.

picky, but could not remove the blank line above? Looks to be an accidental change.
Author
Contributor

reverted!

reverted!
Harley Acheson requested review from Harley Acheson 2023-06-07 00:19:11 +02:00
Guillermo Venegas added 1 commit 2023-06-07 00:24:49 +02:00
Guillermo Venegas added 1 commit 2023-06-07 00:26:59 +02:00
Guillermo Venegas changed title from UI: Remove unnecessary item separators from the navigation bar to UI: Remove duplicate subsequent separators between tabs in Properties Navbar 2023-06-07 00:27:43 +02:00
Harley Acheson changed title from UI: Remove duplicate subsequent separators between tabs in Properties Navbar to UI: Remove duplicate subsequent separators in Properties Navbar Tabs 2023-06-07 00:33:22 +02:00
Member

@pablovazquez - this doesn't require much more than a quick "makes sense" from you.

@pablovazquez - this doesn't require much more than a quick "makes sense" from you.
Harley Acheson approved these changes 2023-06-07 00:48:22 +02:00
Pablo Vazquez approved these changes 2023-06-07 17:59:58 +02:00
Pablo Vazquez left a comment
Member

+1 from the UI point of view.

+1 from the UI point of view.
Harley Acheson merged commit 67193e4e32 into main 2023-06-07 18:02:01 +02:00
Guillermo Venegas deleted branch property-separator 2023-06-07 18:38:36 +02:00
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#107693
No description provided.