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
2018-11-23Cycles: Improved robustness of hair motion blur.motion_curve_fixStefan Werner
2018-08-25Cycles: Add Denoising Clean to the debugging denoising passesLukas Stockner
2018-07-27Cycles: Initial implementation of detailed statisticsSergey Sharybin
2018-06-16Cycles Cleanup: Remove unneccessary color management callLukas Stockner
2018-06-14Cycles: Query XYZ to/from Scene Linear conversion from OCIO instead of assumi...Lukas Stockner
2018-03-10Cycles: add roughness baking support, using squared roughness convention.Brecht Van Lommel
2018-02-28Code cleanup: refactor Cycles image metadata retrieval to use a struct.Brecht Van Lommel
2018-02-23Smoke: add temperature grid, with values 0..1 corresponding to 0..1000K.Brecht Van Lommel
2017-11-02Fix Cycles showing empty tiles while they are being denoised.Brecht Van Lommel
2017-11-02Fix T53182: cancelling save buffers + denoising render clears image.Brecht Van Lommel
2017-10-31Experiment with adding output file meta data from render engineSergey Sharybin
2017-10-24Code refactor: pass device to scene, check OSL with device info.Brecht Van Lommel
2017-10-21Cycles: disable progressive refine if denoising or save buffers is used.Brecht Van Lommel
2017-10-08Code refactor: use DeviceInfo to enable QBVH and decoupled volume shading.Brecht Van Lommel
2017-07-21Fix T52135: Cycles should not keep generated/packed images in memory after re...Brecht Van Lommel
2017-07-21Fix potential memory leak in Cycles loading of packed/generated images.Brecht Van Lommel
2017-06-10Cycles: Fix denoising passes being written when they're not actually generatedLukas Stockner
2017-05-13Fix T51314: crash cancelling Cycles bake during scene sync and update.Brecht Van Lommel
2017-05-07Cycles: Implement denoising option for reducing noise in the rendered imageLukas Stockner
2017-05-03Render API/Cycles: Identify Render Passes by their name instead of a type flagLukas Stockner
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-03-20Cycles: Update remaining time once per second without waiting for a tile changeLukas Stockner
2017-03-15Cycles: Allow rendering a range of resumable chunksSergey Sharybin
2017-02-01Cycles: Fix rng_state initialization when using resumable renderingLukas Stockner
2017-01-12Cycles: Use dedicated debug passes for traversed nodes and intersection testsSergey Sharybin
2017-01-12Cycles: Cleanup, use switch() instead of if-else chainSergey Sharybin
2017-01-11Cycles: Cleanup, whitespace around operatorSergey Sharybin
2016-12-03Cycles: Refactor Progress system to provide better estimatesLukas Stockner
2016-11-29Cycles: Pass extra array size argument to builtin image pixels functionsSergey Sharybin
2016-11-18Cycles: Different noise seed for stereoscopic rendering (Fix #T50024)Dalai Felinto
2016-09-11Cycles: Replace object index hack with actual checks for SD_TRANSFORM_APPLIEDMai Lavelle
2016-05-22Code refactor: nodify Cycles background and film.Brecht Van Lommel
2016-04-15Cycles: Support heat volume attributeSergey Sharybin
2016-04-15Cycles: Improve error print a bitSergey Sharybin
2016-04-13Cycles: Minor cleanup, whitespace around keyword and preprocessor indentSergey Sharybin
2016-04-12Cycles: Add missing velocity attribute to builtin image loaderSergey Sharybin
2016-04-12Cycles: Avoid crash when accessing non-existing volume attributeSergey Sharybin
2016-04-06Cycles: Fix misleading remaining time report when using infinite number of sa...Sergey Sharybin
2016-03-30Cycles: Resumable render implementation for CyclesSergey Sharybin
2016-03-11Cycles: Fix border render after spherical stereo commitSergey Sharybin
2016-03-10Multi-View: Cycles - Spherical Stereo support (VR Panoramas)Dalai Felinto
2016-02-06Fix T46550: Cycles combined baking black in some cases.Brecht Van Lommel
2016-01-30Cycles: Pass Blender's C++ RNA structures by referenceSergey Sharybin
2016-01-15Cycles-Bake: Custom Baking passesDalai Felinto
2015-10-08Cycles: Fix for point density always using render settings for modifiersSergey Sharybin
2015-07-24Cycles: Don't explicitly add debug passes, this is now handled via RNASergey Sharybin
2015-07-21Cycles: Implement camera zoom motion blurSergey Sharybin
2015-07-18Cycles: Point density texture supportSergey Sharybin
2015-07-18Cycles; Make baking a feature-specific optionSergey Sharybin
2015-06-30Cleanup: move BLI_timestr to BLI_timecodeCampbell Barton