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
2005-12-08Made Mesh verts/edges/faces hashable (as they were in NMesh); this willKen Hughes
2005-11-28-- bugfix: me.subdivide() was declared NOARGS but was expecting an arg,Ken Hughes
2005-11-20-- added an optional "cage" parameter to mesh.getFromObject() to allowKen Hughes
2005-11-19-- fix printing of constant dictsKen Hughes
2005-11-11-- various fixes for Mesh.c:Ken Hughes
2005-11-09-- changes and bugfixes from Cam:Ken Hughes
2005-11-07- warning fixesJoseph Gilbert
2005-11-03-- Bugfix #3335: mesh.remDouble() accidentally performed a mesh fill alsoKen Hughes
2005-10-28Error in creating Python dict for new Mesh API.Ton Roosendaal
2005-10-27Lots of BPy Mesh additions:Ken Hughes
2005-10-20- fix bug calculating number of edges to create in mesh.edges.extend()Ken Hughes
2005-10-20- New additions to Mesh moduleKen Hughes
2005-10-14- perform typechecking before calling EXPP_check_sequence_consistencyKen Hughes
2005-10-12- swapped MFace.flag and MFace.mode code; they were reversed (thanks, Cam)Ken Hughes
2005-10-11- Fix compiler errors under MSVC free toolkit (thanks lguillaume)Ken Hughes
2005-10-11- added Mesh.MVert(); can now create 'thick' vertices which don't wrap meshKen Hughes
2005-10-05remove non-standard __FUNCTION__ useKen Hughes
2005-10-04Added Mesh.New() method; can now create new meshes within the moduleKen Hughes
2005-10-04Update for thin meshJoseph Gilbert
2005-10-04Small code cleanups by Stephane SOPPER...Kent Mein
2005-10-03Added new BPython thin mesh moduleKen Hughes