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-18Used GET_INT_FROM_POINTER to get rid of many warnings that only occurred with...Campbell Barton
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-03-26Python APIKen Hughes
2008-03-22Removing some compiler warnings. Joshua Leung
2008-03-15forgot to free memory for python api mesh.getTangents()Campbell Barton
2008-03-14added mesh.getTangents() to the python apiCampbell Barton
2008-02-03== Python API - Mesh ==Tom Musgrove
2007-12-26== Multires ==Nicholas Bishop
2007-12-26== Multires ==Nicholas Bishop
2007-12-17Reverting to 2_2x BPYMartin Poirier
2007-11-24==Python API==Campbell Barton
2007-11-21wizard_curve2tree.py - always use active object (local view was messing up th...Campbell Barton
2007-11-19==Python API==Campbell Barton
2007-11-16* wizard_curve2tree.py - Automatic alpha blended, textured image joins using ...Campbell Barton
2007-11-13==Python API==Campbell Barton
2007-10-19Mesh edit option 'AutoMerge' - access from the mesh menu, basically runs remo...Campbell Barton
2007-09-22added an active face for the mesh editmode and normal mesh - this is needed b...Campbell Barton
2007-09-17Patch/Bugfix #7334 by 'gsr b3d:Joshua Leung
2007-09-12-> Fix for Mesh Properties Python APIGeoffrey Bantle
2007-09-10Changes to "Face Select" modeCampbell Barton
2007-08-28getting the mesh for all curves/surfs/text raised an error every time because...Campbell Barton
2007-08-20added face sorting to mesh so you can do mesh.faces.sort(...)Campbell Barton
2007-08-09Mesh.c - getVertFromGroup ~25% speedup.Campbell Barton
2007-07-12Python APIKen Hughes
2007-07-12From stableCampbell Barton
2007-07-01replace PyInt_CheckExact with PyInt_Check, same for floats and strings so sub...Campbell Barton
2007-06-30mixed decloration, own Lattice typo'sCampbell Barton
2007-06-29same as 2.44 stable - missing NULL checks.Campbell Barton
2007-06-29remove unneeded checks from the python APICampbell Barton
2007-06-28Mesh.c - added missing error checking for vert ranges and that verts are valid.Campbell Barton
2007-06-16Python PyMethodDef supports single argument methods (METH_O) but was using ME...Campbell Barton
2007-06-04-> Custom Properties for Mesh entitiesGeoffrey Bantle
2007-06-02made change to NMesh decrefing suggested by theeth, and added 2 more missing ...Campbell Barton
2007-06-02pointInside wasnt working properly (did work with the examples I was using wi...Campbell Barton
2007-05-28fix for a crash in Blender.Mesh,Campbell Barton
2007-05-28more memory leak fixes, though only a few are likely to happenCampbell Barton
2007-05-26Key.c/h - Removed unneeded functions. and ipo in struct wasnt being used.Campbell Barton
2007-05-25Many long standing memory leaks fixed in the BPY api.Campbell Barton
2007-05-02PyAPI, Mesh.c - added renderColorLayer and renderUVLayer to the meshCampbell Barton
2007-04-15Fix for bug #6461:Brecht Van Lommel
2007-04-05* Changed mesh so all new data is selected (fits in with blender's UI and oth...Campbell Barton
2007-04-04moved source and text to american spellingCampbell Barton
2007-03-26Python APICampbell 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-14made all python types that can do .__copy__(), also do .copy()Campbell Barton
2007-03-12Fix for bug #6127:Brecht Van Lommel
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-11moved python functions that deal with blender libdata into gen_library.c from...Campbell Barton