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
2022-05-04Nodes: Add general Combine/Separate Color nodesHallam Roberts
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-13Cleanup: Remove includes in node_util.h headerHans Goudey
2021-12-11Cleanup: Use const argumentsHans Goudey
2021-12-10Cleanup: move public doc-strings into headers for 'nodes'Campbell Barton
2021-11-17Cleanup: use same function for updating internal links for all nodesJacques Lucke
2021-03-23Nodes: Add Refract and Faceforward functions to Vector Maths nodesCharlie Jolly
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-04-20Simulations: Add simulation node tree typeJacques Lucke
2020-02-11Nodes: Add dynamic label support for Math NodesCharlie Jolly
2019-08-21Shading: Add more operators to Vector Math node.OmarSquircleArt
2019-06-04Fix T64247: Crash on playback with special shader node treeSergey Sharybin
2019-04-17ClangFormat: apply to source, most of internCampbell 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
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-01-08(Nodes) Display image name if any in the Image and Texture Image node titleInes Almeida
2015-12-03Node callback for handling link insertion and swapping of occupied inputs.Lukas Tönne
2013-11-12Make dynamic node labels possible as a registerable function 'draw_label' (si...Lukas Toenne
2013-11-12Instead of requiring a const char* return from the (optional) node label call...Lukas Toenne
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-01-12patch from Harley Acheson to remove multiple inline defines.Campbell Barton
2012-10-25Internal node links are now cached in a per-node list, instead of being gener...Lukas Toenne
2012-09-15code cleanup: modify DO_INLINE define to not use __inline with mingwCampbell Barton
2012-08-29texture curves were not initialized (causing crash), own regression from movi...Campbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-27Implements a new operator for detaching nodes. In the process i overhauled th...Lukas Toenne
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-11-20Muting node patch: second part. Also fix [#27636] Muting shading nodes is ign...Bastien Montagne
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-21remove support for irixCampbell Barton
2011-09-06Merged the particles-2010 branch with node improvements into trunk.Lukas Toenne
2011-02-27doxygen: blender/nodes tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-08Per-type node labels and customizable names. The label displayed in the node ...Lukas Toenne
2010-02-12correct fsf addressCampbell Barton
2010-01-20Durian request: Added 'Color Balance' node to compositor. uses Lift/Gamma/Gain Matt Ebb
2007-04-05* pointer convention commit: bNode* node -> bNode *node.Nathan Letwory
2007-04-04=== Node editor ===Nathan Letwory