Empty space in UI #38804

Closed
opened 2014-02-24 12:37:11 +01:00 by Cenek Strichel · 14 comments

System Information
W7 64b

Blender Version
01645cc

Short description of error
There are empty space in Modifier stack, but in some modifiers there are not, so it is inconsistent.

space.png

**System Information** W7 64b **Blender Version** 01645cc **Short description of error** There are empty space in Modifier stack, but in some modifiers there are not, so it is inconsistent. ![space.png](https://archive.blender.org/developer/F78729/space.png)
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @Cenda

Added subscriber: @Cenda

Added subscribers: @ThomasDinges, @Sergey

Added subscribers: @ThomasDinges, @Sergey

@ThomasDinges, is it somehow related on your work to remove spacing from the modifier header?

@ThomasDinges, is it somehow related on your work to remove spacing from the modifier header?

@Sergey: Seems to be related yes.

It depends on the order though?!
Let's take 3 Modifiers: Array, Subsurf and Bevel.

If Bevel is first in the stack, Subsurf and Array cannot be a cage it seems. If Bevel is the last one, the cage button is displayed.

Why is this the case? I can refine the UI code, but need to know why this happens. :)

@Sergey: Seems to be related yes. It depends on the order though?! Let's take 3 Modifiers: Array, Subsurf and Bevel. If Bevel is first in the stack, Subsurf and Array cannot be a cage it seems. If Bevel is the last one, the cage button is displayed. Why is this the case? I can refine the UI code, but need to know why this happens. :)

Dev note:

The placeholder comes from line 909 in interface_templates.c:
modifier_supportsCage().

Dev note: The placeholder comes from line 909 in interface_templates.c: modifier_supportsCage().

Added subscriber: @brecht

Added subscriber: @brecht

It's because the Bevel modifier does not support this cage feature, it does not preserve face indexes to be able to map a selection on the modified object to the original object. So any following modifiers will not be able to either.

It's because the Bevel modifier does not support this cage feature, it does not preserve face indexes to be able to map a selection on the modified object to the original object. So any following modifiers will not be able to either.
Thomas Dinges self-assigned this 2014-02-24 18:36:17 +01:00

This issue was referenced by blender/blender-addons-contrib@97e9bb9488

This issue was referenced by blender/blender-addons-contrib@97e9bb94888e902cf78063098d45ad175159f802

This issue was referenced by 97e9bb9488

This issue was referenced by 97e9bb94888e902cf78063098d45ad175159f802

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'

Closed by commit 97e9bb9488.

Closed by commit 97e9bb9488.

This issue was referenced by blender/blender-addons-contrib@8cfb5e91ea

This issue was referenced by blender/blender-addons-contrib@8cfb5e91eadab88347c5650c56f3d389a224798e

This issue was referenced by 8cfb5e91ea

This issue was referenced by 8cfb5e91eadab88347c5650c56f3d389a224798e
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
5 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#38804
No description provided.