Animation: Remove the 'Weight Paint: Fix Deforms' operator #105237

Merged
Sybren A. Stüvel merged 2 commits from dr.sybren/blender:remove-fix-deforms into main 2023-03-02 16:58:25 +01:00

2 Commits

Author SHA1 Message Date
Sybren A. Stüvel d8293806b6 Remove `vertex_group_mesh_with_dvert_poll` and `vertex_group_mesh_poll_ex` 2023-03-02 16:54:47 +01:00
Sybren A. Stüvel bd211f9523 Remove the Weight Paint: Fix Deforms operator
The code was hard to read and highly inefficient, doing `O(num_vertices
* num_vertex_groups)` evaluations of the mesh. It caused multiple issues
and got in the way of improvements to Blender, and very little if ever
used by people.
2023-03-02 16:53:25 +01:00