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-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-09use 'const float[3]' for derived mesh callback args.Campbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-30Fix [#30709] Renaming a bone renames all drivers' targets using a bone of tha...Bastien Montagne
2012-03-26style cleanup: add braces around checks - 'if ELEM() {...}', confuses some pa...Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-21disable re-using 'number_cuts' setting on operators, problem was that you cou...Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-17UI messages: unification of select/deselect stuff.Bastien Montagne
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-08style cleanup - spelling.Campbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-03-03style cleanup - spelling corrections & update some incorrect comments.Campbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-01-22svn merge ^/trunk/blender -r43564:43609Campbell Barton
2012-01-22Bugfix [#29822] Driver's target field doesn't update on Bone renameJoshua Leung
2012-01-15svn merge ^/trunk/blender -r43345:43381Campbell Barton
2012-01-14remove *.select_inverse operators where the *.select_all operator has an inve...Campbell Barton
2012-01-11svn merge ^/trunk/blender -r43278:43294Campbell Barton
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2012-01-03svn merge ^/trunk/blender -r43062:43085Campbell Barton
2012-01-02replace:Campbell Barton
2011-12-17svn merge ^/trunk/blender -r42669:42670Campbell Barton
2011-12-16Math lib: matrix multiplication order fix for two functions that wereBrecht Van Lommel
2011-12-10svn merge ^/trunk/blender -r42521:42550Campbell Barton
2011-12-09another possible fix for bug [#29521], all callers of flip_side_name(...), as...Campbell Barton
2011-11-15svn merge -r41751:41779 ^/trunk/blenderCampbell Barton
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-11-06svn merge ^/trunk/blender -r41503:41575Campbell Barton
2011-11-05use (const char*) rather than (char*) where possible.Campbell Barton
2011-10-28re-enable mirroring - it was commented in a few functions.Campbell Barton
2011-10-24svn merge ^/trunk/blender -r41200:41226 .Campbell Barton
2011-10-24svn merge ^/trunk/blender -r41100:41150Campbell Barton
2011-10-23use defines for keying set names to avoid confusing them with text and having...Campbell Barton
2011-10-20strcpy() --> BLI_strncpy(), where source strings are not fixed and target siz...Campbell Barton
2011-09-23svn merge ^/trunk/blender -r40432:40491Campbell Barton
2011-09-23svn merge ^/trunk/blender -r40372:40379Campbell Barton
2011-09-22svn merge ^/trunk/blender -r40367:40368 --- raddish weight paint mergeCampbell Barton
2011-09-22correct fix for armature selection, also remove international define from gen...Campbell Barton
2011-09-22One of the two latest commits in this file broke the multi-bone selection in ...Bastien Montagne
2011-09-21svn merge -r40295:40367 ^/trunk/blenderCampbell Barton
2011-09-20tidy upCampbell Barton