Fix #108527: Fixing Vertex Group operators to default back to Active Vertex Group #108902
No reviewers
Labels
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Code Documentation
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
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 & 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
Viewport & EEVEE
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Asset Browser Project
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
Asset System
Module
Asset System
Module
Core
Module
Development Management
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Module
Viewport & EEVEE
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Severity
High
Severity
Low
Severity
Normal
Severity
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
6 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender#108902
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "nrupsis/blender:108527-vertex-group-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Reverting changes made in D14961 to default to
Deform Bone
for objects with armatures. Instead create explicit method to pass default subset.@blender-bot package
Package build started. Download here when ready.
The only problem I find is when you use Normalize All on a mesh that has no mesh-armature relationship you get this:
As well as Error: No vertex groups to operate on
To test this, add a couple of vgroups to a cube and run Normalize All.
In this case the correct option should be All Groups
@zanqdo feel free to press the big red 'Request Changes' button. Unfortunately to do that you have to go to the 'Files' tab, then press the 'Review' button, and then type your comment there.
@blender-bot package
Package build started. Download here when ready.
LGTM! Thank you 🧡
c0c713f0e4
to75065e5b2f
Fix #108527: Fixing Vertex Group operators to default back to Active Vertex Groupto Fix #108527: Fixing Vertex Group operators to default back to Active Vertex GroupTargeting 3.6 as discussed in today's module meeting
Code LGTM, just one note about a comment that can be handled when landing the PR.
@ -2908,2 +2902,4 @@
{
Object *ob = ED_object_context(C);
/* A bit of a hack to set the default group subset. If armature is present, default to `Deform
Why is this 'a bit of a hack'? Either add the explanation in the comment, so that someone who stumbles upon this knows a bit more of the issue at hand, or just remove the sentence.
We now have a bug report for similar problem: #110946
Probably a bit OT, but I wonder if we should not inherit the last choice (at least not
All Groups
) when calling an operator for a specific vertex group from the list in the Properties Editor, see #112171