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
2020-01-16Fix T70766 EEVEE: Performance drop with node tree in 2.81Clément Foucault
2020-01-05Fix (unreported) critical mistake in Node copying code.Maxim Vasiliev
2019-12-10Cycles: support for custom shader AOVsLukas Stockner
2019-12-07Fix ShaderNodeCustomGroup.copy method being called too oftenBrecht Van Lommel
2019-10-10Fix T70614 EEVEE: Bump with texture connected to other branches don't workClément Foucault
2019-10-02Fix T70441: crash after deleting a material output nodePhilipp Oeser
2019-10-01Fix T70325 EEVEE: Performance regression with large nodetreesClément Foucault
2019-09-30Cleanup: spellingCampbell Barton
2019-09-12Shading: Add Vertex Color node.OmarSquircleArt
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-08-28Fix T68971: Copy As New Driver from Material node creates a bad reference.Alexander Gavrilov
2019-08-22Revert "Fix T68971: Copy As New Driver from Material node creates a bad refer...Bastien Montagne
2019-08-22NodeTree: also assign the owner pointer when copying.Alexander Gavrilov
2019-08-22Fix T68971: Copy As New Driver from Material node creates a bad reference.Alexander Gavrilov
2019-08-21Shading: Add Volume Info node.OmarSquircleArt
2019-08-21Shading: Add White Noise node.OmarSquircleArt
2019-08-21Shading: Add more operators to Vector Math node.OmarSquircleArt
2019-08-18Shading: Refactor Math node and use dynamic inputs.OmarSquircleArt
2019-08-14Compositor: Added denoising nodeBrecht Van Lommel
2019-08-13Shading: Add Clamp node to Cycles and EEVEE.OmarSquircleArt
2019-08-13Shading: Add Map Range node to Cycles and EEVEE.OmarSquircleArt
2019-07-02Cleanup: spellingCampbell Barton
2019-06-07Fix T65612: Ungroup in Node Editor CrashesSergey Sharybin
2019-06-06Remove mutex lock from node localizationSergey Sharybin
2019-06-05Fix T65520: Assigning Material a second time crashes BlenderSergey Sharybin
2019-06-04Fix T64247: Crash on playback with special shader node treeSergey Sharybin
2019-05-16Cleanup: rename IDP_FreeProperty_ex to IDP_FreePropertyContent_exJacques Lucke
2019-05-16Refactor: Simplify ID Property freeingJacques Lucke
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton
2019-04-24Nodes: avoid slow and unecessary node group updates on file readBrecht Van Lommel
2019-04-24Nodes: remove group node forward compatibility with version 2.66Brecht Van Lommel
2019-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-20Cleanup: add missing macros to clang-formatCampbell Barton
2019-04-18Cleanup: comment blocksCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-20Fix assert after recent changes.Brecht Van Lommel
2019-03-16Python API: add Python-defined node groups for shaders and compositing.Miguel Porces
2019-03-16Fix ID user counting issues with NodeCustomGroup.Miguel Porces
2019-03-08Cleanup: use plural names for Main listsCampbell Barton
2019-03-04Fix T62175: Crash on Undo.Bastien Montagne
2019-02-27Cleanup: file rename lamp -> lightCampbell Barton
2019-02-27Cleanup: rename lamp -> lightCampbell Barton
2019-02-27DNA: rename Lamp -> LightCampbell Barton
2019-02-23Cleanup: quiet undeclared variable warningsCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-13Fix NodeTree types UI messages not being properly tagged for translation.Bastien Montagne
2019-02-13Fix T61515: Crash when unloading a scene with pynodes and idprop of type id.Bastien Montagne
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-05Cleanup: typo in comment.Bastien Montagne