diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-12-22 12:36:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-22 12:36:42 +0100 |
commit | 4bec32a11e4d8483815e9c56273b9e183253644e (patch) | |
tree | 8471f2b3251efd93a7c51ba4b4ad415bc5cd30b6 | |
parent | b3fac5ded0ba5878255cc93123b324ee737da41b (diff) | |
parent | e26b0668717be8bc75e97a0991338d8dbd9540d7 (diff) |
Merge pull request #34400 from alexchond/alexchon
Document DUPLICATE_USE_INSTANCING #2770
-rw-r--r-- | doc/classes/Node.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml index e9fb47cbbd..7243693334 100644 --- a/doc/classes/Node.xml +++ b/doc/classes/Node.xml @@ -994,6 +994,7 @@ </constant> <constant name="DUPLICATE_USE_INSTANCING" value="8" enum="DuplicateFlags"> Duplicate using instancing. + An instance stays linked to the original so when the original changes, the instance changes too. </constant> </constants> </class> |