Clock I made in my free time about a year ago. Sort of simple but looks pretty good, feel free to use in whatever, just don't claim it as your own.
Exactly what I needed - a simple, basic alarm clock. Thanks!
Note: running the following Python script in the Python console converted the Cycles materials to Blender Internal, saving me (you?) even more work!
~~~~
import bpy
format in bpy.data.materials: mat.use_nodes = False
Exactly what I needed - a simple, basic alarm clock. Thanks!
Note: running the following Python script in the Python console converted the Cycles materials to Blender Internal, saving me (you?) even more work!
~~~~
import bpy
format in bpy.data.materials: mat.use_nodes = False
~~~~