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
path: root/intern
AgeCommit message (Expand)Author
2019-03-22Fix T62844: Cycles crash with bevel and degenerate geometry.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-20Cycles: Made Embree ignore curve intersections with SSS.Stefan Werner
2019-03-20Cycles: Performance optimization for Embree, resizing arrays once instead of ...Stefan Werner
2019-03-19Cleanup: fix debug warnign due to tooltip ending in dot.Brecht Van Lommel
2019-03-19Cycles: add cycles.merge_images operator for combing EXR renders.Brecht Van Lommel
2019-03-19Cycles: Implement function to format and parse human readable timeSergey Sharybin
2019-03-18Fix Cycles curve UVs wrong after recent changes.Brecht Van Lommel
2019-03-18Fix T62712: Cycles world light path node not working.Brecht Van Lommel
2019-03-18Fix AMD OpenCL build error 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: simplify kernel features definition.Brecht Van Lommel
2019-03-17Cleanup: remove Cycles advanced shading features toggle.Brecht Van Lommel
2019-03-15Cycles: upgrade to CUDA 10.1 as the one officially supported version.Brecht Van Lommel
2019-03-15Fix cycles preferences.get_devices() not returning all devices as before.Brecht Van Lommel
2019-03-15Cycles/OpenCL: Compile Kernels During Scene UpdateJeroen Bakker
2019-03-15Cycles/OpenCL: Added missing opencl programsJeroen Bakker
2019-03-14Fix T57138: Cycles CMJ failing with viewport samples set to 0.Brecht Van Lommel
2019-03-14Cycles: Improved thread order for better CUDA performance.Stefan Werner
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-12Fix T62481: Cycles crash rendering with UV pass after recent changes.Brecht Van Lommel
2019-03-12Cycles/OpenCL: Reduce How Often Kernel Recompilations Are NeededJeroen Bakker
2019-03-11Fix T61103: Cycles bevel wrong on objects with negative scale.Brecht Van Lommel
2019-03-11Fix T61831: Denoising Clean pass not scaled correctly with samples.Brecht Van Lommel
2019-03-11Color management: Fix/workaround broken getDefaultDisplay()Sergey Sharybin
2019-03-08Cycles OpenCL: Remove single programJeroen Bakker
2019-03-08Codestyle: commentsJeroen Bakker
2019-03-06Fix Cycles build error on non-x86 processors.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: Changed standalone XML parser to read UV as float2Stefan Werner
2019-03-05Cycles: Added Float2 attribute type.Brecht Van Lommel
2019-03-05Fix T58953: Lamp data not always setJeroen Bakker
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-26Cleanup: remove unnecessary assert.Brecht Van Lommel
2019-02-26Cycles: Fix build errorRay Molenkamp
2019-02-26T61971: Compilation Displacement/Background KernelJeroen Bakker
2019-02-26T61576: Do Not (Re-)Compile OpenCL kernelsJeroen Bakker
2019-02-25Fix T61891: Cycles light use nodes button greyed out.Brecht Van Lommel
2019-02-21Fix T61810: Cycles OpenCL denoising broken after recent changes.Brecht Van Lommel
2019-02-21Cycles OpenCL: Motion Blur Compile DirectivesJeroen Bakker
2019-02-21Fix: Missing closing brackets in includeJeroen Bakker
2019-02-21Codestyle: IndentationJeroen Bakker