Scripting
Actionscript: InDesign batch relink and export
Tutorial how to relink Indesign files and export them to pdf with actionscript
In my summer job I was asked to open hundred InDesign files and relink all assets to another location. I didn’t found any examples on the internet, so here’s mine. I hope this will be useful for someone…
Maya
Maya Python: FTP Upload
Tutorial how to upload files using FTP in maya with python
In this tutorial you will create a script that upload your scene to your server.
3ds Max
Maxscript: FTP Upload
Tutorial how to upload files using FTP in max via maxscript and dotnet
You can use my FTPUpload script, but for the scripters here some code. In this tutorial you will create a script that upload your scene to your server.
(more…)
Scripting
Chrome: Login button
Tutorial how to make a button in Chrome to log you in at a website
The mail website from school doesnt get autofilled by chrome so I made button thats opens the website in a new tab and submit the form.
Open README.pdf and follow the steps…