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-01-15Render: set minimum render size to 1x1 instead of 2x2. As far as I can tell thisBrecht Van Lommel
2013-01-10add a segfault handler that writes out the info log into a crash file alongsi...Campbell Barton
2013-01-09Fix #33815: blender internal crash rendering material pass with strands.Brecht Van Lommel
2013-01-07code cleanup: warnings and use stdbool for bpy* funcs.Campbell Barton
2013-01-07style cleanupCampbell Barton
2013-01-04code cleanup, also remove glError check in font drawing code since its now a ...Campbell Barton
2013-01-02Patch [#29035] Vertex colour bakingAlex Fraser
2013-01-01Highlight currently rendering tilesSergey Sharybin
2012-12-31Alpha premul pipeline cleanupSergey Sharybin
2012-12-29style cleanupCampbell Barton
2012-12-28style cleanupCampbell Barton
2012-12-28Better error report when no camera is found.Pablo Vazquez
2012-12-23flip lines to reduce odds of re-execution (non critical race condition when t...Morten Mikkelsen
2012-12-23Added support of J2K codec for Jpeg2000 writingSergey Sharybin
2012-12-21Bug fix #33639Ton Roosendaal
2012-12-21replace MIN/MAX 3,4 with inline functionsCampbell Barton
2012-12-20add a commentMorten Mikkelsen
2012-12-20must use permutation tableMorten Mikkelsen
2012-12-20style cleanupCampbell Barton
2012-12-19Multirs baker: support for threaded bakingSergey Sharybin
2012-12-19code cleanup: warningsCampbell Barton
2012-12-18Multires baker: made octree aware of user-defined resolution in performance p...Sergey Sharybin
2012-12-18Multires baker: noneed to tag display as invalid after every flushed pixelSergey Sharybin
2012-12-18Ambient occlusion baker from multi-resolution meshSergey Sharybin
2012-12-18Move multires baker into own file in render/Sergey Sharybin
2012-12-18Fix #33505: various issuesBrecht Van Lommel
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-16Bugfix IRC reportSergey Sharybin
2012-12-12Fix related to #33480: for blender internal volume rendering, the camera insideBrecht Van Lommel
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-12-11code cleanup: spelling labda -> lambdaCampbell Barton
2012-11-26fix [#33303] face selection masking for painting does not work with mesh with...Campbell Barton
2012-11-23ifdef'd gcc diagnostic pragma's to quiet msvc and others.Campbell Barton
2012-11-21fix for re->partx/re->party values being different for RE_Database_FromScene(...Campbell Barton
2012-11-19Fix #33229: Blender crashes on finishing renderSergey Sharybin
2012-11-15Image thread safe improvementsSergey Sharybin
2012-11-13Render Engines: fix crash when changing render engine during renderingSergey Sharybin
2012-11-12code cleanup: spelling,Campbell Barton
2012-11-11style cleanupCampbell Barton
2012-11-10Fix for wrong usage of RE_engine_freeSergey Sharybin
2012-11-10Updated stubs to make blender player compilableSergey Sharybin
2012-11-10Fix part of #33132: render resoltuion refresh issues after persistent imagesBrecht Van Lommel
2012-11-09code cleanup: double promotion warnings, also allow cmake to build SDL withou...Campbell Barton
2012-11-09Cycles: persistent images optionSergey Sharybin
2012-11-08Fix #33113: cycles not rendering motion blur correct with dying particles.Brecht Van Lommel
2012-11-07code cleanup: use min/max functions rather then macros.Campbell Barton
2012-11-07style cleanup, also remove redundant call to set_listbasepointers in free_mai...Campbell Barton
2012-11-05Render engines: replace number of x/y tiles with tile sizeSergey Sharybin
2012-11-05Cycles: memory usage reportSergey Sharybin
2012-11-04code cleanup: double promotionsCampbell Barton