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
2013-03-23A major code update for making the DNA file specification of Freestyle settingsTamito Kajiyama
2013-03-18Merged changes in the trunk up to revision 55357.Tamito Kajiyama
2013-03-10code cleanup:Campbell Barton
2013-03-10patch [#34103] check_for_dupid.patchCampbell Barton
2013-03-07use bool for rna funcs.Campbell Barton
2013-01-12Merged changes in the trunk up to revision 53729.Tamito Kajiyama
2013-01-09add RNA_def_struct_ptr(...) to use for runtime struct registration, saves ove...Campbell Barton
2012-12-20Another big patch set by Bastien Montagne, thanks a lot!Tamito Kajiyama
2012-10-29Merged changes in the trunk up to revision 51718.Tamito Kajiyama
2012-10-21A final bunch of UI messages fixes and tweaks, and some BKE_report()<->BKE_re...Bastien Montagne
2012-09-23Merged changes in the trunk up to revision 50829.Tamito Kajiyama
2012-09-22code cleanup: make many functions staticCampbell Barton
2012-08-12Merged changes in the trunk up to revision 49797.Tamito Kajiyama
2012-08-04code cleanup: use camelcase for struct name.Campbell Barton
2012-08-04code cleanup:Campbell Barton
2012-06-11Merged changes in the trunk up to revision 47700.Tamito Kajiyama
2012-06-04mask mode for clip editor developed by Sergey Sharybin, Pete Larabell and mys...Campbell Barton
2012-05-19Merged changes in the trunk up to revision 46787.Tamito Kajiyama
2012-05-17added readonly rna ID attribute ID.is_library_indirect, so python can tell if...Campbell Barton
2012-05-13patch [#31434] IDMaterials.pop/append() UI update from consoleCampbell Barton
2012-05-12style cleanup: mostly whitespace in rnaCampbell Barton
2012-05-12Merged changes in the trunk up to revision 46557.Tamito Kajiyama
2012-05-05code cleanup: BKE_ naming, also make bpy.data.images.load() always load a new...Campbell Barton
2012-03-25Merged changes in the trunk up to revision 45133.Tamito Kajiyama
2012-03-18Code style edits (mostly spliting long lines, and removing trailing spaces).Bastien Montagne
2012-03-18spelling cleanupCampbell Barton
2012-03-11Merged changes in the trunk up to revision 44797.Tamito Kajiyama
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-06Code cleanup in rna files (huge, higly automated with py script).Bastien Montagne
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