summaryrefslogtreecommitdiffstats
path: root/dimension/dimension.in
Commit message (Expand)AuthorAgeFilesLines
* Ship dimension client inside the Python package.Tavian Barnes2011-10-311-230/+0
* Make API more consistent.Tavian Barnes2011-10-301-2/+2
* Rename progress objects to future objects.Tavian Barnes2011-10-191-5/+5
* Don't import dimension right away in dimension.in.Tavian Barnes2011-09-291-1/+2
* Use double rather than single quotes for Python strings.Tavian Barnes2011-09-221-2/+2
* Use a sandbox dict for globals when exec()ing the scene file.Tavian Barnes2011-09-221-116/+120
* chdir() into the same directory as the scene file.Tavian Barnes2011-09-201-3/+17
* Replace sky_spheres with a single background pigment.Tavian Barnes2011-08-211-3/+0
* Don't dynamically allocate timers.Tavian Barnes2011-08-211-2/+2
* Support thread cancelation, and handle ^C in the client.Tavian Barnes2011-08-191-9/+21
* Add --adc-bailout option.Tavian Barnes2011-08-181-0/+8
* Fix progress bars.Tavian Barnes2011-07-291-1/+1
* Fix region sanity check.Tavian Barnes2011-07-291-6/+8
* Print argument defaults in --help.Tavian Barnes2011-07-291-3/+4
* Change --region format.Tavian Barnes2011-07-291-2/+2
* Support rendering image subregions.Tavian Barnes2011-07-291-31/+61
* Support flags-style syntax for --quality.Tavian Barnes2011-07-131-1/+1
* Use a default diffuse amount of 0.7.Tavian Barnes2011-06-171-1/+1
* Use /usr/bin/env python3 rather than /usr/bin/python3.Tavian Barnes2011-06-161-1/+1
* Put the client in bindir.Tavian Barnes2011-06-161-3/+14
* Implement Progress class.Tavian Barnes2011-06-161-8/+26
* More slight style fixes.Tavian Barnes2011-06-161-33/+36
* Use types for command-line options, and support --quality.Tavian Barnes2011-06-161-7/+11
* Add Python client.Tavian Barnes2011-06-161-0/+125