|
 |
Blender (.py) Scripts...
Automating Blender .. |
|
|
|
 | Solar System (with Animation) |  |
As it's easy to create spheres - let's write a simple script to construct our solar system - but to make it more interesting, we'll also animate the solar system - have the planets orbit the sun.
We'll give each planet a color that matches its planet (e.g., Earth is blue while the Sun is yellow).
Just so we can see the 'orbits' - we'll also draw rings for each planet (so we can see its path). Of course, it's dirty simple - so we'll just use 'rings' for the orbits - but so it's not totally wrong - we'll scale the planets so they're similar to the real-world planets and have different speeds.
|
|