Files
test/source/blender/blenkernel
Joseph Eagar 9175d9b7c2 Fix: Removing layer in BMesh can destroy others
CustomData_bmesh_copy_data_exclude_by_type was excessively optimized.
It only worked if the ordering (by name) of the attributes in both
customdata sets were the same.

Note that a blender::Set is used (with 32 slots of static storage)
to keep track of uninitialized destination layers.

Alternatives include:
  * Storing a bitflag in CustomDataLayer.flag
  * Using a static bool vector instead.

I don't especially care how it's done, pick one.

Pull Request: https://projects.blender.org/blender/blender/pulls/108683
2023-07-14 17:12:49 +02:00
..
2023-06-21 11:28:58 +10:00
2023-06-07 21:47:45 +10:00
2023-06-13 14:51:49 -04:00
2023-07-04 17:03:02 +02:00
2023-07-07 15:11:19 +10:00
2023-07-07 08:50:13 -04:00
2023-07-11 22:36:10 +02:00
2023-07-05 17:56:58 +02:00
2023-06-08 10:43:55 +10:00
2023-06-30 11:39:17 +02:00