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
2011-09-19/blender/makesrna: Removed final points in UI strings and messages.Bastien Montagne
2011-05-08comment some unused code.Campbell Barton
2011-02-27doxygen: blender/makesrna tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-10mesh.validate() now returns True if any corrections were made.Campbell Barton
2011-02-09BKE_mesh_validate() now corrects invalid meshes (optionally), added access fo...Campbell Barton
2011-02-09move validation into blender kernel so it can be called by internal modifier ...Campbell Barton
2011-02-09mesh validation function to report errors and help debug bad data generated b...Campbell Barton
2010-08-27rna api changesCampbell Barton
2010-08-24- move more active properties into their collections:Campbell Barton
2010-08-18rna naming: verts -> verticesCampbell Barton
2010-03-24remove unused rna includesCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-01-05patch from Benoit Bolsee (ben2610) for 4 bugs in report [#20527] Several bugs...Campbell Barton
2009-10-12added rna api MVert,MFace & MEdge index propertiesCampbell Barton
2009-09-28RNABrecht Van Lommel
2009-09-28remove warnings, print errors if bpy_ops.py or bpy_sys.py fail to importCampbell Barton
2009-09-22Manual merge of soc-2009-kazanbas branch:Arystanbek Dyussenov
2009-09-15Undo revision 23130 which was a merge with 2.5, a messy one because I did som...soc-2009-kazanbasArystanbek Dyussenov
2009-09-11Merge with -r 22620:23107.Arystanbek Dyussenov
2009-09-052.5Brecht Van Lommel
2009-08-19Various fixes in rna_*_api.c files to remove compiler warnings.Arystanbek Dyussenov
2009-08-13- 3ds importer working (without the "scale to size" option)Arystanbek Dyussenov
2009-08-05- added Mesh.add_material functionArystanbek Dyussenov
2009-08-03Merge with 2.5 -r 21756:22173.Arystanbek Dyussenov
2009-07-03- added API functions:Arystanbek Dyussenov
2009-07-01- started OBJ importer conversionArystanbek Dyussenov
2009-07-01Merge from 2.5 r21160 through r21285Arystanbek Dyussenov
2009-07-01RNABrecht Van Lommel
2009-06-28OBJ exporter working (Python 3.0), but needs testing and fixing.Arystanbek Dyussenov
2009-06-24- added API functions:Arystanbek Dyussenov
2009-06-23- added Mesh.transformArystanbek Dyussenov
2009-06-18RNABrecht Van Lommel