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
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-04-07fix for [#6342] Collada 1.4 import (of perhaps corrupt collada files) leads t...Campbell Barton
2008-03-26Python APIKen Hughes
2008-02-25Fix for bug #8081: python script crash writing MFace.uv.Brecht Van Lommel
2007-12-17Reverting to 2_2x BPYMartin Poirier
2007-09-22added an active face for the mesh editmode and normal mesh - this is needed b...Campbell Barton
2007-06-29remove unneeded checks from the python APICampbell Barton
2007-06-02made change to NMesh decrefing suggested by theeth, and added 2 more missing ...Campbell Barton
2007-06-01buttons editing didnt let lib-obdata to changed once set (thanks for the repo...Campbell Barton
2007-06-01When converting from TF_SELECT to use the mfaces selection flag only I missed...Campbell Barton
2007-05-28more memory leak fixes, though only a few are likely to happenCampbell Barton
2007-05-25Many long standing memory leaks fixed in the BPY api.Campbell Barton
2007-04-04moved source and text to american spellingCampbell Barton
2007-03-16type initialization updates, and refcount fix for lamp, reverted some changes...Campbell Barton
2007-03-15removed unneeded dealloc functionsCampbell Barton
2007-03-15removed duplicate functionality, macro's and functions existed to check a PyO...Campbell Barton
2007-03-11Remove gcc compiler warnings from various files.Ken Hughes
2007-03-11made all data adding functions accept a name such as add_mesh or add_curve, p...Campbell Barton
2007-03-10removed python oops access, (was unreliable and nobody used it)Campbell Barton
2006-12-23Select Grouped editdata- minor fix in the menu.Campbell Barton
2006-12-23Preserve multiple UV and vertex color layers in NMesh.Brecht Van Lommel
2006-12-13Multiple UV and vertex color layers: (still work in progress)Brecht Van Lommel
2006-12-05Modifier Stack: Limit calculation to required data.Ben Batt
2006-11-23Bugfix: test_index_face got wrong number of vertices when converting NMeshBrecht Van Lommel
2006-11-23Fix for bug #5296: Mesh.update destroys vertex groups. Code wasn'tBrecht Van Lommel
2006-11-20Added custom vertex/edge/face data for meshes:Brecht Van Lommel
2006-11-19=ID Properties Python Update= Joseph Eagar
2006-11-17=ID Properties Update= Joseph Eagar
2006-09-28-> Enter/Exit editmode wait cursor flagsGeoffrey Bantle
2006-09-03Animation department feature request: support for vertex groups in LatticesTon Roosendaal
2006-08-16===Python API===Ken Hughes
2006-05-07Bugfixes for frame number boost:Peter Schlaile
2006-04-05==misc spelling and typos ==Tom Musgrove
2006-03-25Bugfix #3818: nmesh.insertKey() was not letting Ipo space know toKen Hughes
2006-03-24Fix problem with possibly random calls to MEM_freeN() due to uninitializedKen Hughes
2006-03-11Bugfix #3995: NMesh.GetRawFromObject() would segfault sometimes if objectKen Hughes
2006-01-28Cleanup of blender/ module; Makefiles now compile this warning free.Ton Roosendaal
2006-01-24Not a show stopper, and does not add or remove any functionalityChris Want
2006-01-19===Python API===Ken Hughes
2006-01-01Created local function check_NMeshLists(), which performs checking onKen Hughes
2005-12-14BPython:Willian Padovani Germano
2005-11-30-- Bugfix #2868: NMesh.update(0,0,1) with derived mesh data would cause aKen Hughes
2005-11-09-- When storing a mesh, allow TFaces without defined UV coordinates to useKen Hughes
2005-10-31-- further clean-up of mesh error handling for update and PutRaw(); addKen Hughes
2005-10-30-- fix compiler warning about return "from incompatible pointer type" whenKen Hughes
2005-10-30- fix issues in with Mesh_fromNMesh pointed out by Ton earlier; errors fromKen Hughes
2005-10-28Fixed gcc warnings for unused var and unitialiazed vars.Ton Roosendaal
2005-10-21- Bugfix #3227: throw exception in NMesh if face data doesn't contain 3 orKen Hughes
2005-10-11-Bugfix #3174: incorrectly counting number of face verticesKen Hughes
2005-10-04Added Mesh.New() method; can now create new meshes within the moduleKen Hughes