after boolean snap don't work #52310

Closed
opened 2017-08-09 04:56:31 +02:00 by Massimiliano Puliero · 9 comments

System Information
win7 64bit gtx1070

Blender Version
Broken: 2.78c

Short description of error
after the boolean operation, with the modifier still active, the boolean object is not affected by the snap anymore.

Exact steps for others to reproduce the error
move the selected object and you will see that the snaps don't work anymore.
thankyou

snapbug.blend

**System Information** win7 64bit gtx1070 **Blender Version** Broken: 2.78c **Short description of error** after the boolean operation, with the modifier still active, the boolean object is not affected by the snap anymore. **Exact steps for others to reproduce the error** move the selected object and you will see that the snaps don't work anymore. thankyou [snapbug.blend](https://archive.blender.org/developer/F701090/snapbug.blend)

Changed status to: 'Open'

Changed status to: 'Open'

Added subscriber: @MassimilianoPuliero

Added subscriber: @MassimilianoPuliero

Added subscriber: @mano-wii

Added subscriber: @mano-wii

Added subscriber: @ChameleonScales

Added subscriber: @ChameleonScales

This would be understandable as the surface of the object is affected by the boolean object. However it should at least work when the modifier is hidden, which is not the case. We have to remove the object from the modifier or remove the modifier itself.

This would be understandable as the surface of the object is affected by the boolean object. However it should at least work when the modifier is hidden, which is not the case. We have to remove the object from the modifier or remove the modifier itself.

Added subscriber: @tynkatopi

Added subscriber: @tynkatopi

Added subscriber: @Sergey

Added subscriber: @Sergey

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Sergey Sharybin self-assigned this 2017-09-15 09:40:05 +02:00

Thanks for the report, but it' not really a bug.

What's happening here is that transform system will not allow to snap object which is dependent on currently editing one. This is needed to avoid feedback loops which will ruing your scene. This is done based on dependency graph relations. Those relations are based on modifier stack and not based on modifier visibility flags. Making relations aware of modifier visibility will cause depsgraph rebuilds on every modifier visibility toggle, which isn't really something you want from performance point of view. But additionally, making relations aware of such visibility will make it really hard to spot dependency cycles when some modifier is only enabled for render and not for viewport.

So while this is annoying issue, we can't really make snapping to work here as you expect: if modifier is enabled, then you hit feedback cycle and object will snap to some weird location., disabled modifiers are tricky to support and still somewhat unpredictable and useless for snapping.

Thanks for the report, but it' not really a bug. What's happening here is that transform system will not allow to snap object which is dependent on currently editing one. This is needed to avoid feedback loops which will ruing your scene. This is done based on dependency graph relations. Those relations are based on modifier stack and not based on modifier visibility flags. Making relations aware of modifier visibility will cause depsgraph rebuilds on every modifier visibility toggle, which isn't really something you want from performance point of view. But additionally, making relations aware of such visibility will make it really hard to spot dependency cycles when some modifier is only enabled for render and not for viewport. So while this is annoying issue, we can't really make snapping to work here as you expect: if modifier is enabled, then you hit feedback cycle and object will snap to some weird location., disabled modifiers are tricky to support and still somewhat unpredictable and useless for snapping.
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#52310
No description provided.