Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use double rather than single quotes for Python strings. | Tavian Barnes | 2011-09-22 | 1 | -2/+2 |
| | |||||
* | Use a sandbox dict for globals when exec()ing the scene file. | Tavian Barnes | 2011-09-22 | 1 | -116/+120 |
| | |||||
* | chdir() into the same directory as the scene file. | Tavian Barnes | 2011-09-20 | 1 | -3/+17 |
| | |||||
* | Replace sky_spheres with a single background pigment. | Tavian Barnes | 2011-08-21 | 1 | -3/+0 |
| | |||||
* | Don't dynamically allocate timers. | Tavian Barnes | 2011-08-21 | 1 | -2/+2 |
| | |||||
* | Support thread cancelation, and handle ^C in the client. | Tavian Barnes | 2011-08-19 | 1 | -9/+21 |
| | |||||
* | Add --adc-bailout option. | Tavian Barnes | 2011-08-18 | 1 | -0/+8 |
| | |||||
* | Fix progress bars. | Tavian Barnes | 2011-07-29 | 1 | -1/+1 |
| | |||||
* | Fix region sanity check. | Tavian Barnes | 2011-07-29 | 1 | -6/+8 |
| | |||||
* | 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 | 1 | -31/+61 |
| | | | | This is the first step to supporting distributed renders. | ||||
* | Support flags-style syntax for --quality. | Tavian Barnes | 2011-07-13 | 1 | -1/+1 |
| | |||||
* | Use a default diffuse amount of 0.7. | Tavian Barnes | 2011-06-17 | 1 | -1/+1 |
| | | | | | 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. | ||||
* | Use /usr/bin/env python3 rather than /usr/bin/python3. | Tavian Barnes | 2011-06-16 | 1 | -1/+1 |
| | |||||
* | Put the client in bindir. | Tavian Barnes | 2011-06-16 | 1 | -3/+14 |
| | |||||
* | Implement Progress class. | Tavian Barnes | 2011-06-16 | 1 | -8/+26 |
| | |||||
* | More slight style fixes. | Tavian Barnes | 2011-06-16 | 1 | -33/+36 |
| | |||||
* | Use types for command-line options, and support --quality. | Tavian Barnes | 2011-06-16 | 1 | -7/+11 |
| | |||||
* | Add Python client. | Tavian Barnes | 2011-06-16 | 1 | -0/+125 |