AN experiment - Polygon Offset

Nikolaus Gradwohl2017-03-26T18:34:33+00:00

For this Animation Nodes experiment I used a loop to offset the polygons of a subdivided icosphere mesh

you can download the blend file here

polygon offset

read more ...

GoPro video download shellscript

Nikolaus Gradwohl2017-03-25T12:20:31+00:00

I wrote a small shellscript to download the videos from a GoPro Camera to a linux Desktop. To make this work you need to connect your computer to the Wifi the gopro camera provides and then run the following shell script

#!/bin/bash
for i in `curl http://10.5.5.9:8080/videos/DCIM/100GOPRO/ | grep MP4 | sed 's/.*href="\([^\"]*\)".*/\1/'`; do

    curl http://10.5.5.9:8080$i > $(basename $i)
done

This script downloads all the mp4 files to the current folder. I've tested it with a HERO5 Black

GoPro

read more ...

AN experiment - SciFi GUI

Nikolaus Gradwohl2017-03-24T06:28:06+00:00

in this animation nodes experiment I created a SciFi-GUI using some animated curves and a wireframe cube

you can download the blend file here

SciFi GUI

read more ...

AN experiment - Modulo jump

Nikolaus Gradwohl2017-03-23T06:02:45+00:00

For this animation I shifted the position of vertices based on the modulo value of their relative position on a circle

you can download the blend file here

modulo jump

read more ...

AN experiment - Shape Shift

Nikolaus Gradwohl2017-03-22T05:14:41+00:00

I used a loop to modify the vertex location of a cube mesh using the Animation Node Addon for blender

you can download the blend file here

Shape Shift

read more ...

AN experiment - force field curl clusters

Nikolaus Gradwohl2017-03-21T06:16:49+00:00

For this animation I used a particle system influenced by a curl field and used the animation nodes cluster template to create the network connections

you can download the blend file here

curl noise cluster

read more ...

new Track: Magical Dreams

Nikolaus Gradwohl2017-03-20T08:28:14+00:00

I recorded a dreamy electronic track in Bitwig Studio using the u-he repro-1 plugin

magical dreams

read more ...

AN experiment - Building Blocks

Nikolaus Gradwohl2017-03-15T05:17:30+00:00

Since I haven't used the Animation nodes addon for a while, I started some new Animation Node experiments series - this time building blocks along a beziƩr-curve

you can download the blend file here

builing blocks

read more ...

Soundtrack for Sunsets

Nikolaus Gradwohl2017-03-13T07:27:53+00:00

This track was inspired by a loop I recorded while watching an epic sunset from my desk

Soundtrack for Sunsets

read more ...

torus knot

Nikolaus Gradwohl2017-03-10T05:40:20+00:00

I animated the displacementtexture on a torus knot from the extra objects addon in blender

you can download the blend file here

torus knot

read more ...