Sculpt mask pie menu issue #76397

Closed
opened 2020-05-04 12:44:39 +02:00 by Konstantin Kharkovschenko · 4 comments

System Information
Operating system: Linux-5.3.0-51-generic-x86_64-with-debian-buster-sid 64 Bits
Graphics card: GeForce GTX 560 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 390.132

Blender Version
Broken: version: 2.90 (sub 0), branch: master, commit date: 2020-05-03 22:25, hash: 33bdd91fb8
Worked: (newest version of Blender that worked as expected)

Short description of error
The 'Clear Mask' option in the Mask pie menu in Sculpt mode not always clears the mask. If model was filled with mask from menu 'Mask', pie menu clear will not "clear" it. Instead, if after filling mask by menu invert it by the pie and then "clear" it by pie model will be fully masked. Although, 'Clear Mask' in 'Mask' menu clears mask every time.
I'm not a programmer but I think it can be easily fixed by changing 'Clear mask' pie item with code that in the 'Mask' menu:

bpy.ops.paint.mask_flood_fill(mode='VALUE', value=0)

Now it is missing that 'value=0' item.

Exact steps for others to reproduce the error

  • Add object
  • Go to Sculpt mode
  • 'Mask' menu 'Fill mask'
  • Pie menu 'Clear Mask' (hotkey "A")
**System Information** Operating system: Linux-5.3.0-51-generic-x86_64-with-debian-buster-sid 64 Bits Graphics card: GeForce GTX 560 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 390.132 **Blender Version** Broken: version: 2.90 (sub 0), branch: master, commit date: 2020-05-03 22:25, hash: `33bdd91fb8` Worked: (newest version of Blender that worked as expected) **Short description of error** The 'Clear Mask' option in the Mask pie menu in Sculpt mode not always clears the mask. If model was filled with mask from menu 'Mask', pie menu clear will not "clear" it. Instead, if after filling mask by menu invert it by the pie and then "clear" it by pie model will be fully masked. Although, 'Clear Mask' in 'Mask' menu clears mask every time. I'm not a programmer but I think it can be easily fixed by changing 'Clear mask' pie item with code that in the 'Mask' menu: bpy.ops.paint.mask_flood_fill(mode='VALUE', value=0) Now it is missing that 'value=0' item. **Exact steps for others to reproduce the error** - Add object - Go to Sculpt mode - 'Mask' menu 'Fill mask' - Pie menu 'Clear Mask' (hotkey "A")

Added subscriber: @Morphin

Added subscriber: @Morphin

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

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

This issue was referenced by 7c9c8cee7b

This issue was referenced by 7c9c8cee7b2c4a964f66c319a3f44ba83d19825d
Member

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
Pablo Dobarro self-assigned this 2020-05-19 01:08:14 +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
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#76397
No description provided.