Blender Git Commit Log
Git Commits -> Revision c441448
Revision c441448 by Bastien Montagne (master) July 3, 2019, 14:05 (GMT) |
Fix T66369: Excessive WARN messages in console when opening older files CDData checking on file load was not taking into account deprecated CD_MTEXPOLY datatype, which unfortunately shows same weird glitch as CD_PAINT_MASK and CD_FACEMAP ones... Note that it was annoying (due to amount of warnings in console), but totally harmless, since that data type is just deleted anyway. This commit also generally cleans up the CD_MTEXPOLY deprecation code, we have a system to handle that, let's use it, instead of defining local static values to replace it... |
Commit Details:
Full Hash: c44144835974ad877212973a4ae45c03b7c66f80
Parent Commit: 3d187a2
Lines Changed: +15, -10
5 Modified Paths:
/source/blender/alembic/intern/abc_mesh.cc (+1, -2) (Diff)
/source/blender/blenkernel/intern/customdata.c (+6, -2) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+1, -2) (Diff)
/source/blender/editors/uvedit/uvedit_unwrap_ops.c (+0, -1) (Diff)
/source/blender/makesdna/DNA_customdata_types.h (+7, -3) (Diff)
/source/blender/blenkernel/intern/customdata.c (+6, -2) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+1, -2) (Diff)
/source/blender/editors/uvedit/uvedit_unwrap_ops.c (+0, -1) (Diff)
/source/blender/makesdna/DNA_customdata_types.h (+7, -3) (Diff)