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
2012-02-12Merged changes in the trunk up to revision 44039.Tamito Kajiyama
2012-02-08Correct mathutils documentation, also correct some python spelling errors and...Campbell Barton
2011-11-08Merged changes in the trunk up to revision 41638.Tamito Kajiyama
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-03Depsgraph/Python: callbacks and properties to detect datablock changesBrecht Van Lommel
2011-10-30Merged changes in the trunk up to revision 41368.Tamito Kajiyama
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-19Merged changes in the trunk up to revision 41099.Tamito Kajiyama
2011-10-11fix for py/rna assigning an invalid index. also give better error message in ...Campbell Barton
2011-10-11Merged changes in the trunk up to revision 40911.Tamito Kajiyama
2011-10-02fix [#28786] Large enum lists display columns in inverted order (right to left)Campbell Barton
2011-10-01support for object data material assignment in pythonCampbell Barton
2011-10-01add a collection function slot for assignment (not used yet).Campbell Barton
2011-09-25Merged changes in the trunk up to revision 40520.Tamito Kajiyama
2011-09-21Minor: Other UI strings typos and tweaks.Bastien Montagne
2011-09-21Merged changes in the trunk up to revision 40413.Tamito Kajiyama
2011-09-19/blender/makesrna: Removed final points in UI strings and messages.Bastien Montagne
2011-09-17Merged changes in the trunk up to revision 40299.Tamito Kajiyama
2011-09-15fix [#28658] python can assign non utf8 and crash because of string lenth lim...Campbell Barton
2011-09-04Merged changes in the trunk up to revision 39826.Tamito Kajiyama
2011-08-02Merging trunk up to r38932.Joerg Mueller
2011-08-02Merged changes in the trunk up to revision 38893.Tamito Kajiyama
2011-08-013D Audio GSoC:Joerg Mueller
2011-07-31fix for material slot removal (r38879)Campbell Barton
2011-07-31bugfix [#28111] material.pop breaks mt->mat_nrDalai Felinto
2011-07-21Merged changes in the trunk up to revision 38543.Tamito Kajiyama
2011-06-262d version of line/circle intersec function.Campbell Barton
2011-06-26Fix in texts for Mesh.materials.pop()Dalai Felinto
2011-06-11Merged changes in the trunk up to revision 37388.Tamito Kajiyama
2011-05-31tag unused rna args.Campbell Barton
2011-05-19Merged changes in the trunk up to revision 36757.Tamito Kajiyama
2011-05-18RNA: make mechanism used by operators to keep python instance alive more gene...Brecht Van Lommel
2011-05-18RNA: pass Main rather than Context to register/unregister callbacks.Brecht Van Lommel
2011-04-24Merged changes in the trunk up to revision 36301.Tamito Kajiyama
2011-04-19Some strings to store ID names were too small, could cause stack corruption.Campbell Barton
2011-03-06Merged changes in the trunk up to revision 35367.Tamito Kajiyama
2011-03-03replace 0 with NULL when used as a pointerCampbell Barton
2011-02-27doxygen: blender/makesrna tagged.Nathan Letwory
2011-02-26Merged changes in the trunk up to revision 35203.Tamito Kajiyama
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-20Merged changes in the trunk up to revision 34996.Tamito Kajiyama
2011-02-16rename IDPropertyGroup to PropertyGroupCampbell Barton
2011-02-14Merged changes in the trunk up to revision 34828.Tamito Kajiyama
2011-02-07rename ID.update() --> update_tag() since this function only tags for updatin...Campbell Barton
2011-01-16Merged changes in the trunk up to revision 34335.Tamito Kajiyama
2011-01-13bugfix [#25588] Not work fcurve.keyframe_points.addCampbell Barton
2011-01-09Merged changes in the trunk up to revision 34193.Tamito Kajiyama
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-03rna/apiCampbell Barton