From be3fc176031d8f0c70768721db1f7948ce89463c Mon Sep 17 00:00:00 2001 From: alexchond Date: Tue, 17 Dec 2019 13:41:36 +0200 Subject: [PATCH 1/2] 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 e9fb47cbbd6..bfb33e5e471 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.) From e26b0668717be8bc75e97a0991338d8dbd9540d7 Mon Sep 17 00:00:00 2001 From: alexchond Date: Thu, 19 Dec 2019 17:17:57 +0200 Subject: [PATCH 2/2] DUPlICATE_USING_INSTANCE documentation update --- doc/classes/Node.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml index bfb33e5e471..72436933349 100644 --- a/doc/classes/Node.xml +++ b/doc/classes/Node.xml @@ -994,7 +994,7 @@ Duplicate using instancing. - (An instance stays linked to the original so when the original changes, the instance changes too.) + An instance stays linked to the original so when the original changes, the instance changes too.