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-11-03Fix T81756: relinking multiple links to group input removes linksJacques Lucke
2020-10-20Simulation: remove particle nodes with outdated designJacques Lucke
2020-08-07Cleanup: use C++ style casts in various placesJacques Lucke
2020-08-07Cleanup: Nodes, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-05Cleanup: remove some private fields that are currently unusedJacques Lucke
2020-08-04Merge branch 'blender-v2.90-release'Alexander Gavrilov
2020-08-04Node Groups: expose the SOCK_HIDE_VALUE flag for node group inputs.Alexander Gavrilov
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-07-24BLI: add MultiValueMapJacques Lucke
2020-07-23Particles: spawn particles on mesh surfaceJacques Lucke
2020-07-23Simulation: add depsgraph relations for ids referenced by node treeJacques Lucke
2020-07-21Particles: initial object socket and emitter node supportJacques Lucke
2020-07-20Refactor: Update integer type usageJacques Lucke
2020-07-17Nodes: move some code from blenkernel directory to nodesJacques Lucke
2020-07-07Nodes: Generate multi-function network from node treeJacques Lucke
2020-07-01Cleanup: spellingCampbell Barton
2020-06-30Cleanup: add missing extern "C"Jacques Lucke
2020-06-29Nodes: rename node_socket.c to node_socket.ccJacques Lucke
2020-06-29Cleanup: make some type casts explicitJacques Lucke
2020-06-24Fix T78080: group node has incorrect sockets after changing groupJacques Lucke
2020-04-20Nodes: Add emitters, events, forces and control flow socket typesJacques Lucke
2020-04-20Nodes: New Object and Image socket typesJacques Lucke
2020-04-20Simulations: Add simulation node tree typeJacques Lucke
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Nodes: Support storing socket link limits in bNodeSocketTypeJacques Lucke
2020-02-28Nodes: Use destructor callbacks for bNodeSocketType and bNodeTypeJacques Lucke
2020-02-11Nodes: Add dynamic label support for Math NodesCharlie Jolly
2019-11-24Cleanup: spelling, repeated wordsCampbell Barton
2019-11-06Fix: Forward compatibility issue in shader nodesCharlie Jolly
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-08-21Shading: Add more operators to Vector Math node.OmarSquircleArt
2019-08-06Cleanup: use BKE_ prefix for BKE_colortools.hCampbell Barton
2019-06-04Fix T64247: Crash on playback with special shader node treeSergey Sharybin
2019-04-29Cleanup: comments (long lines) in nodesCampbell Barton
2019-04-24Nodes: avoid slow and unecessary node group updates on file readBrecht Van Lommel
2019-04-22Cleanup: style, use braces for nodesCampbell Barton
2019-04-21Cleanup: comments (mainly long lines)Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-13Fix T59501: Eevee doesn't use integer node socketsClément Foucault
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-03Merge branch 'blender2.7'Brecht Van Lommel
2019-01-03Fix T60073: can't unlink by dragging from some node input sockets.Brecht Van Lommel
2018-07-06Cleanup: remove unused shader node compatibility flag.Brecht Van Lommel
2018-07-02Merge branch 'master' into blender2.8Campbell Barton