Your composition actually loads and renders both compositions on my system, once I load the XML file. That actually surprised the heck out of me! I'm not sure if that has always worked (it does sound like it's not working on your system.)
Attempting to do what you're doing via the iterator is a logical idea, because it seems like a way to get dynamic layer count, but I would be wary of it, because some patches may not perform as expected in the iterator. I tend to think if you end up doing post processing on the images, it will get tedious to do the per index logic inside the iterator to have effects apply to only a given index, or range or indices, and that CI will likely start bogging down (you never know until you try with this particular setup though, don't let me discourage you). I would likely decide whatever my maximum layer count is going to be and wire up that many chains, while avoiding the iterator, if i was trying to get the best performance possible. -GT On Thu, Nov 25, 2010 at 7:28 AM, Charlie Francis < charl...@cellcastonline.com> wrote: > Hi, > > I'm trying to create a framework that will load in multiple graphics via an > external XML file. > > I've loaded the XML file, and fed it into the iterator, passing the > location of the composition to the Composition Importer patch, and I've > found that only the last composition is visible. > > Also I was wondering how I can do this whilst not limiting the performance. > > Regards, > Charlie > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Quartzcomposer-dev mailing list (Quartzcomposer-dev@lists.apple.com) > Help/Unsubscribe/Update your Subscription: > > http://lists.apple.com/mailman/options/quartzcomposer-dev/gtoledo3%40gmail.com > > This email sent to gtole...@gmail.com > -- George Toledo gtole...@gmail.com www.georgetoledo.com The information contained in this E-mail and any attachments may be confidential. If you have received this E-mail in error, please notify us immediately by telephone or return E-mail. You should not use or disclose the contents of this E-mail or any of the attachments for any purpose or to any persons.
_______________________________________________ Do not post admin requests to the list. They will be ignored. Quartzcomposer-dev mailing list (Quartzcomposer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com