Files
test2/source/blender/blenkernel/intern
Philipp Oeser da9cf98324 Fix: assert parenting a legacy curve to an armature
The armature modifier calls `BKE_armature_deform_coords_with_mesh` (and
thus `BKE_id_defgroup_list_get`) for legacy curves as well, these are
only "riggable" via envelope weights though (this situation could be
made a bit clearer when parenting -- which is for another commit
though).

So to avoid the (rightful) assert in `BKE_id_defgroup_list_get`, only
call it in case vertex groups are supported (and possibly used later on
-- which is never the case for legacy curves).

Note: this was reported in chat by @LazyDodo because the CurveArmature
test was failing in debug

Pull Request: https://projects.blender.org/blender/blender/pulls/128792
2024-10-10 13:53:51 +02:00
..
2024-07-29 23:10:49 -04:00
2024-01-30 14:42:13 -05:00
2024-10-01 09:59:33 +10:00
2024-09-21 16:22:52 +10:00
2024-08-29 17:16:42 +10:00
2024-09-10 13:41:01 +02:00
2024-09-29 08:47:37 +02:00
2024-08-22 17:05:48 +02:00
2024-08-04 13:45:06 +10:00