This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/blenkernel/intern
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
..
2013-06-25 10:44:30 +00:00
2014-03-18 09:14:47 +11:00
2014-10-13 15:36:13 +02:00
2014-10-07 15:47:32 -05:00
2014-09-24 14:55:01 +10:00
2014-09-24 14:55:01 +10:00
2014-10-06 20:10:12 +02:00
2014-10-07 15:47:32 -05:00
2014-10-07 15:47:32 -05:00
2014-09-10 23:12:11 +10:00
2014-05-01 04:47:51 +10:00
2014-07-21 12:02:05 +02:00
2014-08-15 19:59:31 +10:00
2014-10-17 12:37:50 +02:00
2014-07-12 09:09:24 +10:00
2014-08-31 16:49:26 +02:00
2014-10-16 23:22:48 +02:00
2014-06-25 04:22:14 +10:00
2014-05-01 04:47:51 +10:00
2014-10-09 22:44:03 +02:00
2014-09-02 21:20:31 +10:00
2014-10-07 15:47:32 -05:00
2014-09-29 15:51:47 +10:00
2014-10-06 12:23:47 +02:00
2014-05-14 15:00:47 +10:00
2014-08-12 10:31:07 +10:00