Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-06-04Fixed mistake in calculating the collapse position (surprising it worked as w...Campbell Barton
2006-06-03Added an option to OBJ import "As Instance" - so people can import all the ob...Campbell Barton
2006-06-02Simple fix, args from the UI were out of allignmentCampbell Barton
2006-05-31Bit the bullet and put a py2.3 blender on my system :/ ro fix http://projects...Campbell Barton
2006-05-30Braught back saveRenderedImage now I have a clue about what it does.Campbell Barton
2006-05-28saveRenderedImage is broken? - isnt working anymore for some resion. switched...Campbell Barton
2006-05-28Added a 2d convex hull function to BPyMathutilsCampbell Barton
2006-05-28comments on how edge weighting for collapsing works.Campbell Barton
2006-05-28Use Kens hide/sel mesh props to save some python looping.Campbell Barton
2006-05-27Poly reduction fixesCampbell Barton
2006-05-26==md2 export update==Tom Musgrove
2006-05-25==md2 export update==Tom Musgrove
2006-05-21optional reuse list for meshCalcNormals, which makes decimation abt 5% faster.Campbell Barton
2006-05-19Hrmm, this is a bit nasty: I am now using a different call to get a meshChris Want
2006-05-19From __bpydoc__Campbell Barton
2006-05-19Two issues:Chris Want
2006-05-18A fairly major revision of the VRML97 export script.Chris Want
2006-05-18Stoped a list that didint need to be made.Campbell Barton
2006-05-18Fixed some evil bugs in the poly reducer messing up UV's every now and then.Campbell Barton
2006-05-17Made import set the object layer to the current scene layer, applied the 3ds ...Campbell Barton
2006-05-17made some changes to vrml97_export, this script needs to be re-written, until...Campbell Barton
2006-05-16==md2 export==Tom Musgrove
2006-05-16Win32 image opening was broken with the default settings.Campbell Barton
2006-05-15fixed devide by zero error with zero length edges.Campbell Barton
2006-05-15BPyImage had a problem with a path being returned as NoneCampbell Barton
2006-05-15BPyRegistry was throwing errors with blank config files. made it check for th...Campbell Barton
2006-05-14* New faster algo for finding the new collapse location using normals rather ...Campbell Barton
2006-05-14Allow to see in real time trajectory of selected object.Campbell Barton
2006-05-14Applied patch 4188 with some modifications.Campbell Barton
2006-05-13fixed, bugs with selection & remove doubles.Campbell Barton
2006-05-13Made editmesh remove_doubles work with vertex colours,Campbell Barton
2006-05-13BPyMesh_redux: Fixed a rare bug in mesh redux's, collapsed location.Campbell Barton
2006-05-12Making the vrml exporter use the Ken Hughes Mesh module, ratherChris Want
2006-05-12Added MVert.hide property because hidden verts were hanging BPyMesh_ReduxCampbell Barton
2006-05-11The algorithm to export vertex color was very inefficient (for everyChris Want
2006-05-11Some bad logic was causing an 'Appearance' node not to get closedChris Want
2006-05-11Added a polygon reduction function that can poly reduce any mesh and supports...Campbell Barton
2006-05-11Added some shortcuts to MeshCampbell Barton
2006-05-11Converting spaces to tabs in this script (this is standard!)Chris Want
2006-05-10removed an optimizarion in seeking verts that could cause an eternal loop.Campbell Barton
2006-05-10Modified mesh to allow writing to normals.Campbell Barton
2006-05-10made mesh's getFromObject pick the materials from object or obdata as set by ...Campbell Barton
2006-05-09Added some shading optionsCampbell Barton
2006-05-09Added optionsCampbell Barton
2006-05-07fixed error with zero length normals (caused by zero area faces)Campbell Barton
2006-05-07Added a self shadowing script accessed from the vertex paint menu, it does a ...Campbell Barton
2006-05-06Applied patch https://projects.blender.org/tracker/index.php?func=detail&aid=...Campbell Barton
2006-05-05Added vertex weight python scripts accessable from the paint menu.Campbell Barton
2006-05-02Commited 3ds export enhancements from Mark Stijnman (beowulff)Campbell Barton
2006-04-28* Added optional X Zero snapping with tolerence limit.Campbell Barton