From be3fc176031d8f0c70768721db1f7948ce89463c Mon Sep 17 00:00:00 2001 From: alexchond Date: Tue, 17 Dec 2019 13:41:36 +0200 Subject: Document DUPLICATE_USE_INSTANCING #2770 --- doc/classes/Node.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml index e9fb47cbbd..bfb33e5e47 100644 --- a/doc/classes/Node.xml +++ b/doc/classes/Node.xml @@ -994,6 +994,7 @@ Duplicate using instancing. + (An instance stays linked to the original so when the original changes, the instance changes too.) -- cgit v1.2.3