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
2015-01-06Remove slurph shape-key featureCampbell Barton
2015-01-04sequencer: don't return big values (fill pointer instead)Campbell Barton
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-12-26Fix T42641, Graphical fragments showing on Blender 2.71 and higher when baking.Bastien Montagne
2014-12-19Code cleanup: include directory for sconsSergey Sharybin
2014-12-05Render API: Add RenderEngine.error_set() functionSergey Sharybin
2014-12-01Python: add 'render_write' callbackCampbell Barton
2014-11-30Cleanup: warnings & spaceCampbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-23Refactor: BLI_path_util (part 2)Campbell Barton
2014-11-23Refactor: BLI_path_util (split out app directory access)Campbell Barton
2014-11-21Cleanup: typoCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-14Cleanup: use BLI_hash_ prefix for md5 apiCampbell Barton
2014-11-14Add Murmur2A hashing feature to BLIBastien Montagne
2014-11-13Fix T42590 baking bakes to duplicated objects too.Antony Riakiotakis
2014-11-11Avoid calling powf with integer exponent in more placesSergej Reich
2014-11-04Fix T42408: FSAA affects Cycles Image CompositingSergey Sharybin
2014-10-31Code cleanup: Remove unused variableSergey Sharybin
2014-10-31Fix T42401: Gaussian blur node is visibly squared-off at larger sizesSergey Sharybin
2014-10-30Math Lib: add transpose_m3_m3, m3_m4, m4_m4Campbell Barton
2014-10-30Fix T42441: Smoke doesn't render in 3DView if domain object's maximum draw ty...Bastien Montagne
2014-10-28Remove redundant BLI_exists callCampbell Barton
2014-10-15Better fix for T42139Antony Riakiotakis
2014-10-10Code cleanup: Use generic isnan() function instead of own ifdefSergey Sharybin
2014-10-09Minor cleanup.Antony Riakiotakis
2014-10-09Classic blenderplayer fix + small optimizationAntony Riakiotakis
2014-10-09Fix T42139, vertical noise stripe patterns in noise texture.Antony Riakiotakis
2014-10-07Allow render engine to declare whether it's capable of the texture rendering ...Sergey Sharybin
2014-10-07Fix T41957: Shadow color texture mapping was using wrong factorSergey Sharybin
2014-10-04Typo fix for new WITH_BF_CYCLES_DEBUG option.Thomas Dinges
2014-10-04Cycles: Add support for debug passesSergey Sharybin
2014-09-30Style cleanupSergey Sharybin
2014-09-29Fix BI viewport render crash happening with zero render border areaSergey Sharybin
2014-09-29Fix T41988: Shadow pass inaccurate calculationSergey Sharybin
2014-09-29Fix T41993: Constant jittered bugSergey Sharybin
2014-09-28Fix T41978: Shadow was not excluded from combined path unless shadow pass was...Bastien Montagne
2014-09-24Cleanup: use float versions of functions when in/output are floatsCampbell Barton
2014-09-22Freestyle: disallow with fields (was crashing)Campbell Barton
2014-09-22Fix for Freestyle crash in bordered animation renderingTamito Kajiyama
2014-09-19Fix T40751 preview image not generated after baking.Antony Riakiotakis
2014-09-13Fix T41800: Freestyle + Cycles panoramic camera not compatible, renders are i...Tamito Kajiyama
2014-09-08Fix crash happening with external engines and dependent objects in an invisib...Sergey Sharybin
2014-09-07Fix T40507: Blender Internal Render's Gather don't use node's emit color.Bastien Montagne
2014-09-05Fix T41721: Muting render layer input nodes has no effectSergey Sharybin
2014-09-03Fix T41691: Blender-internal crash (counting edges)Campbell Barton
2014-08-31Bake-API: more MEM_callocN replacements by MEM_mallocNDalai Felinto
2014-08-29Add callback for starting a render-jobCampbell Barton
2014-08-28Bake-API: silencing warnings (and fixing a potential memory-access crash)Dalai Felinto
2014-08-20Viewport resolution divider works fine for halos nowSergey Sharybin