Fix #100957: Dyntopo shows false positive data loss warnings #104423

Closed
Hans Goudey wants to merge 1 commits from HooglyBoogly:fix-dyntopo-error-false-positive into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.

1 Commits

Author SHA1 Message Date
Hans Goudey b1033913f7 Fix #100957: Dyntopo shows false positive data loss warnings
Because of #95965, some attributes are stored as generic attributes
in Mesh but have special handling for the conversion to BMesh.

Expose a function to tell whether certain attribute names are handled
specially in the conversion, and refactor the error checking process
to use it. Also check for generic attributes on the face domain which
wasn't done before.
2023-02-07 13:35:41 -05:00