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
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
2010-12-19Bugfix #25288Ton Roosendaal
2010-12-03Bugfix #20565Ton Roosendaal
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-12-03fix for some pedantic warnings.Campbell Barton
2010-11-23use zero initializers instead of memset(), also change PointerRNA_NULL from a...Campbell Barton
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-08-20Fix #23350: flip "both" texture preview order from material-texture to Brecht Van Lommel
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-12Fix #23238: crash rendering multiple scenes from compositor.Brecht Van Lommel
2010-08-08remove unused includesCampbell Barton
2010-08-04include cleanup, no functional changesCampbell Barton
2010-08-02Fix preview render crash after recent G.main changes.Brecht Van Lommel
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-07-26== Sculpt ==Nicholas Bishop
2010-07-26== Sculpt ==Nicholas Bishop
2010-07-21* Polish preset did not enable tablet pressure for strengthJason Wilkins
2010-07-20* can use file for brush iconJason Wilkins
2010-07-20* Made the default sculpt icons an internal part of the executableJason Wilkins
2010-07-04Fix #21062 and #22175: crash with node previews being calculated whileBrecht Van Lommel
2010-05-27Progress indicators for threaded jobsMatt Ebb
2010-04-23Some fixes from the render branch:Brecht Van Lommel
2010-04-16Fix for possible null pointer, from uncle entity in ircMatt Ebb
2010-04-15Merge various small changes from render branch:Brecht Van Lommel
2010-04-01Fix [#21347] no image at node editorMatt Ebb
2010-03-28External render engines can now render previews as well, disabled byBrecht Van Lommel