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-05-12Nodes: add boilerplate for texture and material socketsJacques Lucke
2021-05-12Fix incorrect labels for math node wrap functionCharlie Jolly
2021-04-07Fix T87195: Boolean node multi-input socket only accepts one linkHans Goudey
2021-04-07Cleanup: Various cleanup of node link handling functionsHans Goudey
2021-03-23Nodes: Add Refract and Faceforward functions to Vector Maths nodesCharlie Jolly
2021-02-03Geometry Nodes: Multi-Input SocketsFabian Schempp
2020-12-11Nodes: add Collection socket typeJacques Lucke
2020-12-02Geometry Nodes: support muted nodesJacques Lucke
2020-11-06Cleanup: use doxy sections for node_group.cCampbell Barton
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-03-06Nodes: Support storing socket link limits in bNodeSocketTypeJacques Lucke
2020-02-11Nodes: Add dynamic label support for Math NodesCharlie Jolly
2019-11-06Fix: Forward compatibility issue in shader nodesCharlie Jolly
2019-09-07Cleanup: use post increment/decrementCampbell 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-22Cleanup: style, use braces for nodesCampbell Barton
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
2018-06-08Cleanup: trailing spaceCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-03-19Fix T54240: automatic node link moving should take into account type.Matthias Ellerbeck
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
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-03-07Code cleanup: styleCampbell Barton
2014-03-02Fix for own mistake: arc diff swallowed a commit somehow, breakingLukas Tönne
2014-03-02Fix T37334: Better "internal links" function for muting and node disconnect.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-09-02Fix #36628, Muting bump node alters material visibility.Lukas Toenne
2013-05-27style cleanup: nodesCampbell Barton
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2012-10-26style cleanupCampbell Barton
2012-10-25Internal node links are now cached in a per-node list, instead of being gener...Lukas Toenne
2012-08-29texture curves were not initialized (causing crash), own regression from movi...Campbell Barton
2012-08-09Fix for the default internal connect function for nodes (used in muting, deta...Lukas Toenne
2012-05-21Quiet null pointer free warning/error.Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-22Fix for #30627. This improves the behaviour of the internal_reconnect functio...Lukas Toenne
2012-03-17Big step forward nodes UI translation:Bastien Montagne
2012-02-27Implements a new operator for detaching nodes. In the process i overhauled th...Lukas Toenne
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