From 354bc1297e342db59a4f89c79e14523c65fcd693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 26 Nov 2019 14:52:58 +0100 Subject: [PATCH] Clarified comment about `modifiers_getVirtualModifierList()` The old comment was outdated and incorrect. No functional changes. --- source/blender/blenkernel/intern/modifier.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source/blender/blenkernel/intern/modifier.c b/source/blender/blenkernel/intern/modifier.c index 1c83bec17e5..8f04596da3e 100644 --- a/source/blender/blenkernel/intern/modifier.c +++ b/source/blender/blenkernel/intern/modifier.c @@ -612,9 +612,8 @@ ModifierData *modifiers_getLastPreview(struct Scene *scene, ModifierData *md, in return tmp_md; } -/* NOTE: This is to support old files from before Blender supported modifiers, - * in some cases versioning code updates these so for new files this will - * return an empty list. */ +/* This is to include things that are not modifiers in the evaluation of the modifier stack, for + * example parenting to an armature. */ ModifierData *modifiers_getVirtualModifierList(Object *ob, VirtualModifierData *virtualModifierData) {