From: "Brendan Bolles" Received: from nail.lmi.net ([66.117.140.18] verified) by media-motion.tv (CommuniGate Pro SMTP 6.1.0) with ESMTPS id 6363941 for AE-List@media-motion.tv; Wed, 29 Nov 2017 21:22:51 +0100 Received: from [192.168.1.20] (unknown [12.42.42.62]) by nail.lmi.net (Postfix) with ESMTPA id 33B18E4335 for ; Wed, 29 Nov 2017 12:26:34 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1085) Subject: Re: [AE] New AE script- Rendergarden In-Reply-To: Date: Wed, 29 Nov 2017 12:26:15 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: "After Effects Mail List" X-Mailer: Apple Mail (2.1085) On Nov 29, 2017, at 12:14 PM, richard bogusz wrote: > When a render completes, the command windows remain open. Is there a = way to > config RenderGarden to auto close the command prompt when the process > completes? Hmmm, our model is sort of that you leave the gardeners running, waiting = for other tasks to be submitted. Another good reason to do this is that = AE will sometimes pop up an error about not being able to write to an = output directory or something, and by having the Gardeners running they = will eventually retry it. But we also have those scripts that you run manually. Maybe they should = exit when done....although then you wouldn't be able to see the log if = there was an error. You could put this in yourself by adding "; exit" = to the end of the aerender command template. Brendan