Adding a mask modifier causes the shape key driver to fail. #74207

Closed
opened 2020-02-25 19:23:23 +01:00 by Jun Takahashi · 9 comments

System Information
Operating system:windows10(64bit)
Graphics card:GTX2060

Blender Version
Broken: ver 2.82 it is not daily build
Worked: (optional)

Short description of error

Exact steps for others to reproduce the error
1.Make two cube meshes.One is a source. One is a target.

2.Create an arbitrary shape key for each mesh.

3.Set the following data of the source mesh as the key driver of the target mesh.

data.shape_keys.key_blocks - [x] .value

4.Add a mask modifier to the source mesh and mask some vertices using vertex groups.

5.An error occurs when updating the driver.

blend file
Mask_Modifier_Bug.blend

video
Blender 2020-02-26 03-06-00.mp4

Problem can be avoided if this is driven by the mesh datablock instead of the object datablock.
Mask_Modifier_Bug_driven_by_mesh_datablock_instead_of_object_datablock.blend

**System Information** Operating system:windows10(64bit) Graphics card:GTX2060 **Blender Version** Broken: ver 2.82 it is not daily build Worked: (optional) **Short description of error** **Exact steps for others to reproduce the error** 1.Make two cube meshes.One is a source. One is a target. 2.Create an arbitrary shape key for each mesh. 3.Set the following data of the source mesh as the key driver of the target mesh. data.shape_keys.key_blocks - [x] .value 4.Add a mask modifier to the source mesh and mask some vertices using vertex groups. 5.An error occurs when updating the driver. blend file [Mask_Modifier_Bug.blend](https://archive.blender.org/developer/F8369796/Mask_Modifier_Bug.blend) video [Blender 2020-02-26 03-06-00.mp4](https://archive.blender.org/developer/F8369798/Blender_2020-02-26_03-06-00.mp4) Problem can be avoided if this is driven by the mesh datablock instead of the object datablock. [Mask_Modifier_Bug_driven_by_mesh_datablock_instead_of_object_datablock.blend](https://archive.blender.org/developer/F8372577/Mask_Modifier_Bug_driven_by_mesh_datablock_instead_of_object_datablock.blend)
Author

Added subscriber: @Jun-Takahashi

Added subscriber: @Jun-Takahashi
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Member

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

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

Can confirm.

Problem can be avoided if this is driven by the mesh datablock instead of the object datablock.
Mask_Modifier_Bug_driven_by_mesh_datablock_instead_of_object_datablock.blend

Can confirm. Problem can be avoided if this is driven by the mesh datablock instead of the object datablock. [Mask_Modifier_Bug_driven_by_mesh_datablock_instead_of_object_datablock.blend](https://archive.blender.org/developer/F8372577/Mask_Modifier_Bug_driven_by_mesh_datablock_instead_of_object_datablock.blend)
Member

Added subscriber: @JacquesLucke

Added subscriber: @JacquesLucke
Member

This might be related: #65148.

This might be related: #65148.

Added subscribers: @Sergey, @mont29

Added subscribers: @Sergey, @mont29

The issue here is that the drivers gets evaluated by the depsgraph, using evaluated datablocks. And evaluated objects have evaluated obdata (like mesh) from modifier stack, which obviously have no shapekeys anymore (since those shapekey data would be completely invalid for the mesh generated by the modifiers most of the time).

Am not sure how to fix that best tbh, @Sergey might have ideas here?

Anyway, this is indeed a duplicate of #65148.

The issue here is that the drivers gets evaluated by the depsgraph, using evaluated datablocks. And evaluated objects have evaluated obdata (like mesh) from modifier stack, which obviously have no shapekeys anymore (since those shapekey data would be completely invalid for the mesh generated by the modifiers most of the time). Am not sure how to fix that best tbh, @Sergey might have ideas here? Anyway, this is indeed a duplicate of #65148.

Closed as duplicate of #65148

Closed as duplicate of #65148
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
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#74207
No description provided.