UI: OCIO ColorSpace family grouping #112568

Open
opened 2023-09-19 12:33:08 +02:00 by Mark-Boorer · 2 comments

I am seeking feedback on a UI addition / feature proposal before I start implementing it.

Problem

At present, all OCIO ColorSpaces are listed in a single PROP_ENUM list, which can get quite long with complicated OCIO configs.

An example OCIO config with many colorspace entries:
blender_current_ocio_colorspace_list.png

Proposed Solution

OCIO supports organization of ColorSpaces into “families”, and applications are encouraged to use these families when structuring menus. As an example of the desired direction this UI could take, Here is the UI for the same OCIO config in the compositing software Natron.

Open Source compositing software Natron:
natron_colorspace_list.png

I am hoping to introduce a similar nested tree UI element for presenting these colorspace lists inside Blender.

Not sure if a “tree” style UI already exists, or if extension to the DNA/RNA types might be required.
There is also additional work happening in the OpenColorIO UX working group that may be useful to incorporate.

Any feedback would be greatly appreciated.

I am seeking feedback on a UI addition / feature proposal before I start implementing it. Problem ======= At present, all OCIO ColorSpaces are listed in a single PROP_ENUM list, which can get quite long with complicated OCIO configs. _An example OCIO config with many colorspace entries:_ ![blender_current_ocio_colorspace_list.png](/attachments/c5457596-67c4-4441-a7c4-f7ae4341f0b8) Proposed Solution =============== OCIO supports organization of ColorSpaces into “families”, and applications are encouraged to use these families when structuring menus. As an example of the desired direction this UI could take, Here is the UI for the same OCIO config in the compositing software Natron. _Open Source compositing software Natron:_ ![natron_colorspace_list.png](/attachments/7d763a18-525e-4313-bf55-612c957ea20a) I am hoping to introduce a similar nested tree UI element for presenting these colorspace lists inside Blender. Not sure if a “tree” style UI already exists, or if extension to the DNA/RNA types might be required. There is also additional work happening in the OpenColorIO UX working group that may be useful to incorporate. Any feedback would be greatly appreciated.
Mark-Boorer added the
Type
Design
label 2023-09-19 12:33:08 +02:00

This would be a very welcome improvement.

For enums we have a mechanism to organize the values with headings, see RNA_ENUM_ITEM_HEADING. This will still display the enum as one big menu with columns. I think beyond a certain size it should switch to submenus.

uiItemsEnumR is the code that generates the content of that type of menu now. Instead it could create a submenu for each heading.

This would be a very welcome improvement. For enums we have a mechanism to organize the values with headings, see `RNA_ENUM_ITEM_HEADING`. This will still display the enum as one big menu with columns. I think beyond a certain size it should switch to submenus. `uiItemsEnumR` is the code that generates the content of that type of menu now. Instead it could create a submenu for each heading.

I think this would be very welcome by studios using ACES. The name list can get incredibly long (even more so than your initial image) so this would really solve that problem

I think this would be very welcome by studios using ACES. The name list can get incredibly long (even more so than your initial image) so this would really solve that problem
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#112568
No description provided.