summaryrefslogtreecommitdiffstats
path: root/libdimension-python
Commit message (Expand)AuthorAgeFilesLines
...
* Implement triangles.Tavian Barnes2011-07-133-0/+37
* Clean up tests a bit.Tavian Barnes2011-07-131-4/+3
* Use a default diffuse amount of 0.7.Tavian Barnes2011-06-171-1/+1
* Add pigment= and finish= shorthand to Object.__init__().Tavian Barnes2011-06-172-34/+77
* Use /usr/bin/env python3 rather than /usr/bin/python3.Tavian Barnes2011-06-164-4/+4
* Implement Progress class.Tavian Barnes2011-06-165-7/+140
* Fix python module license.Tavian Barnes2011-06-162-12/+14
* More slight style fixes.Tavian Barnes2011-06-161-4/+4
* Use types for command-line options, and support --quality.Tavian Barnes2011-06-161-1/+8
* Make python module more "pythonic".Tavian Barnes2011-06-155-190/+562
* Add .pigment and .finish properties to Textures.Tavian Barnes2011-06-152-50/+60
* Use propper extensions for tests.Tavian Barnes2011-06-141-0/+1
* Add Timers to Python module.Tavian Barnes2011-06-142-0/+59
* Fix rotational alignment.Tavian Barnes2011-06-143-25/+12
* Use Cython for the Python module.Tavian Barnes2011-06-1325-2130/+1417
* Add transform() to Python Objects.Tavian Barnes2011-05-294-10/+44
* Handle sRGB gamma correctly.Tavian Barnes2011-05-282-32/+42
* Add cameras, objects, and spheres to Python module.Tavian Barnes2011-05-2223-113/+637
* Switch to Blender model of filtered transparency.Tavian Barnes2011-05-202-28/+28
* Add Canvases to the Python module.Tavian Barnes2011-05-208-12/+290
* Properly handle bools in dieOnWarnings().Tavian Barnes2011-05-201-3/+7
* Add Colors to the Python extension.Tavian Barnes2011-05-209-31/+461
* Rename Python dimension.h to dimension-python.h.Tavian Barnes2011-05-206-6/+6
* Fix Matrix repr() and tests.Tavian Barnes2011-05-202-14/+28
* Improve dmnsn_py_Vector_args() API.Tavian Barnes2011-05-202-70/+35
* Add python headers to Makefile.am to fix distcheck.Tavian Barnes2011-05-191-1/+5
* Add matricies to Python module.Tavian Barnes2011-05-197-16/+419
* Don't #include .c files.Tavian Barnes2011-05-197-27/+103
* Implement Vectors in python.Tavian Barnes2011-05-187-115/+523
* Add dieOnWarnings() to python module.Tavian Barnes2011-05-173-52/+72
* Split python Scenes into a new source file, add python tests.Tavian Barnes2011-05-165-40/+175
* Start Python interface.Tavian Barnes2011-05-162-0/+108