"Sculpt vertex colors"The "Color Attributes" system from f7bbc7cdbb6cb0d2850 are nowhas replaced
with generic cboth "Sculpt Vertex Color attributess" and "Vertex Colors" in the UI. The oOperators and functions for addings
for adding and removing those layers still existed thoughem are unused now.
This commit does not break RNAbackwards compatibility, but with the RNA API always referredPython
to the features which were behind an experimental flagAPI, it only removes the operators, so there shouldn'twhich generally aren't used by
be code depending on it. The attribute API is a direct replacement anyway.
Removing these operators and RNA properties also prevents people
from depending on them only to have them removedaddons anyway.