blender/release/scripts/bpymodules
Campbell Barton c03179c9b3 Added a script that makes an image from vertex colors using UV coords. the advantage this has over other existing scripts is that it bleeds the colors from edge polygons so you dont get mipmapping errors.
usefull for baking radiosity back into an image (with non overlapping UV's) and also has an option for including the texface image, and using normals (instead of colors)

Added BPyRender with a utility function to render off an ortho image from a number of objects.
2006-07-26 02:07:12 +00:00
..
ai2obj.py Gui: 2006-07-07 18:39:51 +00:00
boxpack2d.py Update box unpack with faster python use 2006-03-18 11:41:07 +00:00
BPyBlender.py A few leftover py2.3 -> py2.4 changes: 2005-10-30 19:19:38 +00:00
BPyImage.py BPyImage had a problem with a path being returned as None 2006-05-15 13:33:30 +00:00
BPyMathutils.py Missing constant added. 2006-07-13 13:41:26 +00:00
BPyMesh_redux.py added list2MeshWeight and meshWeight2List - faster then the dict equivilents and better in some cases. 2006-07-07 10:46:46 +00:00
BPyMesh.py clicking on the second point of the gradient outside the mesh should have blended to alpha zero, but was raising an error, fixed. 2006-07-09 14:54:47 +00:00
BPyNMesh.py BPython: 2005-05-17 07:17:52 +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 Added a script that makes an image from vertex colors using UV coords. the advantage this has over other existing scripts is that it bleeds the colors from edge polygons so you dont get mipmapping errors. 2006-07-26 02:07:12 +00:00
BPyWindow.py needed this file for Gradient tool (Window/3d ray picking function) 2006-07-09 14:44:54 +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 clicking on the second point of the gradient outside the mesh should have blended to alpha zero, but was raising an error, fixed. 2006-07-09 14:54:47 +00:00
meshtools.py Made lightwave import work with images by removing internal image loading wrapper and use BPyImage.comprehensiveImageLoad 2006-06-29 07:06:54 +00:00
svg2obj.py Gui: 2006-07-07 18:39:51 +00:00