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-17style cleanup: block commentsCampbell Barton
2012-05-16Spell check fix (lenght -> length)Bastien Montagne
2012-05-12style cleanup: whitespace, bli & makesdnaCampbell Barton
2012-05-05Merged changes in the trunk up to revision 46309.Tamito Kajiyama
2012-05-04Throw an error and prevent compilation if there're unknown structures detecte...Sergey Sharybin
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-29Merged changes in the trunk up to revision 46045.Tamito Kajiyama
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-21style cleanup: multi-line if statements.Campbell Barton
2012-04-21style cleanupCampbell Barton
2012-04-14Merged changes in the trunk up to revision 45619.Tamito Kajiyama
2012-04-12fix [#30907] Inset tool with Select Outer disabled does not allow translation...Campbell Barton
2012-04-01Merged changes in the trunk up to revision 45308.Tamito Kajiyama
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-25Merged changes in the trunk up to revision 45133.Tamito Kajiyama
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-11Merged changes in the trunk up to revision 44797.Tamito Kajiyama
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-07remove printing versions in makesdna/makesrna - this used svn ID property whi...Campbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-05added check for DNA C syntax we cant parse:Campbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2011-12-28Merged changes in the trunk up to revision 42902.Tamito Kajiyama
2011-12-24replace u_int64_t with cc99's uint64_t as suggested by Nicholas Bishop.Campbell Barton
2011-12-24change customdata mask from an 'unsigned int' to an 'u_int64_t', since BMesh ...Campbell Barton
2011-12-23add DNA support for int64_t. nothing uses this currently.Campbell Barton
2011-12-23DNA genfile - de-duplicate some checks and replace magic type numbers with an...Campbell Barton
2011-12-05Merged changes in the trunk up to revision 42425.Tamito Kajiyama
2011-12-04add define for deprecated DNA struct members: DNA_DEPRECATED,Campbell Barton
2011-11-28quiet some warnings and logical errors.Campbell Barton
2011-11-26Merged changes in the trunk up to revision 42116.Tamito Kajiyama
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-11-21Merged changes in the trunk up to revision 42021.Tamito Kajiyama
2011-11-14minor cleanup Campbell Barton
2011-11-13Merged changes in the trunk up to revision 41768.Tamito Kajiyama
2011-11-08Merged changes in the trunk up to revision 41638.Tamito Kajiyama
2011-11-07Merge with trunk r41625Miika Hamalainen
2011-11-07Camera tracking integrationSergey Sharybin
2011-10-30Merged changes in the trunk up to revision 41368.Tamito Kajiyama
2011-10-28Merge with trunk r41342Miika Hamalainen
2011-10-27use const for readonly strings and set some functions to staticCampbell Barton
2011-10-23Remove some more $Id$ that still were left after r41227 and r41228.Guillermo S. Romero
2011-10-23Remove the svn:keywords property.Guillermo S. Romero
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-05Merge with trunk r39928Miika Hamalainen
2011-09-04Merged changes in the trunk up to revision 39826.Tamito Kajiyama
2011-08-30* Merge trunk up to r39790.soc-2011-pepperJoerg Mueller
2011-08-29Merged changes in the trunk up to revision 39759.Tamito Kajiyama
2011-08-28Merge with trunk r39750Miika Hamalainen
2011-08-28- use static vars and functions where possible.Campbell Barton