This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender
Bastien Montagne 9ee1f96a0f Fix (unreported) potential serious bug in CustomData_merge().
It was always only using the flags from the first source layer of a given type, not from
the layer actually being handled.

This was (probably) more or less harmless for the CD_FLAG_NOCOPY test,
but could be really bad when checking CD_FLAG_NOFREE, and when
copying the flags over to new copied data!
2015-07-20 16:25:01 +02:00
..
2015-06-05 16:13:15 +02:00
2015-01-29 15:35:06 +11:00
2015-07-20 05:30:08 +10:00
2015-07-20 05:30:08 +10:00
2015-07-18 18:42:35 +10:00
2015-07-09 19:39:37 +10:00
2015-07-19 18:35:09 +02:00