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-08-22Fixed regression introduced in 50107Sergey Sharybin
2012-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
2012-08-15fix for missing change to fluidsim from last commit and name jobs a more usef...Campbell Barton
2012-08-15add wm job types they are not used yet, so this just defines them for new job...Campbell Barton
2012-08-12code cleanup: WM naming conventionsCampbell Barton
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-08-04style cleanupCampbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-04-30code cleanup: header cleanupCampbell Barton
2012-04-23corrections from an article about using PVS-Studio static checker with blende...Campbell Barton
2012-04-21style cleanupCampbell Barton
2012-04-13Fix #30876, #30932: crash in material preview render after undo or file load,Brecht Van Lommel
2012-03-30style cleanup: renderCampbell 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-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-02-17Fix #25649: Image editor paint icon missing until enter weight paintSergey Sharybin
2012-01-12replace fixed sizes with sizeof when passing string length since size wasn't ...Campbell Barton
2011-12-30Color management: add "Color Unpremultiply" option for images and render sett...Brecht Van Lommel
2011-11-05Code refactoring: split lamp functions from object.c into new lamp.c.Brecht Van Lommel
2011-11-02Nodes: add support for shader nodes on world and lamps, in addition to materi...Brecht Van Lommel
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-23BLI_make_file_string wasn't guaranteed to initialize the resulting path, some...Campbell Barton
2011-10-20strcpy() --> BLI_strncpy(), where source strings are not fixed and target siz...Campbell Barton
2011-10-03add macro OB_TYPE_SUPPORT_MATERIAL, type checks were being done inline, some ...Campbell Barton
2011-08-28- use static vars and functions where possible.Campbell Barton
2011-07-13dont include the preview.blend in headless modeCampbell Barton
2011-05-19Fix for preview render, lamp and world now also get localized like material a...Brecht Van Lommel
2011-05-19Code refactor: split code for render updates and opening render view intoBrecht Van Lommel
2011-05-01replace inline string searches with BLI_findstring(), strcmp(..., ""), with c...Campbell Barton
2011-04-27Fix for bug #26590, `Texture preview fails when path to custom brushNicholas Bishop
2011-04-04Bugfix #26761Ton Roosendaal
2011-03-11Bugfix, irc report:Ton Roosendaal
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-03-04Two additional fixes for node-tree + texture paint:Ton Roosendaal
2011-03-03bugfix #26267Ton Roosendaal
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-26Bugfix #26221Ton Roosendaal
2011-02-21bugfix [#26156] Opening .blend files through OS ignores "Load UI" flagCampbell Barton
2011-02-21bugfix [#26118] Getting 'Error Totblock' when using sub-properties from a Poi...Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-05Todo item:Ton Roosendaal
2011-01-04Todo item:Ton Roosendaal
2011-01-03Todo: Material nodesTon Roosendaal
2011-01-03avoid int/float comparisons within a number of for loops in deep shadow map c...Campbell Barton
2011-01-02Bugfix #25446 (and todo item)Ton Roosendaal
2010-12-20Bugfix #25301Ton Roosendaal
2010-12-20Bugfix #25307Ton Roosendaal
2010-12-19Bugfix #25301Ton Roosendaal