Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement triangles. | Tavian Barnes | 2011-07-13 | 1 | -0/+20 |
* | Clean up tests a bit. | Tavian Barnes | 2011-07-13 | 1 | -4/+3 |
* | Use a default diffuse amount of 0.7. | Tavian Barnes | 2011-06-17 | 1 | -1/+1 |
* | Add pigment= and finish= shorthand to Object.__init__(). | Tavian Barnes | 2011-06-17 | 1 | -24/+20 |
* | Use /usr/bin/env python3 rather than /usr/bin/python3. | Tavian Barnes | 2011-06-16 | 1 | -1/+1 |
* | Make python module more "pythonic". | Tavian Barnes | 2011-06-15 | 1 | -21/+21 |
* | Fix rotational alignment. | Tavian Barnes | 2011-06-14 | 1 | -4/+4 |
* | Use Cython for the Python module. | Tavian Barnes | 2011-06-13 | 1 | -11/+127 |
* | Add transform() to Python Objects. | Tavian Barnes | 2011-05-29 | 1 | -5/+5 |
* | Add cameras, objects, and spheres to Python module. | Tavian Barnes | 2011-05-22 | 1 | -1/+15 |
* | Add Canvases to the Python module. | Tavian Barnes | 2011-05-20 | 1 | -1/+12 |
* | Add dieOnWarnings() to python module. | Tavian Barnes | 2011-05-17 | 1 | -0/+3 |
* | Split python Scenes into a new source file, add python tests. | Tavian Barnes | 2011-05-16 | 1 | -0/+24 |