blender/release/scripts/bpymodules
Campbell Barton b995593eee faster sorting syntax in python, try/except for py 2.3 backwards compat
ls.sort(key = lambda v: v.foo)
rather then
  ls.sort(lambda a,b: cmp(a.foo, b.foo))
2006-12-14 14:53:32 +00:00
..
ai2obj.py Gui: 2006-07-07 18:39:51 +00:00
boxpack2d.py faster sorting syntax in python, try/except for py 2.3 backwards compat 2006-12-14 14:53:32 +00:00
BPyBlender.py A few leftover py2.3 -> py2.4 changes: 2005-10-30 19:19:38 +00:00
BPyCurve.py Adding a function that gets a list of polylines from a curve object 2006-12-07 15:22:55 +00:00
BPyImage.py OBJ Import should now meet up to the python standards 2006-09-20 05:03:53 +00:00
BPyMathutils.py faster sorting syntax in python, try/except for py 2.3 backwards compat 2006-12-14 14:53:32 +00:00
BPyMesh_octree.py Added a octree implimentation for doing fast locational vertex lookups. 2006-07-31 13:28:00 +00:00
BPyMesh_redux.py faster sorting syntax in python, try/except for py 2.3 backwards compat 2006-12-14 14:53:32 +00:00
BPyMesh.py added many checks to uvcopy so it dosnt raise errors. 2006-12-12 07:28:20 +00:00
BPyMessages.py added Jiri as a contributer to the obj importer 2006-11-03 20:04:56 +00:00
BPyNMesh.py BPython: 2005-05-17 07:17:52 +00:00
BPyObject.py added a BPyObject.py with 1 function- getDerivedObjects, gets all dupliObjects and can optionaly get a mesh generated from the objects particles. 2006-10-01 14:02:51 +00:00
BPyRegistry.py BPyRegistry was throwing errors with blank config files. made it check for this and be quiet. 2006-05-15 07:29:28 +00:00
BPyRender.py BPyRender sets renderlayers right now 2006-10-11 10:33:34 +00:00
BPyWindow.py fixed mouseViewRay in BPyWindow, was not applying the objects matrix to the mouse direction correctly. 2006-12-14 09:56:56 +00:00
defaultdoodads.py Scripts updated: 2005-10-11 19:05:56 +00:00
eps2obj.py Gui: 2006-07-07 18:39:51 +00:00
gimp2obj.py Gui: 2006-07-07 18:39:51 +00:00
mesh_gradient.py fixed mouseViewRay in BPyWindow, was not applying the objects matrix to the mouse direction correctly. 2006-12-14 09:56:56 +00:00
meshtools.py simple change, made 2006-12-12 10:38:43 +00:00
svg2obj.py Gui: 2006-07-07 18:39:51 +00:00