Hi Ben, May I suggest you consider sharing code in a browsable format, such as in a Gist? It is much preferable, personally, than downloading a file and opening it elsewhere. Something I very rarely do unless I've assured myself that it's worth it.
Also a screenshot goes a long way with anything graphical. On 21 November 2015 at 17:30, Benjam901 <[email protected]> wrote: > Hello all, > > I posted a while ago about a UI script that could help with file > processing, however it fell short as you would have to contain your > processing functionality (which could get quite massive) inside the script > or reference in your module. > > It is essentially Windows based but I am curious to see how it holds up > against OSX. > > *So...I revised the class and have come up with File Runner:* > > - File Runner is a handy Qt UI class that helps with constant batch > processing on files or directories with a twist! > > - You can apply any external script you have written to process the files > > *How to use:* > > - Simply drag in the directories you want to iterate over into the > directories window > > - Type in your desired file format > > - Drag in the script you want to process your files into the script window > > - Type in the name of the function you want to run > > - Choose whether or not you want the program to recursively process all > sub directories > > - Select your desired directories and your desired script > > - Click Run. It's as easy as that! > > *Feel free to edit the class however you see fit* > > I have been playing around with it doing some simple stuff but it seems to > be in working order :) > > Enjoy! > > -- > You received this message because you are subscribed to the Google Groups > "Python Programming for Autodesk Maya" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/python_inside_maya/27223267-cb5b-4f87-b20f-f66cfe050363%40googlegroups.com > <https://groups.google.com/d/msgid/python_inside_maya/27223267-cb5b-4f87-b20f-f66cfe050363%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- *Marcus Ottosson* [email protected] -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOBOim9CONahWimPQ8c_aD3GhPfrR3mbHH_6AC1ZPERmKw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
