Spreadsheet: use more obvious fallback name for geometries #128207
No reviewers
Labels
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset System
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Code Documentation
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
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 & 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
Viewport & EEVEE
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Asset Browser Project
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
Asset System
Module
Core
Module
Development Management
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Module
Viewport & EEVEE
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Severity
High
Severity
Low
Severity
Normal
Severity
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
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender#128207
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "JacquesLucke/blender:new-geometry-fallback-name"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Instead of
Geometry
, the fallback name is now(Geometry)
. The goal is to make it more obvious that this is not the actual name, but just a fallback. With some luck it also motivates people to use better custom names.This was discussed in #127873 (comment). There we do the same thing with
(Layer)
for Grease Pencil.Just talked about this with Dalai and he suggested graying out the name.
I wouldn't just gray it out but do both. Could you try that in this PR?
Changing color might make it more difficult to read on some themes with grey backgrounds. How about italics?
Maybe you can include the graying out also in regard to the GP layers as seen in blender/blender!127873 once that is merged in this PR, so we can separate that topic a bit and merge that already?
I think that is acceptable, since this is only the case with the generic fallback, where reading it is not actually that important
Using parentheses communicates it well enough I think. +1
I would avoid using italics since we don't really use them anywhere yet and introducing this here could limit us using that elsewhere (it was proposed once to use italics in the Outliner to tell apart linked objects in multiple collections).
Ok, I'm unsure whether to use parenthesis or graying out now.
Personally, I also find graying out somewhat problematic because it usually means something like "inactive" which is a different concept.
I also don't think the graying out is necessary. It was an idea by Dalai, that I though we could try. But if Pablo and you already agree to go without, that is fine with me as well.
It does look a bit odd at first that there are parentheses in the default case, but at least now the fallback is communicated and just having
Geometry
a bunch of times without parentheses is not exactly much better.It's unfortunate that we can't have tooltips to add some clarification to why this is.
Not sure it's impossible to have tooltips, will have to check this.