Cleanup: Fix comment

Enum used for separating individual layer, not just active layer

Pull Request: https://projects.blender.org/blender/blender/pulls/135771
This commit is contained in:
Pratik Borhade
2025-03-11 07:49:33 +01:00
committed by Pratik Borhade
parent a5b80c06bc
commit 1f3de4e0ba
@@ -2086,7 +2086,7 @@ enum class SeparateMode : int8_t {
SELECTED = 0,
/* By Material. */
MATERIAL = 1,
/* By Active Layer. */
/* By each Layer. */
LAYER = 2,
};