Added little explanation of eModifierTypeType_(Non)Constructive

Thanks to @campbellbarton for the explanation.
This commit is contained in:
Sybren A. Stüvel 2019-10-10 13:25:44 +02:00
parent 35c707684b
commit e15ab630c6
1 changed files with 2 additions and 0 deletions

View File

@ -48,7 +48,9 @@ typedef enum {
*/
eModifierTypeType_OnlyDeform,
/* Modifier adds geometry. */
eModifierTypeType_Constructive,
/* Modifier can add and remove geometry. */
eModifierTypeType_Nonconstructive,
/* both deformVerts & applyModifier are valid calls