On 4/16/08, David Eyk <[EMAIL PROTECTED]> wrote: > > On Tue, Apr 15, 2008 at 5:50 PM, Alex Holkner <[EMAIL PROTECTED]> > wrote: > > > From what I can tell this patch still requires each leaf path to > > specified explicitly, which doesn't solve the problem from your > > original post. It also indexes everything relative to the > > script_home, which makes it impossible to override an asset from some > > other location. > > > True and true. It was the simplest thing I could see to do, given the > 15 minutes I put toward it. :) I liked the idea of namespacing, and I > *could* get by w/ static indexing, if need be. > > > > I have a rough idea of how I'd like to implement it: walk over each > > specified path component and index everything relative to that path. > > > And if you can see how to do this, all the better. If I understand > your example, correctly, this is essentially what I'm looking for. > Thanks for taking the time to look at this! >
I've just committed r2014, which implements this. I haven't updated the documentation yet, but the tests/resource/RES_LOAD.py test checks/demonstrates the new behaviour. Alex. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
