ghpython execute in steps
A very simple example to illustrate a basic code structure to create iterative algorithmic sketches with ghpython in combination to the usual components within Rhino Grasshopper (GH). The basic idea…
Seamless texture checker
Always wanted to build something like this to quickly verify the quality of seamless texture on screen checking for bands of colour and repetitiveness before applying materials to a 3d…
aftereffects srt to text layer
modified javascript for aftereffects to load common subtitle (srt) into a layer, see header in jsx for original sources. subtitle_modified_EC.zip containing following files: subtitle_modified_EC.jsx – load in aftereffects subtitle_modified_sample_EC.srt –…
ImageMagick command line batch convert image file
Setup: 1. download imagemagick from http://www.imagemagick.org 2. download zip files from below, unzip and edit with notepad 3. replace “C:\Program Files\ImageMagick-6.7.1-Q16\convert.exe” with the full path where you install imagemagick Convert…
compile C# on csc commandline from notepad++
compile.bat edit path point to csc.exe (where you installed Microsoft.NET\Framework) (or setup the path variables see reference link) edit flags for csc as required i.e. /reference notepad++setting.txt edit path point…
batch modifier
find path, directory, filename from arguments in batch file reference: http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/percent.mspx?mfr=true