Forum: Poser Python Scripting


Subject: batch import

stonemason opened this issue on Sep 30, 2008 ยท 16 posts


nruddock posted Wed, 01 October 2008 at 3:03 AM

Quote - Your files need to have the extension ".obj" or ".OBJ"

They do have the right extension, but Windows Explorer is set to hide them.
This doesn't affect anything but what it displays.

Although it doesn't appear necessary in this case, but why not use string.split(name,".")[1].lower() == "obj" as the extension test to cover odd combinations of cases.