egg-texture-cards No Wildcards

Did something change in the last version of Panda? egg-texture-cards.exe used to be able to take texture names with wild cards. Now it just says the file isn’t found.

egg-texture-cards.exe -o ripple.egg -fps 30 ripple*.png

Unable to read image ripple*.png
Some textures not found; not generating egg file.

Whats up with that. I remember this working before.

Hmm, I don’t know how this could ever have worked, unless you invoke egg-texture-cards.exe from a shell such as the Cygwin shell, which automatically expands references like this, in the same way that the Unix shell does.

But, unless I am mistaken, the Windows cmd.exe shell doesn’t do this, and there’s nothing in Panda that will do it.

David