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
2009-09-28- removed 2.4x release/scriptsCampbell Barton
2009-05-22Removed use of CrossVecs, DotVecs, CrossQuats and DotQuatsCampbell Barton
2007-04-18PyAPI.Campbell Barton
2007-03-26py apiCampbell Barton
2007-02-22Updating own scripts to use Blender.Main, remove Base files.Campbell Barton
2006-12-17Use ed.key and face.edge_keys to build connectivity data faster.Campbell Barton
2006-12-14faster sorting syntax in python, try/except for py 2.3 backwards compatCampbell Barton
2006-12-01Made work with new vertex colorsCampbell Barton
2006-11-02attempt to make zero area faces result in NAN or INF loc verts happen less.Campbell Barton
2006-10-07Added python func Blender.Geometry.LineIntersect2D(v1,v2,v3,v4)Campbell Barton
2006-08-15fixed a problem with UV coords and vert col's when reducing the mesh.Campbell Barton
2006-08-02Made this script test 4 different collapse locations and use the one that res...Campbell Barton
2006-07-07added list2MeshWeight and meshWeight2List - faster then the dict equivilents ...Campbell Barton
2006-07-06fixed a bug in poly redux's vgroup weight merging (was reducing the weight ea...Campbell Barton
2006-07-04more updates, mostly 2.3 error checking, nice messages when pythons not insta...Campbell Barton
2006-07-03added python 2.3 set importer for BPyMesh_reduxCampbell Barton
2006-06-04Fixed mistake in calculating the collapse position (surprising it worked as w...Campbell 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-21optional reuse list for meshCalcNormals, which makes decimation abt 5% faster.Campbell Barton
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-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-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-12Added MVert.hide property because hidden verts were hanging BPyMesh_ReduxCampbell Barton
2006-05-11Added a polygon reduction function that can poly reduce any mesh and supports...Campbell Barton