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-06-27Cleanup: all params of BLI_str partition funcs can be const...Bastien Montagne
2015-06-27Fix T45204: String Splitting Function Bug: Using OpenEXR function even if com...Bastien Montagne
2015-06-19Support half float file format storage for Multilayer EXRSergey Sharybin
2015-06-17Fix T44682: Save Buffers canceled renders show nothing in Image EditorSergey Sharybin
2015-06-12Cycles: Add debug pass which shows number of instance pushes during camera ra...Sergey Sharybin
2015-06-11Expose debug type into the interfaceSergey Sharybin
2015-06-11Cycles: Add debug pass showing average number of ray bounces per pixelSergey Sharybin
2015-06-09Fix wrong name displayed for the debug passesSergey Sharybin
2015-05-26Fix multilayer OpenEXR not supporting metadata.Antony Riakiotakis
2015-05-12small cleanup on render_result_new()Dalai Felinto
2015-04-30Fix T44541 aka gigapixel image render support in blender.Antony Riakiotakis
2015-04-29Fix filename has "new render view" suffix reported by Jason van Gumster (Fweeb)Dalai Felinto
2015-04-29Make sure integer calculation uses large precisionAntony Riakiotakis
2015-04-29Multi-View cleanup: using RenderResult->rect* only for temporary RenderResultsDalai Felinto
2015-04-29Multi-View: new util functions RE_RenderViewGetById() and RE_RenderViewGetByN...Dalai Felinto
2015-04-29Use size_t to calculate size of tiles for renderingAntony Riakiotakis
2015-04-29RenderResult should have a valid view whenever possibleDalai Felinto
2015-04-21Stamp refactoring:Antony Riakiotakis
2015-04-14Fix for *harmless* T44342 Error when saving multilayer EXRDalai Felinto
2015-04-09Cleanup: redundant NULL checksCampbell Barton
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-23cleanup: styleCampbell Barton
2015-01-16Fix T43275: Crash on Render when using 'save buffer' and render layer name co...Bastien Montagne
2014-12-05Render API: Add RenderEngine.error_set() functionSergey Sharybin
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-14Cleanup: use BLI_hash_ prefix for md5 apiCampbell Barton
2014-11-14Add Murmur2A hashing feature to BLIBastien Montagne
2014-10-04Cycles: Add support for debug passesSergey Sharybin
2014-06-28Add render result caching.Bastien Montagne
2014-06-23T39690: Modifications to Blender's 'temp dir' system.Bastien Montagne
2014-05-03Alternative fix for T39941, this also fixes odd behavior of rendered preview.IRIE Shinsuke
2014-05-02Fix for missing render layer display buffer allocationSergey Sharybin
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-29Fix T39941: Freestyle: Rendered preview crashes when non-primary render layer...Tamito Kajiyama
2014-04-02Fix T39521: Render with two Blender processes on same computer: compression i...Bastien Montagne
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-21Fix more of T38726: there still was a crash when deleting render layers.Brecht Van Lommel
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-01-01Fix deadlock happening when using Save Buffers for renderSergey Sharybin
2013-11-22Optimization for render result saveSergey Sharybin
2013-09-05Code cleanup: use boolean instead of int for colormanagementSergey Sharybin
2013-08-04Cycles: Thomas Dinges
2013-08-03Cycles / SSS:Thomas Dinges
2013-04-16Blender Internal Render in viewportTon Roosendaal
2013-04-16Fix crash rendering environment maps. I think this freestyle code was notBrecht Van Lommel
2013-04-16Fix crash rendering environment maps.Brecht Van Lommel
2013-03-24Merged changes in the trunk up to revision 55546.Tamito Kajiyama