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:
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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user