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-28Code and style cleanup in own modules in BKE and also mball moduleSergey Sharybin
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-23code cleanup: comment unused functions (removed one which isnt useful anymore).Campbell Barton
2012-04-06Fix #30798: when linking a datablock, it got simply added to the back of theBrecht Van Lommel
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell 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-18spelling cleanupCampbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-01-11svn merge ^/trunk/blender -r43278:43294Campbell Barton
2012-01-11minor cleanup for string use - no functional changesCampbell Barton
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2011-12-04svn merge ^/trunk/blender -r42372:42416Campbell Barton
2011-12-04`#if 0` use of Object.nlastrips, there is no way to add or remove these from ...Campbell Barton
2011-11-30svn merge ^/trunk/blender -r42261:42290Campbell Barton
2011-11-30fix [#29459] Crash making a linked object group localCampbell 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-08svn merge ^/trunk/blender -r41602:41638 .Campbell Barton
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-07svn merge -r41575:41602 ^/trunk/blenderCampbell Barton
2011-11-07minor editsCampbell Barton
2011-11-06svn merge ^/trunk/blender -r41503:41575Campbell Barton
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-01svn merge -r41422:41431 ^/trunk/blenderCampbell Barton
2011-11-01added path traversal flag - BPATH_TRAVERSE_SKIP_MULTIFILE,Campbell Barton
2011-10-28svn merge -r41310:41329 ^/trunk/blenderCampbell Barton
2011-10-28use generic path remapping when making all library data local, previously onl...Campbell Barton
2011-10-27svn merge -r41287:41310 ^/trunk/blender note, mirror modifier had slow, per v...Campbell Barton
2011-10-27use path remapping for all make local functions, patch from Alex Fraser with ...Campbell Barton
2011-10-27- remove bpath iterator and replace all uses with visitor.Campbell Barton
2011-10-27Support more kinds of paths for path re-writing / traversing, patch from Alex...Campbell Barton
2011-10-27edits ontop of Alex's patch from r41292.Campbell Barton
2011-10-26Fix [#28772] Filepaths are not remmaped after making a library item localAlex Fraser
2011-10-25svn merge ^/trunk/blender -r41230:41266Campbell Barton
2011-10-24svn merge ^/trunk/blender -r41226:41227 .Campbell Barton
2011-10-24added function BKE_library_filepath_set which sync's the libraries absolute p...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-09svn merge ^/trunk/blender -r40720:40872Campbell Barton
2011-10-09replace sprintf with strcpy where no formatting is done and return value isn'...Campbell Barton
2011-09-01svn merge -r39781:39792 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Campbell Barton
2011-08-30* Merge trunk up to r39790.soc-2011-pepperJoerg Mueller
2011-08-29svn merge -r39664:39762 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-08-27fix for building with msvc, ssize_t is more correct but in this case its not ...Campbell Barton
2011-08-27subtraction on unsigned values didnt work as intended for copying ID's.Campbell Barton