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-17readfile.c Style Cleanup: Whitespace, while -> for, etc.Joshua Leung
2012-05-17 ____ Jeroen Bakker
2012-05-17remove doubleups of newlines in readfile error printsCampbell Barton
2012-05-17minor improvement - entering "//somepath" in the file selector didnt expand f...Campbell Barton
2012-05-17style cleanup: line length and ensure some macros error when not ending with ';'Campbell Barton
2012-05-17style cleanup: block commentsCampbell Barton
2012-05-16Code cleanup: simplify standard GHash creation.Nicholas Bishop
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-05-12style cleanup: whitespace, bli & makesdnaCampbell Barton
2012-05-11A couple more changes to the file and image nodes to improve access to layers...Lukas Toenne
2012-05-11Add DNA and customdata entries for paint masks.Nicholas Bishop
2012-05-09Fix #31369. Needed some do_versions backward compatibility code to ensure the...Lukas Toenne
2012-05-08Fix #31344: MovieClip python custom properties are reset when reopen the fileSergey Sharybin
2012-05-07Style cleanup in readfile versioning filesSergey Sharybin
2012-05-06code cleanup: naming - BKE_mesh_*Campbell Barton
2012-05-05- Fixed issue with printing file version triple times when loading file in de...Sergey Sharybin
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05Bugfixes for various ID-block references (Constraints, NLA)Joshua Leung
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-05-05code cleanup: function naming for BLI functions.Campbell Barton
2012-05-04Windows:Thomas Dinges
2012-05-04Added start and end bevel factor for curves, so now it's possible to makeSergey Sharybin
2012-05-04Fisheye Camera for CyclesDalai Felinto
2012-05-04Split do_versions into separate files for pre-2.50 versions and 2.5x versionsSergey Sharybin
2012-05-04Camera tracking: switch dopesheet information to lazy calculationSergey Sharybin
2012-05-03Clip editor: sort order for dopesheet channelsSergey Sharybin
2012-05-03Camera tracking: pre-calculate tracked segments for dopesheet channelsSergey Sharybin
2012-05-02Fix wrong unified weight paint value version patch, was doing incorrect versi...Brecht Van Lommel
2012-05-02A number of changes to node RNA and the file output node, to simplify socket ...Lukas Toenne
2012-05-01Merging phase 1 of the BGE Harmony branch:Daniel Stokes
2012-04-30style cleanup: re - http://wiki.blender.org/index.php/Dev:Doc/CodeStyle#Brace...Campbell Barton
2012-04-30Camera tracking: initial commit of dopesheet view for clip editorSergey Sharybin
2012-04-30Camera tracking: use texture buffers (if supported) to display clip editor fr...Sergey Sharybin
2012-04-30Versioning patch fix for files from tomato branchSergey Sharybin
2012-04-30- improve select grouped prefix/suffix from recent patchCampbell Barton
2012-04-30Add per-brush weight field.Nicholas Bishop
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28style cleanup: format 'for' loop macros the same as for loops, some renaming ...Campbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-26Release commit, 2.63!Sergey Sharybin
2012-04-26fix for buffer overrun crash with saving scene name longer then 24 characters.Campbell Barton
2012-04-24fix [#31079] Revision 45893 crashes when I try to open a certain file created...Campbell Barton
2012-04-24First MinGW-w64 support for cmake has been added. To test I recommend this bu...Antony Riakiotakis
2012-04-23code cleanup: remove editbutflag flag from toolsettings & related defines.Campbell Barton
2012-04-22style cleanup: commentsCampbell Barton
2012-04-21style cleanup: multi-line if statements.Campbell Barton