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
2019-04-25Fix for Cycles UV adaptive subdivision after float2 changes.Alex Fuller
2019-04-23Fix T63796: Cycles OSL shader with closure not working in final render.Brecht Van Lommel
2019-04-21Fix T62408: Cycles viewport adaptive subdivision hangs after updatesBrecht Van Lommel
2019-03-26Cycles: sync various master changes to blender2.7.Brecht Van Lommel
2019-03-20Fix cycles.merge_images not merging correctly for some channel layouts.Brecht Van Lommel
2019-03-20Cycles: make cycles.merge_images work with incomplete layers and passes.Brecht Van Lommel
2019-03-20Fix T62758: hair curves with UV mapped textures renders wrong.Jacques Lucke
2019-03-19Cycles: add cycles.merge_images operator for combing EXR renders.Brecht Van Lommel
2019-03-18Fix Cycles curve UVs wrong after recent changes.Brecht Van Lommel
2019-03-18Cleanup: fix compiler warnings.Brecht Van Lommel
2019-03-18Cycles: Cleanup strict compiler warningsSergey Sharybin
2019-03-17Cycles: optimization for constant background colors.Brecht Van Lommel
2019-03-17Fix Cycles OpenCL compile waiting unnecessarily for background shader.Brecht Van Lommel
2019-03-17Cleanup: remove Cycles advanced shading features toggle.Brecht Van Lommel
2019-03-15Cycles/OpenCL: Compile Kernels During Scene UpdateJeroen Bakker
2019-03-14Fix T57138: Cycles CMJ failing with viewport samples set to 0.Brecht Van Lommel
2019-03-14Fix T62145: Geometry.Backface Node Renders BlackJeroen Bakker
2019-03-13Fix T60434: crash with OSL and viewport + preview render at the same time.Brecht Van Lommel
2019-03-12Cycles/OpenCL: Reduce How Often Kernel Recompilations Are NeededJeroen Bakker
2019-03-11Fix T61831: Denoising Clean pass not scaled correctly with samples.Brecht Van Lommel
2019-03-05Cleanup: add asserts to catch cases where wrong attribute type is used.Brecht Van Lommel
2019-03-05Fix Cycles bug rendering with multiple UV maps after recent changes.Brecht Van Lommel
2019-03-05Cycles: Added Float2 attribute type.Brecht Van Lommel
2019-03-04Fix Cycles animation denoising giving black pixels for some outliers.Brecht Van Lommel
2019-02-28Fix Cycles animation denoising not working for files on a network drive.Brecht Van Lommel
2019-02-26T61971: Compilation Displacement/Background KernelJeroen Bakker
2019-02-21Cycles OpenCL: Motion Blur Compile DirectivesJeroen Bakker
2019-02-14Fix Cycles build error with OpenImageIO 2.x.Brecht Van Lommel
2019-02-13Fix T61502: Cycles wrong other object texture coordinates in OSL.Brecht Van Lommel
2019-02-13Fix T61457, T61489, T61482: build errors and memory warning in Cycles.Brecht Van Lommel
2019-02-11Cycles: add animation denoising Python operator.Lukas Stockner
2019-02-07Fix wrong Cycles render status text when only writing denoising passes.Brecht Van Lommel
2019-02-06Cycles: prefilter feature passes separate from denoising.Lukas Stockner
2019-02-01Fix T61078: Cycles crash with adaptive smoke sim playback.Brecht Van Lommel
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-24Fix T60597, T60806: Cycles crash rendering principled BSDF + volume interior.Brecht Van Lommel
2019-01-18Cycles: Cast to correct base type when checking requested featuresLukas Stockner
2019-01-16Cycles: Report whether camera was detected inside volume or notSergey Sharybin
2019-01-14Fix Cycles node definition typos and incorrect enum value.Alex Fuller
2019-01-09Fix Cycles viewport render doing some unnecessary work at the start.Brecht Van Lommel
2018-12-11Update code to be compatible with OIIO 2.0Sergey Sharybin
2018-12-11Cleanup: remove accidentally committed debug code.Brecht Van Lommel
2018-12-11Cycles: Add strict assert when assigning input socket stack offsetSergey Sharybin
2018-12-11Cycles: Remove old nasty workaroundSergey Sharybin
2018-12-11Cycles: Cleanup, indentationSergey Sharybin
2018-11-30Fix T58183: crash with CPU + GPU rendering after profiling changes.Brecht Van Lommel
2018-11-30Cleanup: trailing spaceCampbell Barton
2018-11-29Cycles: Add sample-based runtime profiler that measures time spent in various...Lukas Stockner
2018-11-25Cleanup: trailing spaceCampbell Barton
2018-11-23Cycles: Fixed a warning.Stefan Werner