AN experiment - Polygon Offset
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
GoPro video download shellscript
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
AN experiment - SciFi GUI
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
AN experiment - Modulo jump
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
AN experiment - Shape Shift
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
AN experiment - force field curl clusters
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
AN experiment - Building Blocks
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
Soundtrack for Sunsets
This track was inspired by a loop I recorded while watching an epic sunset from my desk
torus knot
I animated the displacementtexture on a torus knot from the extra objects addon in blender
you can download the blend file here