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
2021-08-24Nodes: Improvements to edge panning in the node editor.Lukas Tönne
2021-07-16Cleanup: sort struct declarationsCampbell Barton
2021-07-05Geometry Nodes: new Viewer nodeJacques Lucke
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2021-06-16Edge-scrolling for node editorLukas Tönne
2021-03-16Compositor: Redesign Cryptomatte node for better usabilityJeroen Bakker
2021-02-16Cleanup: Compile node_draw.c with C++Hans Goudey
2021-01-20Cleanup: Store runtime space node variables in a separate structHans Goudey
2020-12-02Geometry Nodes: initial scattering and geometry nodesJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-07-02Cleanup: Remove useless duplicated linesValentin
2020-05-26Merge branch 'blender-v2.83-release'Philipp Oeser
2020-05-26Fix T76970: Unneccessary update calls viewportJeroen Bakker
2020-04-20Simulations: Add simulation node tree typeJacques Lucke
2020-04-16UI: Draw real node sockets for node input buttonsJulian Eisel
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-02Cleanup: make remaining editor include headers work in C++Jacques Lucke
2020-02-07Cleanup: use of 'unsigned'Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-05Nodes: move select all into a utility functionCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-15Cleanup: commas at the end of enumsCampbell Barton
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-11Merge branch 'master' into blender2.8Bastien Montagne
2018-06-11Cleanup: remove moar ugly G.main usages...Bastien Montagne
2018-06-09Merge branch 'master' into blender2.8Bastien Montagne
2018-06-09Cleanup: remove some G.main usages.Bastien Montagne
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2017-04-21Merge branch 'master' into 28Campbell Barton
2017-04-20D2607: Switch eye dropper to use linear color space internallyStefan Werner
2017-02-02OpenGL immediate mode: transform_snap.c and part of drawnode.cLuca Rood
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2016-03-02Avoid node tree update tag when changed nodes which are not affecting resultSergey Sharybin
2015-05-04Fix Buttons context, invalid object data accessCampbell Barton
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2014-04-14Fix the eyedropper not working properly with different scene linear spacesSergey Sharybin
2014-03-31Code cleanup: use boolCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-27Use includes for blenderplayer stubsCampbell Barton
2014-01-21Code Cleanup: use bool for return values and correct commentsCampbell Barton
2013-11-06True grid snapping for nodes: This snaps nodes to the actual background grid ...Lukas Toenne
2013-04-24Fix for #34739 and #35060, avoid ambiguity in compositor viewer nodes.Lukas Toenne
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne