From bb611cf05cb3d12ff4da7840ed6ae96028c739d8 Mon Sep 17 00:00:00 2001 From: Andrew Kaufman Date: Tue, 22 Jun 2021 18:10:48 -0700 Subject: [PATCH] AtomsCrowdGenerator : Add doc for destination plug --- python/AtomsGafferUI/AtomsCrowdGeneratorUI.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/python/AtomsGafferUI/AtomsCrowdGeneratorUI.py b/python/AtomsGafferUI/AtomsCrowdGeneratorUI.py index 10335c3..4fef79b 100644 --- a/python/AtomsGafferUI/AtomsCrowdGeneratorUI.py +++ b/python/AtomsGafferUI/AtomsCrowdGeneratorUI.py @@ -78,6 +78,18 @@ ], + "destination" : [ + + "description", + """ + The location where the agents will be placed in the output scene. + When the destination is evaluated, the `${scene:path}` variable holds + the location of the crowd points, so the default value parents the agents + under the points. + """ + + ], + "variations" : [ "description",