Mesh: Add versioning to convert old face maps to boolean attributes #113769

Merged
Hans Goudey merged 1 commits from HooglyBoogly/blender:face-maps-versioning-booleans into blender-v4.0-release 2023-10-17 09:17:17 +02:00

1 Commits

Author SHA1 Message Date
Hans Goudey 1f47a2d716 Mesh: Add versioning to convert old face maps to boolean attributes
buildbot/vexp-code-patch-coordinator Build done. Details
See #105317

In 46cf093270, face maps were just converted to an integer
attribute. While the internal data remains the same that way, we lose
the names and some convenient methods of interaction. This commit
additionally converts each face map to a separate boolean attribute
using the old name. This does require that no attributes were using that
name already.
2023-10-16 12:25:41 +02:00