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-10-21A final bunch of UI messages fixes and tweaks, and some BKE_report()<->BKE_re...Bastien Montagne
2012-09-22code cleanup: make many functions staticCampbell Barton
2012-08-04code cleanup: use camelcase for struct name.Campbell Barton
2012-08-04code cleanup:Campbell Barton
2012-06-04mask mode for clip editor developed by Sergey Sharybin, Pete Larabell and mys...Campbell Barton
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-05code cleanup: BKE_ naming, also make bpy.data.images.load() always load a new...Campbell Barton
2012-03-18Code style edits (mostly spliting long lines, and removing trailing spaces).Bastien Montagne
2012-03-18spelling cleanupCampbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-06Code cleanup in rna files (huge, higly automated with py script).Bastien Montagne
2012-02-08Correct mathutils documentation, also correct some python spelling errors and...Campbell Barton
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-03Depsgraph/Python: callbacks and properties to detect datablock changesBrecht Van Lommel
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-11fix for py/rna assigning an invalid index. also give better error message in ...Campbell Barton
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-21Minor: Other UI strings typos and tweaks.Bastien Montagne
2011-09-19/blender/makesrna: Removed final points in UI strings and messages.Bastien Montagne
2011-09-15fix [#28658] python can assign non utf8 and crash because of string lenth lim...Campbell Barton
2011-08-02Merging trunk up to r38932.Joerg Mueller
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-06-262d version of line/circle intersec function.Campbell Barton
2011-06-26Fix in texts for Mesh.materials.pop()Dalai Felinto
2011-05-31tag unused rna args.Campbell Barton
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-19Some strings to store ID names were too small, could cause stack corruption.Campbell Barton
2011-03-03replace 0 with NULL when used as a pointerCampbell 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-16rename IDPropertyGroup to PropertyGroupCampbell Barton
2011-02-07rename ID.update() --> update_tag() since this function only tags for updatin...Campbell Barton
2011-01-13bugfix [#25588] Not work fcurve.keyframe_points.addCampbell Barton
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
2010-12-17Bugfix #25264Ton Roosendaal
2010-12-07pass along the context to extension functions, this was already being done in...Campbell Barton
2010-12-06use BLI_strnlen rather then strlen when comparing against fixed lengths.Campbell Barton
2010-12-04Give functions that use printf style formatting GCC format attributes so if i...Campbell Barton
2010-10-24bugfix [#24357] Font folder can be specified but is not openedCampbell Barton
2010-09-24bugfix [#23965] Segmentation fault when using bpy_struct.keyframe_insert() wi...Campbell Barton
2010-09-03use set as a suffix (matches operators)Campbell Barton