Armature modifier cancel subdivision, when option "edit mode" or "on cage" is enabled #100571

Closed
opened 2022-08-22 21:35:47 +02:00 by Alexander · 20 comments

System Information
Operating system: Ubuntu 20.04
Graphics card: Geforce MX230

Blender Version
Broken: 2.83. Caused by bf8a26b745

Short description of error
when the armature modifier has the "edit mode" or "on cage" options enabled, then subdivision seems to be disabled, at least this effect can be observed on the video
2022-08-22 22-20-59.mp4

Exact steps for others to reproduce the error

**System Information** Operating system: Ubuntu 20.04 Graphics card: Geforce MX230 **Blender Version** Broken: 2.83. Caused by bf8a26b745 **Short description of error** when the armature modifier has the "edit mode" or "on cage" options enabled, then subdivision seems to be disabled, at least this effect can be observed on the video [2022-08-22 22-20-59.mp4](https://archive.blender.org/developer/F13411759/2022-08-22_22-20-59.mp4) **Exact steps for others to reproduce the error** - Open attached file - Enable `Orbit around Selection` in preferences - Go to Edit Mode - Orbit/Rotate the view [orbit_around_selection_subdivision_bug.blend](https://archive.blender.org/developer/F13758434/orbit_around_selection_subdivision_bug.blend)
Author

Added subscriber: @sanek2005

Added subscriber: @sanek2005
Member

Added subscriber: @PratikPB2123

Added subscriber: @PratikPB2123
Member

Changed status from 'Needs Triage' to: 'Needs User Info'

Changed status from 'Needs Triage' to: 'Needs User Info'
Member

thanks for the report. I tried to replicate this locally but unable to catch the issue.
here is the .blend file I've made
#100571.blend


So in uploaded .blend you get mesh object without subdivisions applied in edit mode?

thanks for the report. I tried to replicate this locally but unable to catch the issue. here is the .blend file I've made [#100571.blend](https://archive.blender.org/developer/F13412199/T100571.blend) - - - So in uploaded .blend you get mesh object without subdivisions applied in edit mode?
Author

found. it seems to depend on the position of the modifiers in the stack. if you put the armature modifier after the subdivision modifier, the error will become reproducible in your file (I also had to enable the on cage option, although in my file it seems to have broken without it)

found. it seems to depend on the position of the modifiers in the stack. if you put the armature modifier after the subdivision modifier, the error will become reproducible in your file (I also had to enable the on cage option, although in my file it seems to have broken without it)
Member

Changed status from 'Needs User Info' to: 'Needs Triage'

Changed status from 'Needs User Info' to: 'Needs Triage'

Added subscriber: @mano-wii

Added subscriber: @mano-wii

Changed status from 'Needs Triage' to: 'Needs User Info'

Changed status from 'Needs Triage' to: 'Needs User Info'

In #100571#1407535, @sanek2005 wrote:
found. it seems to depend on the position of the modifiers in the stack. if you put the armature modifier after the subdivision modifier, the error will become reproducible in your file (I also had to enable the on cage option, although in my file it seems to have broken without it)

In this case it looks expected, but in the case shown in the video, the result doesn't look expected.
We need a simplified .blend file to be able to replicate the problem.

> In #100571#1407535, @sanek2005 wrote: > found. it seems to depend on the position of the modifiers in the stack. if you put the armature modifier after the subdivision modifier, the error will become reproducible in your file (I also had to enable the on cage option, although in my file it seems to have broken without it) In this case it looks expected, but in the case shown in the video, the result doesn't look expected. We need a simplified .blend file to be able to replicate the problem.
Author
[bug.blend](https://archive.blender.org/developer/F13414152/bug.blend) @mano-wii

Thanks for the file, but I cannot reproduce this with either the latest stable or current development versions of Blender:

Please try the latest daily build: https://builder.blender.org/download/

Go to File → Defaults → Load Factory Settings and then load your file to see if you still can reproduce this issue.

Also check if this is related to GPU Subdivision. {nav Edit > Preferences... > Viewport > Subdivision > GPU Subdivision}

If the problem persists, please give us more clear instructions on how to reproduce it from scratch.

Thanks for the file, but I cannot reproduce this with either the latest stable or current development versions of Blender: Please try the latest daily build: https://builder.blender.org/download/ Go to File → Defaults → Load Factory Settings and then load your file to see if you still can reproduce this issue. Also check if this is related to `GPU Subdivision`. {nav Edit > Preferences... > Viewport > Subdivision > GPU Subdivision} If the problem persists, please give us more clear instructions on how to reproduce it from scratch.
Author

resetting the settings helped. but the problem is that I don't want to reset the settings: I have my own theme, keyboard layout, etc. I have everything customized for me. is there any suggestion which option can cause this behavior (it's not GPU subdivision, I checked, there is no difference)?

resetting the settings helped. but the problem is that I don't want to reset the settings: I have my own theme, keyboard layout, etc. I have everything customized for me. is there any suggestion which option can cause this behavior (it's not GPU subdivision, I checked, there is no difference)?
Member

@sanek2005 hi, could you upload userprefs.blend file then? (C:\Users\user_name\AppData\Roaming\Blender Foundation\Blender\3.2\config\)

@sanek2005 hi, could you upload `userprefs.blend` file then? (`C:\Users\user_name\AppData\Roaming\Blender Foundation\Blender\3.2\config\`)
Member

Hi, could you share the requested file?

Hi, could you share the requested file?
Author

In #100571#1434712, @PratikPB2123 wrote:
Hi, could you share the requested file?

Hi, @PratikPB2123. Sorry I didn't answer, didn't notice. on 3.3, the error is still being reproduced. here is the config
3.3.zip

> In #100571#1434712, @PratikPB2123 wrote: > Hi, could you share the requested file? Hi, @PratikPB2123. Sorry I didn't answer, didn't notice. on 3.3, the error is still being reproduced. here is the config [3.3.zip](https://archive.blender.org/developer/F13725191/3.3.zip)
Member

Changed status from 'Needs User Info' to: 'Needs Triage'

Changed status from 'Needs User Info' to: 'Needs Triage'

Changed status from 'Needs Triage' to: 'Confirmed'

Changed status from 'Needs Triage' to: 'Confirmed'

I can confirm the problem.
It was apparently introduced in bf8a26b745.
modifiers_disable_subsurf_temporary function used to calculate crasy space, does not correctly re-enable subsurf.

I can confirm the problem. It was apparently introduced in bf8a26b745. `modifiers_disable_subsurf_temporary` function used to calculate crasy space, does not correctly re-enable subsurf.

This issue was referenced by 4e9a8109b2

This issue was referenced by 4e9a8109b2219a9cddc3943d13a1d3ae231fdd50

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
Germano Cavalcante self-assigned this 2022-10-24 19:59:47 +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
4 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#100571
No description provided.