batch utility on inkscape commandline
batch convert svg to pdf/png using inkscape in commandline mode takes mutliple files and show progress change to path to inkscape svg2pdf(multiDrop).bat svg2png(multiDrop).bat can be modified for use in other…
notepad++ | ruby192 | python26
notepad++ run: “C:\python26\python-notepad++.bat” $(FULL_CURRENT_PATH) save python-notepad++.bat under C:\python26\ notepad++ run: “C:\Ruby192\bin\ruby-notepad++.bat” $(FULL_CURRENT_PATH) save ruby-notepad++.bat under C:\Ruby192\bin\
run python script from notepad++ for maya 2011
notepad++ as a script editor deals better with indent, block comment toggle, replace, find, similar text highlighting etc comparing to the native maya script editor. there are existing product out…
Auto ftp upload & create embed code for swf
Have been quite happy with using zoundry raven sending post through to wordpress, eliminating the need to go through browser and login until I need to embed the swf earlier….
Maya batch render utility
Maya batch render utility Initially created to render several views within one/multiple file without having the maya scene file open simple batch file creator make use of maya batch rendering…
Append date to jpg filename
Batch file to append today’s date to all jpg in current directory test.jpg -> test 20080812.jpg (Behind) Append today’s date to jpg.bat test.jpg -> 20080812 test.jpg (Front) Append today’s date…