Blender 3D: Script an Animation of a Clock


https://i.ytimg.com/vi/1rOc1b740Ds/hqdefault.jpg



Learn how to script an animation of a clock in Blender using Python.

Previous Tutorial: https://www.youtube.com/watch?v=vxQaH…

Everything you need:
http://blendercampus.com/archive/Clock_Tutorial.zip

source


13 responses to “Blender 3D: Script an Animation of a Clock”

  1. Thanks for the tutoriel.

    I rewrote exactly the same script but blender don't want execute her.
    The errors message says " Python script fail, look in the console for now…"

    I look in the Python console but except the base data (execute/cursor/zoom…) the console is empty.

    I use Blender 2.77, on Windows 10.

    You have an idea from where is the problem ?

  2. Nice simple example, thank you.

    However I don't think your for-loop is doing anything useful. It is merely winding up the rotation at frame 359 in 360 steps. I think you intended ctx.scene.frame_current = i (and not 359).

Leave a Reply