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-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-08style cleanup: screenCampbell Barton
2012-05-05code cleanup: BKE_scene api naming.Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-26Fix #31066: cycles keeps rendering in viewport after window closed.Brecht Van Lommel
2012-04-21style cleanup: correct typosCampbell Barton
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-11style cleanup, also remove unused externs.Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-08Fix for Francesco Siddi: ALT+A should always start with the scene start frame!Ton Roosendaal
2012-03-08style cleanup - spelling.Campbell Barton
2012-03-07patch [#30481] rna_Screen_scene_set does the wrong thing [patch]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-01-13Remove vestigial retopo/retopo-paint code.Nicholas Bishop
2011-11-11Fix #29220 & #29221: missing cycles updates when switching scenes.Brecht Van Lommel
2011-11-07Camera tracking integrationSergey Sharybin
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-08-25picky style edits with screen/view/drawing, also remove own bad example doc.Campbell Barton
2011-06-30Todo item:Ton Roosendaal
2011-06-06fix for crash opening the file selector twice with multiple windows open (whe...Campbell Barton
2011-06-04Code holiday commit:Ton Roosendaal
2011-05-23remove unused code, comment some that may be useful (maintainers can remove).Campbell Barton
2011-04-25fix for a crash with the following steps.Campbell Barton
2011-04-19Some strings to store ID names were too small, could cause stack corruption.Campbell Barton
2011-03-31Bugfix #26651Ton Roosendaal
2011-03-27subsurf, derived mesh and other misc files: floats were being implicitly prom...Campbell Barton
2011-03-09From the todo:Ton Roosendaal
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-03-02From the OFTL (old fart todo list)Ton Roosendaal
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-02Bugfix [#25902] alt+a over 3D view don't up date dropesheet editorJoshua Leung
2011-01-31Bugfix #25874Ton Roosendaal
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-09Bugfix #20812 (and probably others)Ton Roosendaal
2010-11-04for some reason even though this resizes areas more evenly on my system (and ...Campbell Barton
2010-11-04fix for #24428, commit r32757 broke menu bar display for some users [#24454] ...Campbell Barton
2010-11-02bugfix [#24455] Scene is left at last rendered frame from rendering an animationCampbell Barton
2010-10-30warning/portability fixes.Campbell Barton
2010-10-28bugfix [#24428] Interface Regions will not keep relative proportionsCampbell Barton
2010-10-27bugfix [#24341] Problems running blender headlessCampbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-14remove unused args or tag as unused for image and screen editors, uiItemEnumR...Campbell Barton