blender/release/scripts/templates
Campbell Barton 67cfc427ee PyAPI
- added new mathutils.Color() type, use with rna so we can do for eg:
 material.diffuse_color.r = 1.0
 # also has hsv access
 material.diffuse_color.s = 0.6

 - made Mathutils and Geometry module names lowercase.
2010-04-11 14:22:27 +00:00
..
gamelogic_basic.py remove GPL headers from templates, am happy for them to be public domain 2009-11-18 14:25:36 +00:00
gamelogic_module.py remove GPL headers from templates, am happy for them to be public domain 2009-11-18 14:25:36 +00:00
gamelogic.py PyAPI 2010-04-11 14:22:27 +00:00
operator_modal_draw.py pep8 cleanup 2010-03-06 01:40:29 +00:00
operator_modal.py [#21295] Escape key doesn't cancel python modal operators 2010-02-24 15:56:27 +00:00
operator_simple.py * register operators like other classes 2009-12-24 19:50:43 +00:00
operator_uv.py pep8 changes 2010-01-31 14:46:28 +00:00
operator.py pep8 changes 2010-01-31 14:46:28 +00:00
panel_simple.py pep8 changes 2010-01-31 14:46:28 +00:00