Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Print argument defaults in --help. | Tavian Barnes | 2011-07-29 | 1 | -3/+4 | |
| | ||||||
* | Change --region format. | Tavian Barnes | 2011-07-29 | 1 | -2/+2 | |
| | ||||||
* | Support rendering image subregions. | Tavian Barnes | 2011-07-29 | 6 | -40/+127 | |
| | | | | This is the first step to supporting distributed renders. | |||||
* | Add leopard pigment. | Tavian Barnes | 2011-07-28 | 6 | -1/+63 | |
| | ||||||
* | Make the checker pattern a singleton. | Tavian Barnes | 2011-07-28 | 7 | -35/+17 | |
| | ||||||
* | Remove color_maps. | Tavian Barnes | 2011-07-28 | 9 | -224/+127 | |
| | ||||||
* | Use quick_color only for solid pigments. | Tavian Barnes | 2011-07-27 | 2 | -18/+6 | |
| | ||||||
* | Update some top-level info files. | Tavian Barnes | 2011-07-26 | 3 | -5/+25 | |
| | ||||||
* | Reduce duplication between demo.py and demo.dmnsn. | Tavian Barnes | 2011-07-26 | 2 | -130/+7 | |
| | ||||||
* | Add some sanity checking. | Tavian Barnes | 2011-07-26 | 2 | -1/+8 | |
| | ||||||
* | Support multiple texture assignment properly. | Tavian Barnes | 2011-07-26 | 9 | -69/+80 | |
| | ||||||
* | Fix up formatting a bit in complex test. | Tavian Barnes | 2011-07-19 | 1 | -2/+2 | |
| | ||||||
* | Implement quick_color for Pigments. | Tavian Barnes | 2011-07-13 | 2 | -10/+19 | |
| | ||||||
* | Support flags-style syntax for --quality. | Tavian Barnes | 2011-07-13 | 2 | -5/+60 | |
| | ||||||
* | Implement triangles. | Tavian Barnes | 2011-07-13 | 8 | -1/+187 | |
| | ||||||
* | Clean up tests a bit. | Tavian Barnes | 2011-07-13 | 3 | -18/+18 | |
| | ||||||
* | Fix complex test colors. | Tavian Barnes | 2011-07-10 | 1 | -1/+1 | |
| | ||||||
* | Fix up some Doxygen documentation. | Tavian Barnes | 2011-06-17 | 4 | -4/+8 | |
| | ||||||
* | Use a default diffuse amount of 0.7. | Tavian Barnes | 2011-06-17 | 3 | -3/+3 | |
| | | | | | POV-Ray's default of 0.6 was added to a 0.1 ambient. But when you do the sRGB correctly, 0.6 + 0.1 ~= 0.6. | |||||
* | Add pigment= and finish= shorthand to Object.__init__(). | Tavian Barnes | 2011-06-17 | 4 | -59/+98 | |
| | ||||||
* | Use /usr/bin/env python3 rather than /usr/bin/python3. | Tavian Barnes | 2011-06-16 | 5 | -5/+5 | |
| | ||||||
* | Put the client in bindir. | Tavian Barnes | 2011-06-16 | 2 | -4/+15 | |
| | ||||||
* | Implement Progress class. | Tavian Barnes | 2011-06-16 | 7 | -16/+167 | |
| | ||||||
* | Fix python module license. | Tavian Barnes | 2011-06-16 | 2 | -12/+14 | |
| | ||||||
* | More slight style fixes. | Tavian Barnes | 2011-06-16 | 2 | -37/+40 | |
| | ||||||
* | Change to version 0.0 from 0.0.0 | Tavian Barnes | 2011-06-16 | 1 | -1/+1 | |
| | ||||||
* | Use types for command-line options, and support --quality. | Tavian Barnes | 2011-06-16 | 2 | -8/+19 | |
| | ||||||
* | Add Python client. | Tavian Barnes | 2011-06-16 | 8 | -5/+392 | |
| | ||||||
* | Make python module more "pythonic". | Tavian Barnes | 2011-06-15 | 5 | -190/+562 | |
| | | | | Use lower_case instead of mixedCase, and add docstrings. | |||||
* | Add .pigment and .finish properties to Textures. | Tavian Barnes | 2011-06-15 | 4 | -50/+84 | |
| | ||||||
* | Don't force the error handler to deal with recursion. | Tavian Barnes | 2011-06-15 | 1 | -48/+33 | |
| | ||||||
* | Use propper extensions for tests. | Tavian Barnes | 2011-06-14 | 3 | -24/+25 | |
| | ||||||
* | Add Timers to Python module. | Tavian Barnes | 2011-06-14 | 4 | -1/+65 | |
| | ||||||
* | Fix rotational alignment. | Tavian Barnes | 2011-06-14 | 6 | -40/+52 | |
| | ||||||
* | Use Cython for the Python module. | Tavian Barnes | 2011-06-13 | 26 | -2130/+1418 | |
| | ||||||
* | Vast libdimension API and internals improvements. | Tavian Barnes | 2011-06-13 | 36 | -628/+585 | |
| | | | | | Couldn't really do these while I was trying to be POV-Ray compatible, 'cause they would've broken compatibility. | |||||
* | Don't make top-level bench depend on all-recursive. | Tavian Barnes | 2011-05-31 | 1 | -1/+1 | |
| | ||||||
* | Make lights more generic to support directional lights. | Tavian Barnes | 2011-05-30 | 7 | -34/+99 | |
| | ||||||
* | Add transform() to Python Objects. | Tavian Barnes | 2011-05-29 | 4 | -10/+44 | |
| | ||||||
* | Don't allocate reference counts on the heap. | Tavian Barnes | 2011-05-28 | 13 | -86/+18 | |
| | ||||||
* | Handle sRGB gamma correctly. | Tavian Barnes | 2011-05-28 | 10 | -56/+204 | |
| | ||||||
* | Add cameras, objects, and spheres to Python module. | Tavian Barnes | 2011-05-22 | 23 | -113/+637 | |
| | ||||||
* | Add refcounts to cameras. | Tavian Barnes | 2011-05-21 | 6 | -7/+29 | |
| | ||||||
* | Calculate alpha correctly for canvas exports. | Tavian Barnes | 2011-05-20 | 4 | -3/+19 | |
| | ||||||
* | Switch to Blender model of filtered transparency. | Tavian Barnes | 2011-05-20 | 9 | -83/+99 | |
| | ||||||
* | Add Canvases to the Python module. | Tavian Barnes | 2011-05-20 | 8 | -12/+290 | |
| | ||||||
* | Add a refcount to canvases. | Tavian Barnes | 2011-05-20 | 5 | -11/+28 | |
| | ||||||
* | Properly handle bools in dieOnWarnings(). | Tavian Barnes | 2011-05-20 | 1 | -3/+7 | |
| | ||||||
* | Add Colors to the Python extension. | Tavian Barnes | 2011-05-20 | 9 | -31/+461 | |
| | ||||||
* | Rename Python dimension.h to dimension-python.h. | Tavian Barnes | 2011-05-20 | 6 | -6/+6 | |
| |