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
2013-12-09Fix T37750: Incorrect stats for dupli-metaballsCampbell Barton
2013-10-01check SELECT flags for curves (was checking for nonzero which would break if ...Campbell Barton
2013-08-19Move bevel list and path from Curve to Object datablockSergey Sharybin
2013-04-16code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and ...Campbell Barton
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-03-14use BLI_strncpy_rlen() rather then BLI_snprintf() when no formatting is needed.Campbell Barton
2013-03-12Temp fix for stupid -Wformat-security issue.Bastien Montagne
2013-02-24Another bunch of UI translation fixes, thanks to Leon Cheung, Gabriel Gazzán...Bastien Montagne
2013-02-20Quick fix: translating header's string with some languages (complex scripts, ...Bastien Montagne
2013-02-12Add translation of stats/info string.Bastien Montagne
2013-02-12Added a missing space (between separator and face count in object mode)Joshua Leung
2012-12-31style cleanupCampbell Barton
2012-12-30Modify info stats for dynamic-topology sculpt modeNicholas Bishop
2012-12-27display the number of tri's in object mode status, often requested feature fr...Campbell Barton
2012-09-19code cleanup: make shape key api names consistent with our new convention.Campbell Barton
2012-09-08style cleanupCampbell Barton
2012-05-07Style cleanup: displist moduleSergey Sharybin
2012-04-30Patch [#30681] Improved Display of Header Statistics by Harley Acheson (harle...Thomas Dinges
2012-04-28Code and style cleanup in own modules in BKE and also mball moduleSergey Sharybin
2012-03-28style cleanupCampbell Barton
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-17Follow up to fix in r44919: use standard stats in paint modes.Nicholas Bishop
2012-03-16Fix object mode check in stats_update.Nicholas Bishop
2012-03-02code cleanup:Campbell Barton
2012-02-20- remove some unused editmesh functions.Campbell Barton
2011-11-29More DM func renames, this one includes renames of the function pointer membe...Andrew Wiggin
2011-11-15svn merge -r41779:41847 ^/trunk/blenderCampbell Barton
2011-11-14minor cleanup Campbell Barton
2011-10-24svn merge ^/trunk/blender -r41226:41227 .Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-17svn merge -r40166:40279 ^/trunk/blenderCampbell Barton
2011-09-14resolve bad level calls from blenkenel/ into editors/ & remove editors from t...Campbell Barton
2011-07-25svn merge -r37800:37900 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-06-26Putting back blender.org and release number in info header.Ton Roosendaal
2011-04-15=bmesh= merge from trunk at r36153Joseph Eagar
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27merge with/from trunk at r35190Joseph Eagar
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-12fix for more warnings.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-05Todo item: linked curve objects behaves incorrect with modifiersSergey Sharybin
2010-11-04workaround [#24392] 2d Image paint editor: no clone/smear/soften tools etcCampbell Barton
2010-10-31initialize structs to zero rather then using memset().Campbell Barton
2010-09-04merge with trunk at r31523Joseph Eagar
2010-08-10- Enable shape key switching in edit mode for curves, surfaces and latticiesSergey Sharybin
2010-08-08remove unused includes from editors/space_*Campbell Barton
2010-07-25Shapekeys for curves/surfecesSergey Sharybin
2010-07-19part 1 of merge from trunk at r30358; it compiles, but doesn't link quite yet :)Joseph Eagar