Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
- Branch
- MO_vertex_group_smooth (branched from blender2.8)
- Build Status
Buildable 1560 Build 1560: arc lint + arc unit
Event Timeline
Comment Actions
This is a simple patch which seems fine, however we should skip data recalculation when it's not needed. eg:
- when there are no vertex groups.
- when selection is used and nothing is selected.
Comment Actions
I made the following changes:
- Skip object if it doesn't have a valid vertex group
- Skip object if nothing is selected on it