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-05-05code cleanup: BKE_ naming, also make bpy.data.images.load() always load a new...Campbell Barton
2012-05-05code cleanup: BKE_scene api naming.Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-05-05code cleanup: brush/camera namingCampbell Barton
2012-04-28Code and style cleanup in own modules in BKE and also mball moduleSergey Sharybin
2012-04-23py api:Campbell Barton
2012-04-22style cleanup: commentsCampbell Barton
2012-03-18Code style edits (mostly spliting long lines, and removing trailing spaces).Bastien Montagne
2012-03-18spelling cleanupCampbell Barton
2012-03-07patch [#30481] rna_Screen_scene_set does the wrong thing [patch]Campbell Barton
2012-03-06Code cleanup in rna files (huge, higly automated with py script).Bastien Montagne
2012-03-03"Fix" [#30431] UI string spelling & similar fixes.Bastien Montagne
2011-12-10Fixed for movieclips tag function which was tagging wrong listSergey Sharybin
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-05Code refactoring: split lamp functions from object.c into new lamp.c.Brecht Van Lommel
2011-11-05Code refactoring: split camera functions from object.c into new camera.c.Brecht Van Lommel
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-08fix [#28846] Relative paths on linked scene failsCampbell Barton
2011-09-30Minor: 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-06Merged the particles-2010 branch with node improvements into trunk.Lukas Toenne
2011-08-30* Merge trunk up to r39790.soc-2011-pepperJoerg Mueller
2011-08-28- use static vars and functions where possible.Campbell Barton
2011-08-043D Audio GSoC:Joerg Mueller
2011-08-013D Audio GSoC:Joerg Mueller
2011-05-31tag unused rna args.Campbell Barton
2011-03-13RNA: use a different method to set DNA types for BlendData* collections, toBrecht Van Lommel
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-21Big node groups improvement patch. Node group trees now have their own lists ...Lukas Toenne
2011-02-20misc warnings/fixesCampbell Barton
2011-02-14misc small changes:Campbell Barton
2011-02-01Pythons path functions - os.walk(). os.path.exists(). etc support bytes for p...Campbell Barton
2011-01-11- bpy.data.lamps.new() now takes a type argument since lamp type also sets cl...Campbell Barton
2011-01-10comment/remove various unused vars,Campbell 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-05py api function to tag all ID blocks, was available in 2.4x as.Campbell Barton
2010-12-19Patch from Dan to use id user functions rather then accessing direct. also us...Campbell Barton
2010-12-03updates to patch from Dan Eicher, allow adding a NodeGroup through bpy.data.n...Campbell Barton
2010-11-19bugfix [#24803] Export UV Layout in PNG (default) corrupts BlendfileCampbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-15remove/tag unused args for view*.c, gpu*.c & image*.cCampbell Barton
2010-09-20bugfix [#23910] Removing an object in Py crashes blenderCampbell Barton
2010-09-11new materials and cameras had incorrect usercounts when added from pythonCampbell Barton
2010-08-26bugfix [#23523] OBJ Import still failsCampbell Barton
2010-08-25bugfix/aviodance for [#23488] bpy.types.Texture.type donĀ“t update the parame...Campbell Barton