Files
test/source/blender
Bastien Montagne 21836250c0 Fix T42260: By repeatedly joining meshes, you could end up with thousands of UVLayers
This is only an indirect fix, in fact: this commit adds a public API to check
the maximum number of a given layer type (`CustomData_layertype_layers_max()`),
and uses it to forbid too much layer creation in `CustomData_merge()`.

This only affects UVs/VCol data though, but merge behavior in itself is not a bug
actually, how user managed to get thousands of different UV layer names remain
rather mysterious...
2014-10-21 17:06:42 +02:00
..
2014-10-10 00:24:34 +02:00
2014-07-01 09:36:28 +10:00
2014-09-24 14:55:01 +10:00
2014-10-07 15:47:32 -05:00
2014-10-15 11:04:53 +02:00