From a62860229ca1f99f44ef06eecc956aaa09a3ff5d Mon Sep 17 00:00:00 2001 From: YimingWu Date: Tue, 18 Jun 2024 18:12:40 +0800 Subject: [PATCH] Cleanup: Remove outdated line art comment The comment for variable layout is outdated, remove this. --- source/blender/makesdna/DNA_modifier_types.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h index 508aab44212..e9ddb11e28f 100644 --- a/source/blender/makesdna/DNA_modifier_types.h +++ b/source/blender/makesdna/DNA_modifier_types.h @@ -3069,15 +3069,6 @@ struct LineartCache; typedef struct GreasePencilLineartModifierData { ModifierData modifier; - /* [Important] Note on legacy material/layer selection variables: - * - * Now uses the layer/material variables in the `influence` - * field above, thus old layer/material fields are obsolete. - * - * Do not change any of the data below since the layout of these - * data is currently shared with the old line art modifier. - * See `BKE_grease_pencil_lineart_wrap_v3` for how it works. */ - uint16_t edge_types; /* line type enable flags, bits in eLineartEdgeFlag */ /** Object or Collection, from #eGreasePencilLineartSource. */